MIXING_PRESETS

MarlinFirmware/Marlin#21562
This commit is contained in:
Scott Lahteine 2021-08-04 02:22:42 -05:00
parent 6e51661b1c
commit cf28abef87
278 changed files with 278 additions and 0 deletions

View file

@ -342,6 +342,7 @@
#define MIXING_VIRTUAL_TOOLS 16 // Use the Virtual Tool method with M163 and M164
//#define DIRECT_MIXING_IN_G1 // Allow ABCDHI mix factors in G1 movement commands
//#define GRADIENT_MIX // Support for gradient mixing with M166 and LCD
//#define MIXING_PRESETS // Assign 8 default V-tool presets for 2 or 3 MIXING_STEPPERS
#if ENABLED(GRADIENT_MIX)
//#define GRADIENT_VTOOL // Add M166 T to use a V-tool index as a Gradient alias
#endif