Issues with SV08 resume print function

How do I put the correct G-Code into my prints so that when I pause the print to change filament to make a multicolored print I can resume it? I used an M25 code to pause and when I try to resume after putting the new filament on the console says that it can’t resume because the print isn’t paused.

Is the pause feature has to be enable before on your printer ?

In the configuration files, there is (in the stack configuration) :

[gcode_macro M600]
gcode:
    PAUSE STATE=filament_change

The implementation of M600 including others fine tuning.

Solved it. Found the printer config button and added the M600 to the filament changes g-code section and it works perfectly now

1 Like