[2.0.x] Tweaks and additions for MAX7219 (#11034)
This commit is contained in:
parent
e23677a7b2
commit
d4795e5b8e
58 changed files with 1007 additions and 784 deletions
|
|
@ -599,6 +599,10 @@ void GcodeSuite::process_parsed_command(
|
|||
case 702: M702(); break; // M702: Unload Filament
|
||||
#endif
|
||||
|
||||
#if ENABLED(MAX7219_GCODE)
|
||||
case 7219: M7219(); break; // M7219: Set LEDs, columns, and rows
|
||||
#endif
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
case 900: M900(); break; // M900: Set advance K factor.
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue