-
-
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
(1.1.9) Change filament (M600) - The extruder motor is locked for manual change of the filament #12190
Comments
Can you please attach your entire configuration files in a zip file? |
Thank You for your reply. Config files is here. |
I am having the exact same issue and I'm really banging my head on it. Were you able to discover anything? Keeping the Extruder stepper locked makes changing filament pretty much impossible. Thank you |
No, I can not solve the problem. In my opinion, the bug is somewhere deep in the code and without Marlin programmers we will not resolve it. It is big problem for me, new version of Marlin can not use for me. |
in marlin_main.cpp about line 6838: so if you cannot disable just your extruder then it leaves all steppers enable to test: issue command: M17 the above is there for a reason and bypassing it may cause issues and / or damage to your printer at approximate line number 6830 you find line I normally tag any changes with initials so a //FM66 at the end so I can find it again. this should disable ALL steppers once the unload is complete. I don't do a " change filament" as I have had the mentioned stepper lock issue and prefer to just do an unload then a load when I'm ready. so you may have to add the code to another location for the change to work Regards, |
Thank you, I will test it. |
@Mysel07 problem solved in latest bugfix 2.0? |
@thinkyhead i think we can close this one |
Can you point to where this was fixed? It's still a problem at e604f76 |
It wasn't fixed. His comment was it was addressed in marlin 2.0 not 1.19 |
Hence my question, as I'm on bugfix-2.0.x. It isn't fixed, at least not as of e604f76. |
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 just installed Marlin 1.1.9. I have direct drive belted extruder with crown gear for manual insertion filament. When I run on the LCD display, the function "Change filament" (or M600 from Pronterface), my 3D printer does everything right, but Extruder motor stay locked and and I can not change filament. In Marlin 1.1.7 i have no problem and configuration is basically the same.
In configuration.h is #define NOZZLE_PARK_FEATURE enabled.
configuration_adv.h is here :
Of course, I have turned on a feature
#define PAUSE_PARK_NO_STEPPER_TIMEOUT
, but this feature should only be stay turned on motors Y,Y and Z. No E- extruder motor.Please how can I turn off the E motor for manual replace the filament.
Thank You
The text was updated successfully, but these errors were encountered: