I cleared filament-change.g, resume.g, and pause.g. but the printer still keeps pausing.
Posts made by zephyr1125
-
RE: try to change filament with M600, the printer keep pausing.
-
try to change filament with M600, the printer keep pausing.
I am trying to pause and change color. the slicer is superslicer.
color change test.gcodeIt paused as expected, but after I clicked resume, it automaticlly paused again. I recorded a test here: https://youtu.be/iS4GkH3D5qw
filament-change.g:
M83 ; relative extrusion G1 E-2 F3600 ; retract 2mm G91 ; relative motion G1 Z15 F6000 ; up 15mm G90 ; absolute motion G1 X150 Y250 F6000 ; swap spot
resume.g:
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move G1 R1 X0 Y0 ; go back to the last print move M83 ; relative extruder moves G1 E10 F3600 ; extrude 10mm of filament
I also tried clear the resume.g, same result.