-
-
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] Joystick Feature exceeds printer dimentions #16441
Comments
"Required: Please include a ZIP file containing your Configuration.h and Configuration_adv.h files." |
@ellensp, files attached. |
now what boundary do your want it to respect from the config files? I guessing SOFTWARE_ENDSTOPS ?? If so is this the same issues as #16373 ? |
Yes, it would be software endstops. Therefore I should enable software endstops and try again? |
closing as this is a dublicate of #16373 |
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. |
MarlinConfig.zip
Bug Description
It is possible to command the printer/cnc to exceed the constraints of the machine resulting in the axis crashing into the frame.
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Steps to Reproduce
Expected behavior: I expect it to stop when it reaches bed max or zero
Actual behavior: Axis continues to try to move far beyond the frame, with the xyz position increasing accorgingly. (e.g. my machine has a max x of 480 but the joystick can drive the machine to 1000 or more!)
Additional Information
The text was updated successfully, but these errors were encountered: