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

1.2 KiB

tag title brief author requires group codes notes parameters examples
m0165 Set Mix Set all mix factors for the mixing extruder. thinkyhead MIXING_EXTRUDER,DIRECT_MIXING_IN_G1 mixing
M165
Requires `MIXING_EXTRUDER` and `DIRECT_MIXING_IN_G1`.
tag optional description values
A true Mix factor 1
tag type
factor float
tag optional description values
B true Mix factor 2
tag type
factor float
tag optional description values
C true Mix factor 3
tag type
factor float
tag optional description values
D true Mix factor 4
tag type
factor float
tag optional description values
H true Mix factor 5
tag type
factor float
tag optional description values
I true Mix factor 6
tag type
factor float
pre code
Set a colorful mix M165 A0.2 B0.4 C0.3 D0.1

Set the mix for the active virtual extruder all at once. Any factors left out are set to 0.0. This is based on a reference implementation by Pìa Taubert.