Browse Source

Fix for the PR #5255 (Case light menu (3rd attempt))

pull/1/head
esenapaj 8 years ago
parent
commit
88157ba529
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -530,7 +530,7 @@ static uint8_t target_extruder;
;
#endif
#if ENABLED(ULTIPANEL) && HAS_CASE_LIGHT
#if HAS_CASE_LIGHT
bool case_light_on =
#if ENABLED(CASE_LIGHT_DEFAULT_ON)
true

Loading…
Cancel
Save