flexi-bot/docs/marlin/_gcode/M164.md
2023-09-05 20:38:49 +02:00

649 B

tag title brief author requires group codes notes parameters examples
m0164 Save Mix Save the current mix as a virtual tool. thinkyhead MIXING_EXTRUDER,MIXING_VIRTUAL_TOOLS mixing
M164
Requires `MIXING_EXTRUDER` and `MIXING_VIRTUAL_TOOLS`.
tag optional description values
S false Tool index (active virtual tool if omitted)
tag type
index int
pre code
Save a 60/40 mix as tool index 5:
M163 S0 P0.6
M163 S1 P0.4
M164 S5
pre code
Save a 3/5 mix as tool index 4:
M163 S0 P3
M163 S1 P5
M164 S4