diff --git a/resources/printers/ams_load.gcode b/resources/printers/ams_load.gcode index a05589002..5f2cc8957 100644 --- a/resources/printers/ams_load.gcode +++ b/resources/printers/ams_load.gcode @@ -47,4 +47,5 @@ G1 Y265 F3000 G91 G1 Z-3 F1200 G90 -M621 S[next_extruder] \ No newline at end of file +M621 S[next_extruder] + diff --git a/resources/printers/ams_unload.gcode b/resources/printers/ams_unload.gcode index e5db6b160..9bfd37417 100644 --- a/resources/printers/ams_unload.gcode +++ b/resources/printers/ams_unload.gcode @@ -29,4 +29,5 @@ G1 X70 F3000 G91 G1 Z-3 F1200 G90 -M621 S255 \ No newline at end of file +M621 S255 +