Save some progmem (#12913)
This commit is contained in:
committed by
Scott Lahteine
parent
7fde8d9d1e
commit
85f149befe
@ -669,7 +669,9 @@ void GcodeSuite::process_parsed_command(
|
||||
case 351: M351(); break; // M351: Toggle MS1 MS2 pins directly, S# determines MS1 or MS2, X# sets the pin high/low.
|
||||
#endif
|
||||
|
||||
case 355: M355(); break; // M355: Set case light brightness
|
||||
#if HAS_CASE_LIGHT
|
||||
case 355: M355(); break; // M355: Set case light brightness
|
||||
#endif
|
||||
|
||||
#if ENABLED(DEBUG_GCODE_PARSER)
|
||||
case 800: parser.debug(); break; // M800: GCode Parser Test for M
|
||||
|
Reference in New Issue
Block a user