-
-
Notifications
You must be signed in to change notification settings - Fork 100
Fixing clogs issues during M600 #25
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
base: main
Are you sure you want to change the base?
Fixing clogs issues during M600 #25
Conversation
|
Is there a way to call the native GCODE_MACRO? There is a reason for all the retractions and extrusions made when changing filament, and that is because of the ramming curve that prevents filament blob |
|
Which native The issue occurs when the
The same
If there's a specific reason for using fourteen separate extruder commands, I'm not aware of it. However, it didn’t work for me or another K1C user. On the other hand, the two simple extruder commands I proposed worked in every test I conducted. Could you test this on your machine or another model to confirm? |
|
bump, i had the same problem while using an M600, this made me think that i just broke my extruder |



Problem
I've been using the
M600command on my K1C for a few days, but most of the time, the filament gets stuck during theUNLOAD FILAMENTprocess, as shown in the image below:After researching, I found an open discussion where other users reported the same issue:
GitHub Discussion #678
Solution
To fix this, I replaced the fourteen separate extruder commands with a single extrude and retract command. This simplifies the unloading process and improves reliability.