feat: add simple toolchange macros
This commit is contained in:
parent
d9cbdb2c69
commit
6fa29a55d1
|
|
@ -232,6 +232,16 @@ rename_existing: M190.1
|
||||||
gcode:
|
gcode:
|
||||||
M117 M190 called with {rawparams}
|
M117 M190 called with {rawparams}
|
||||||
|
|
||||||
|
[gcode_macro T0]
|
||||||
|
gcode:
|
||||||
|
M117 Switching to T0 / extruder
|
||||||
|
ACTIVATE_EXTRUDER EXTRUDER=extruder
|
||||||
|
|
||||||
|
[gcode_macro T1]
|
||||||
|
gcode:
|
||||||
|
M117 Switching to T1 / extruder1
|
||||||
|
ACTIVATE_EXTRUDER EXTRUDER=extruder1
|
||||||
|
|
||||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
#*#
|
#*#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue