-
-
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] Delta homing fails #25350
Comments
I replaced stepper.h and stepper.cpp with pre-shaping versions. Now it works as expected. |
In stepper.h, reverting ISR_STEPPER_CYCLES back from 100UL to 16UL makes the latest bugfix-2.1.x work as expected. |
#25335 should help; if not totally fix; for this case when input shaping is disabled at compile time. |
That also fixes it. |
Closing since the linked PR fixes this issue: |
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. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Ever since PR #24951, delta printers may fail to home.
On my system, the fail happens when the head needs to move a long distance. The motors start moving and then all motors start buzzing, all motion stops and a homing error is declared.
The only work around I've found is to reduce the feedrates in HOMING_FEEDRATE_MM_M.
The git diff tool was used to narrow the failure point to PR #24951
I looked through the PR #24951 changes and couldn't find anything obviously associated with delta printers.
This issue was uncovered in a post in the facebook group MarlinFirmware.
Bug Timeline
PR #24951
Expected behavior
Home properly using the HOMING_FEEDRATE_MM_M settings that worked prior to PR #24951.
Actual behavior
On my system, the fail happens when the head needs to move a long distance. The motors start moving and then all motors start buzzing, all motion stops and a homing error is declared.
Steps to Reproduce
Version of Marlin Firmware
bugfix-2.1.x from this morning
Printer model
Tevo Little Monster
Electronics
MKS_SBASE
Add-ons
Duet Smart Effector
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configs.zip
The text was updated successfully, but these errors were encountered: