Add filament runout sensor menu item (#11971)
This commit is contained in:
committed by
Scott Lahteine
parent
8489673cea
commit
4d5566a6b7
@ -973,7 +973,7 @@
|
||||
#define MSG_CASE_LIGHT _UxGT("Case light")
|
||||
#endif
|
||||
#ifndef MSG_CASE_LIGHT_BRIGHTNESS
|
||||
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light BRIGHTNESS")
|
||||
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light Brightness")
|
||||
#endif
|
||||
#if LCD_WIDTH >= 20
|
||||
#ifndef MSG_INFO_PRINT_COUNT
|
||||
@ -1047,6 +1047,9 @@
|
||||
#ifndef MSG_FILAMENT_CHANGE_NOZZLE
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ")
|
||||
#endif
|
||||
#ifndef MSG_RUNOUT_SENSOR_ENABLE
|
||||
#define MSG_RUNOUT_SENSOR_ENABLE _UxGT("Runout Sensor")
|
||||
#endif
|
||||
#ifndef MSG_ERR_HOMING_FAILED
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user