mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user