-
-
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] Software endstops are ignored #16373
Comments
Endstops are ignored for all but homing commands. unless you enable |
Yes true, but phisical endstops must be separated from software endstops. EDIT: |
Different board but for me soft endstops do work correctly with Marlin 2.0.1. What does M114 report as position after you issue the |
Does the LCD controls also allow going past soft endstops or is it only trough Octoprint? |
Ok I think I find the issue.
But this is the ouput after home of X, Y and Z:
So, if you home only X and Y, and then you move X or Y, software and hardware endstops are ignored for ALL axis :( |
Well, there you are correct. Sorry, did only test general G28 previously. Software endstops are not enabled until all axis are homed and thus movement past endstops is possible. |
And I remembered that I saw this thing before also. The issue connects to a bigger picture. It was last raised here #16283 so I think this needs some discussion about what if anything should be done about the situation. |
I have confirmed that the software endstops are on but the joystick still allows the planner to send the axis beyond the frame of the machine. |
@phate191 still an issue? |
I had to update to the lastest version of marlin. I think the software endstops work now. However the behaviour with the joysticks is so erratic, that I'm not sure if it actually is working. |
I've tested it some more. Its not working. |
did you test it before or after pr #16533 was merged? |
Lack of Activity we can reopen if we hear from @phate191 again |
@kurtnelle just download from https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x |
I have the same issue, i'll try burning the latest bugfix (from today) to verify if it was solved |
I can confirm that #16533 has fixed the issue here!, thanks |
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. |
Bug Description
After Homing with Software Endostops enabled, you can move out of the software endostops boundaries.
My Configurations
Ender 3 Pro
Version 2.0.1, commit 432decd
Marlin.zip
Steps to Reproduce
With Software Endstops enabled the axes after home should be stopped to go below MIN_SOFTWARE_ENDSTOP_*
From Octoprint Terminal:
I've also tried to disable with M211 S0 and the repeat; the beavior is the same (and it's ok).
The text was updated successfully, but these errors were encountered: