v2.4: update ercf
This commit is contained in:
parent
f397f1a7e2
commit
1b92c3b632
2 changed files with 30 additions and 5 deletions
|
|
@ -448,6 +448,31 @@ gcode:
|
|||
# move the selector (if needed) to the requested tool
|
||||
############################################
|
||||
|
||||
[gcode_macro S0]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=0
|
||||
|
||||
[gcode_macro S1]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=1
|
||||
|
||||
[gcode_macro S2]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=2
|
||||
|
||||
[gcode_macro S3]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=3
|
||||
|
||||
[gcode_macro S4]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=4
|
||||
|
||||
[gcode_macro S5]
|
||||
gcode:
|
||||
ERCF_SELECT_TOOL TOOL=5
|
||||
|
||||
|
||||
# Select a tool. move the idler and then move the color selector (if needed)
|
||||
[gcode_macro ERCF_SELECT_TOOL]
|
||||
description: Move the selector to the Tool and select it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue