mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 05:54:03 -06: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:
parent
4029edcc42
commit
a17189f635
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue