M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022)
This commit is contained in:
parent
7ee35c2611
commit
6de3d34378
114 changed files with 9901 additions and 61 deletions
|
|
@ -443,6 +443,9 @@ void GcodeSuite::process_parsed_command(
|
|||
#if ENABLED(DIRECT_MIXING_IN_G1)
|
||||
case 165: M165(); break; // M165: Set multiple mix weights
|
||||
#endif
|
||||
#if ENABLED(GRADIENT_MIX)
|
||||
case 166: M166(); break; // M166: Set Gradient Mix
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if DISABLED(NO_VOLUMETRICS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue