RatRig machines which use Klipper don't use M601 but "PAUSE" for paus… (#5335)

* RatRig machines which use Klipper don't use M601 but "PAUSE" for pause command

RatRig machines which use Klipper don't use M601 but "PAUSE" for pause command
This commit is contained in:
Valent Turkovic
2024-05-18 15:41:28 +02:00
committed by GitHub
parent 4029edcc42
commit a17189f635

View File

@@ -45,7 +45,7 @@
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M601",
"machine_pause_gcode": "PAUSE",
"wipe": ["1"],
"default_filament_profile": ["RatRig Generic ABS"],
"default_print_profile": "0.20mm Standard @RatRig",