We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0047b30 commit bfcb8c7Copy full SHA for bfcb8c7
Marlin/src/gcode/gcode.cpp
@@ -793,6 +793,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
793
case 250: M250(); break; // M250: Set LCD contrast
794
#endif
795
796
+ #if HAS_GCODE_M255
797
+ case 255: M255(); break; // M255: Set LCD Sleep/Backlight Timeout (Minutes)
798
+ #endif
799
+
800
#if HAS_LCD_BRIGHTNESS
801
case 256: M256(); break; // M256: Set LCD brightness
802
0 commit comments