Skip to content

Commit

Permalink
✨ DOGM Display Sleep (MarlinFirmware#24829)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3654 authored and thinkyhead committed Dec 16, 2022
1 parent 0047b30 commit bfcb8c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/gcode/gcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 250: M250(); break; // M250: Set LCD contrast
#endif

#if HAS_GCODE_M255
case 255: M255(); break; // M255: Set LCD Sleep/Backlight Timeout (Minutes)
#endif

#if HAS_LCD_BRIGHTNESS
case 256: M256(); break; // M256: Set LCD brightness
#endif
Expand Down

0 comments on commit bfcb8c7

Please sign in to comment.