M600 filament runout - pause on runout not set to false #494
HentaiKamenSnake
started this conversation in
Issues
Replies: 1 comment
-
Yes you are right, when it’s true M600 macro is not handle correctly. I will fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the M600 script, the section for the filament runout sensor is faulty.
Current implementation:
If it stays that way, a filament runout is not handled correctly. Then the Creality's filament change procedure interferes with the M600 script, so that the nozzle cools down to 140°C and is not heated up again once the filament has been changed. A key:3000 (I believe, it might also be a key:2111 error) is then displayed and the print can't continue. The only way to recover is to stop the print.
So it must be
to handle fiament runout scenarios correctly. With this implementation, the nozzle keeps its temperature and the print continues correctly once the resume button has been pressed.
K1, firmware 1.3.3.8
Beta Was this translation helpful? Give feedback.
All reactions