Save some progmem (#12913)

This commit is contained in:
Giuliano Zaro
2019-01-15 03:56:30 +01:00
committed by Scott Lahteine
parent 7fde8d9d1e
commit 85f149befe
4 changed files with 21 additions and 22 deletions

View File

@ -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