Browse Source

✨ DOGM Display Sleep (#24829)

adam3654 2 years 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
         case 250: M250(); break;                                  // M250: Set LCD contrast
793
         case 250: M250(); break;                                  // M250: Set LCD contrast
794
       #endif
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
       #if HAS_LCD_BRIGHTNESS
800
       #if HAS_LCD_BRIGHTNESS
797
         case 256: M256(); break;                                  // M256: Set LCD brightness
801
         case 256: M256(); break;                                  // M256: Set LCD brightness
798
       #endif
802
       #endif

Loading…
Cancel
Save