M164 - Save Mix

Description

Notes

Requires MIXING_EXTRUDER and MIXING_VIRTUAL_TOOLS.

Parameters

M164 S<index>
S<index>

Tool index (active virtual tool if omitted)

Examples

Save a 60/40 mix as tool index 5:

M163 S0 P0.6
M163 S1 P0.4
M164 S5

Save a 3/5 mix as tool index 4:

M163 S0 P3
M163 S1 P5
M164 S4