Option to disable Case Light brightness control (#14165)

This commit is contained in:
InsanityAutomation
2019-06-07 08:23:42 -04:00
committed by Scott Lahteine
parent 764f0d9c1c
commit 4138b1f9ae
80 changed files with 184 additions and 96 deletions

View File

@ -355,6 +355,8 @@
#error "Z_MIN_PROBE_ENDSTOP is no longer required. Please remove it from Configuration.h."
#elif defined(DUAL_NOZZLE_DUPLICATION_MODE)
#error "DUAL_NOZZLE_DUPLICATION_MODE is now MULTI_NOZZLE_DUPLICATION. Please update your configuration."
#elif defined(MENU_ITEM_CASE_LIGHT)
#error "MENU_ITEM_CASE_LIGHT is now CASE_LIGHT_MENU. Please update your configuration."
#endif
#define BOARD_MKS_13 -47