-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] Print end and send M84 gcode. Not turn off all motor (Extruder is still on) #16883
Comments
I can confirm the same behavior on BTT SKR Mini E3 V1.2 |
:(
theWaldschrat <[email protected]> ezt írta (időpont: 2020. febr.
20., Cs 20:49):
… I can confirm the same behavior on BTT SKR Mini E3.
Neither M84 nor disabling steppers via menu works for the extruder.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16883?email_source=notifications&email_token=ALRBIHS7NKPQWVDMFR7VSRLRD3NDHA5CNFSM4KWMHRU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMP2DRY#issuecomment-589275591>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALRBIHSUDSHYVOQ7S3HRUHDRD3NDHANCNFSM4KWMHRUQ>
.
|
I have the same problem on BTT SKR V1.4 turbo |
Duplicate of #16753 Looks like the same has been discussed in a different issue. The problem has been found and fixed in 2.0.4 as far as I can see. |
Have built master yesterday and can confirm the bug is fixed. Board: skr mini e3 v1.2 |
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. |
I have SKR pro v1.1 with Marlin 2.0.3, I downloaded it from here. (https://github.com/MarlinFirmware/Marlin/archive/2.0.x.zip)
My end code last code is:
M84 ; Disable stepper motors
It turned off X Y and Z except E0.
And (#define USE_CONTROLLER_FAN) still runing the case fan.
If i go to motion menu and disable all steppers then same issue.
Teminal command (Same issue):
Send: M84
Recv: ok
Thank you!
Bug Description
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Additional Information
The text was updated successfully, but these errors were encountered: