Browse Source

Patch CASE_LIGHT typo

pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
87b6b19256
  1. 3
      Marlin/Marlin_main.cpp

3
Marlin/Marlin_main.cpp

@ -7228,9 +7228,8 @@ inline void gcode_M907() {
static bool case_light_on
#if ENABLED(CASE_LIGHT_DEFAULT_ON)
= true
#else
;
#endif
;
static uint8_t case_light_brightness = 255;
if (code_seen('P')) case_light_brightness = code_value_byte();
if (code_seen('S')) {

Loading…
Cancel
Save