copied file changes from PR #5685
============================== Configuration_adv.h changes ============================== add "live" LCD update ============================== P & S version ============================== final (hopefully) tested version ============================== update M115 capabilities print ============================== Menu changes portion of the requested changes ============================== changed USEABLE_HARDWARE_PWM from a function to a series of macros ============================== changes per review
This commit is contained in:
@ -706,7 +706,9 @@
|
||||
#ifndef MSG_CASE_LIGHT
|
||||
#define MSG_CASE_LIGHT _UxGT("Case light")
|
||||
#endif
|
||||
|
||||
#ifndef MSG_CASE_LIGHT_BRIGHTNESS
|
||||
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light BRIGHTNESS")
|
||||
#endif
|
||||
#if LCD_WIDTH >= 20
|
||||
#ifndef MSG_INFO_PRINT_COUNT
|
||||
#define MSG_INFO_PRINT_COUNT _UxGT("Print Count")
|
||||
|
Reference in New Issue
Block a user