CR6 SE Won't obey "Pause at layer" or "change filament at layer" commands on CURA 4.7
-
My CR6 SE will fly by the "pause" Gcode. The printer will not wait for User input and resume immediately.
The printer will not perform the "change filament at layer" command in Cura 4.7
-
You may find this a more efficient way to pause and change, however, it's not a true pause but a "delay" so you will need to set a timer to remember to change.
G0 ZHIGHER ;lift
G4 P300000 ; wait for 300 seconds
G0 ZLOWER ;lowerwhere HIGHER is the level you want to raise it to
and LOWER is the level it should be to continue the print.
-
M25 was the command I found that will pause the print. You will need to figure out prepended and possibly postpended GCode to handle movement.
https://marlinfw.org/docs/gcode/M025.html
It's unfortunate that CR-6 SE doesn't support M0 / M108 stop/resume. Why, IDK.
https://marlinfw.org/docs/gcode/M000-M001.html
I'll append to this thread when I have a simple way to do this inside Cura.
-
Dear @spauliszyn @ReviewER
Could you just pause the printer, and then change the filament? Or you mean the machine will keep working even you pause it?
-
So @admin, maybe asking the question @ReviewER wanted to ask, what feature does the CR-6 support for allowing the user to switch out the filament for another color?
-
@ReviewER
It does not support this feature.