-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Ender 3V2 : Adding relative motion to controller menu #18800
Comments
I removed the "Feature Request" label because I thought surely you were mistaken. The moves on the LCD are always relative. Now I see that you are saying this is the Ender 3 V2 display. Jogging moves do not sound useful if they are absolute, but it still seems like surely this is a bug, and not a feature request. I think we need more information to understand the problem, and for more V2 users to verify the behavior. Pictures of the menu which causes problems would be helpful. |
Admittedly, I know so little about this display that I don't know whether Marlin controls what is on that display, or if it is being controlled by separate display firmware. |
@sjasonsmith After autohoming, when you navigate to the menu option Prepare->Motion, you will see the following numbers being shown on the X,Y and Z. I think this proves that it is absolute rather than relative, if it is relative, all the values should be zero right? |
@fleek I've never used that interface. I assume that if you tap "MoveX" you are then provided a means to adjust that in small relative units. But again, I've not used it, so maybe not! |
@fleek please edit your title and replace [FR] with [BUG] |
@sjasonsmith In the dwin.cpp file, under the HMI_Move_X subroutine : |
@fleek I am not doing anything with this issue. I do not have the hardware to attempt to help. |
I actually plan to add this to DWIN.cpp as part of my menus overall that I am working on but as an option you have to enable. I have made some menu changes already but I have to work too so its a bit slow. |
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Currently, the controller offers the options : Prepare -> Move -> Move X,Y,Z options. However, these moves are absolute. In my previous Anet A8 LCD controller, the move options are relative to the current hotend position.
I don't know in what circumstances will the current absolute move options be useful, but I think relative move options might be more useful to fine-tune the positions of the hotend.
Feature Workflow
The relative moves will be governed by the soft endstops if turned on. The registered current coordinates of X,Y,Z position will be display and the relative move distance can be selected. I have not decided on the menu design yet.
Additional Information
I can help work on this feature. However, I would need tools to edit the icon files from the DWIN DGUS if someone can point me where to obtain them. It will take me sometime to implement this feature as I cannot commit full time to this feature, any help will be appreciated.
The text was updated successfully, but these errors were encountered: