Browse Source

✨ DOGM Display Sleep (#24829)

adam3654 1 year ago
parent
commit
797aafd645
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/gcode/gcode.cpp

+ 4
- 0
Marlin/src/gcode/gcode.cpp View File

@@ -793,6 +793,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
793 793
         case 250: M250(); break;                                  // M250: Set LCD contrast
794 794
       #endif
795 795
 
796
+      #if HAS_GCODE_M255
797
+        case 255: M255(); break;                                  // M255: Set LCD Sleep/Backlight Timeout (Minutes)
798
+      #endif
799
+
796 800
       #if HAS_LCD_BRIGHTNESS
797 801
         case 256: M256(); break;                                  // M256: Set LCD brightness
798 802
       #endif

Loading…
Cancel
Save