Move DAC section from inside of the changing filament section
This commit is contained in:
parent
fc93796e42
commit
0780146034
@ -532,6 +532,15 @@
|
||||
#define MSG_INFO_PSU "Power Supply"
|
||||
#endif
|
||||
|
||||
#ifndef MSG_DRIVE_STRENGTH
|
||||
#define MSG_DRIVE_STRENGTH "Drive Strength"
|
||||
#endif
|
||||
#ifndef MSG_DAC_PERCENT
|
||||
#define MSG_DAC_PERCENT "Driver %"
|
||||
#endif
|
||||
#ifndef MSG_DAC_EEPROM_WRITE
|
||||
#define MSG_DAC_EEPROM_WRITE "DAC EEPROM Write"
|
||||
#endif
|
||||
#ifndef MSG_FILAMENT_CHANGE_HEADER
|
||||
#define MSG_FILAMENT_CHANGE_HEADER "CHANGE FILAMENT"
|
||||
#endif
|
||||
@ -544,15 +553,6 @@
|
||||
#ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Resume print"
|
||||
#endif
|
||||
#ifndef MSG_DRIVE_STRENGTH
|
||||
#define MSG_DRIVE_STRENGTH "Drive Strength"
|
||||
#endif
|
||||
#ifndef MSG_DAC_PERCENT
|
||||
#define MSG_DAC_PERCENT "Driver %"
|
||||
#endif
|
||||
#ifndef MSG_DAC_EEPROM_WRITE
|
||||
#define MSG_DAC_EEPROM_WRITE "DAC EEPROM Write"
|
||||
#endif
|
||||
#if LCD_HEIGHT >= 4
|
||||
#ifndef MSG_FILAMENT_CHANGE_INIT_1
|
||||
#define MSG_FILAMENT_CHANGE_INIT_1 "Wait for start"
|
||||
|
Loading…
Reference in New Issue
Block a user