1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

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

This commit is contained in:
esenapaj 2016-12-16 00:57:32 +09:00
parent 7ca4f16a5c
commit 88157ba529

View File

@ -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