-
-
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] (SD_FINISHED_RELEASECOMMAND issue in 2.0.5.3) #17401
Comments
I think all issues have the same source Thks |
I tried this and get same issue |
Sorry but this error does not have the same source. I have compiled today bugfix and the issue 17393 was solved. But my issue still remain. The delta carriage falling down with:
|
It seems this bug was introduced between 1.1.8 and 1.1.9. 8f26c3a#diff-93a564322f37b6240dd4384e982f9425 I'll patch it shortly. |
The patch is now pushed. Grab the latest |
Wonderful. I installed the latest version and the error has been resolved. Thank you very much! @thinkyhead ... Marlin is the best 3D printer firmware ever! |
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
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. |
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
Fixes MarlinFirmware#17401 bug that was introduced in 8f26c3a
Bug Description
In my custom Delta printer with firmware 2.0.5.3 an unknown "disable all stepper" occur even I have set only to disable E in Configuration_adv.h with this line:
even if I have defined also this line:
This occours only when I print from SD CARD. Same model (same GCODE with no disable command obviously at the end !!!) printed by serial USB connection don't disable the steppers.
I tried to change the value in
#define SD_FINISHED_RELEASECOMMAND
with a simple sound like"M300 S4400 P3000"
but at the end of SD printing, after last command in gcode (homing with G28) no sound is played and the delta effector fall down.My Configurations
config.zip
Steps to Reproduce
1st example config
or 2nd example config
Expected behavior:
No X Y Z steppers disabled at the end of print in both example. For the second configuration line a 3 second sound should be heard.
Actual behavior:
All steppers disabled in first conf.
All steppers disabled and no sound reproduced in second config.
Additional Information
My previous marlin firmware works perfectly with this parameters but have some issue (during printing) with usability of display,
Actually I made a workaround by setting "false" in SD_FINISHED_STEPPERRELEASE but I want to disable only the extruders steppers.
The text was updated successfully, but these errors were encountered: