thinkyhead

M165 - Set Mix

mixing Set all mix factors for the mixing extruder. MIXING_EXTRUDER DIRECT_MIXING_IN_G1

Description

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.

Notes

Requires MIXING_EXTRUDER and DIRECT_MIXING_IN_G1.

Usage

M165 [A<factor>] [B<factor>] [C<factor>] [D<factor>] [H<factor>] [I<factor>]

Parameters

[A<factor>]

Mix factor 1

    [B<factor>]

    Mix factor 2

      [C<factor>]

      Mix factor 3

        [D<factor>]

        Mix factor 4

          [H<factor>]

          Mix factor 5

            [I<factor>]

            Mix factor 6

              Example

              Set a colorful mix

              M165 A0.2 B0.4 C0.3 D0.1