CR-10 SE PAUSE, RESUME, and M600 #553
Closed
nilrestforthewicken
started this conversation in
Issues
Replies: 1 comment 1 reply
-
M600_support.cfg file Is only for K1 series. You error means there is an issue with fan2 variable, CR10 SE have a fan2? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hoping someone can help me out. I need to be able to pause and resume. Following several tutorials/repos, I have been unsuccessful. I installed klipper via Creality Helper Script by Guilouz. The PAUSE macro works, but it ignores the xy coordinates that I changed in the macro. I changed this within the gcode_marco.cfg file.
Also, anytime I try to run RESUME macro I get the following error.
"{"code":"key165", "msg": "Error evaluating 'gcode_macro RESUME:gcode': jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'fan2_speed' ", "values": ["gcode_macro RESUME:gcode", "jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'fan2_speed' "]}"
Fan2 that it is referring to is only mentioned in the M600_support.cfg file which is located within the /Helper-Script directory. It is locked and I am unable to edit that cfg.
M600 has been redirected to the PAUSE macro, but still only pauses the printhead right where it was when the PAUSE command was sent, and doesn't park it at the coordinates that I specified.
I have been stuck on this issues for a week now.
Beta Was this translation helpful? Give feedback.
All reactions