FIX: change M600 to M601 to prevent kobra crash
Jira: 4606 Github: #2607 Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ifeaac0c4f744ea82496f36ebea90e56647c14704
This commit is contained in:
parent
c3f9054ef3
commit
471ba636f6
|
@ -111,7 +111,7 @@
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
"single_extruder_multi_material": "0",
|
"single_extruder_multi_material": "0",
|
||||||
"change_filament_gcode": "M600",
|
"change_filament_gcode": "M601",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Generic PLA @Anycubic"
|
"Generic PLA @Anycubic"
|
||||||
|
|
Loading…
Reference in New Issue