🚸 Misc. JyersUI tweaks (#26228)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -145,3 +145,9 @@
|
||||
#define ICON_ProbeOffsetZ ICON_StepZ
|
||||
#define ICON_PIDNozzle ICON_SetEndTemp
|
||||
#define ICON_PIDbed ICON_SetBedTemp
|
||||
#define ICON_FWRetract ICON_StepE
|
||||
#define ICON_FWRetLength ICON_StepE
|
||||
#define ICON_FWRetSpeed ICON_Setspeed
|
||||
#define ICON_FWRetZRaise ICON_MoveZ
|
||||
#define ICON_FWRecSpeed ICON_Setspeed
|
||||
#define ICON_FWRecExtra ICON_StepE
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -83,6 +83,7 @@ enum menuID : uint8_t {
|
||||
ID_Preheat,
|
||||
ID_ChangeFilament,
|
||||
ID_MenuCustom,
|
||||
OPTITEM(FWRETRACT, ID_FWMenu)
|
||||
ID_Control,
|
||||
ID_TempMenu,
|
||||
ID_PID,
|
||||
@@ -105,9 +106,7 @@ enum menuID : uint8_t {
|
||||
ID_ColorSettings,
|
||||
ID_Advanced,
|
||||
ID_ProbeMenu,
|
||||
#if HAS_TRINAMIC_CONFIG
|
||||
ID_TMCMenu,
|
||||
#endif
|
||||
OPTITEM(HAS_TRINAMIC_CONFIG, ID_TMCMenu)
|
||||
ID_Info,
|
||||
ID_Leveling,
|
||||
ID_LevelManual,
|
||||
|
@@ -54,12 +54,6 @@
|
||||
#define ICON_FilUnload ICON_ReadEEPROM
|
||||
#define ICON_Flow ICON_StepE
|
||||
#define ICON_Folder ICON_More
|
||||
#define ICON_FWRetract ICON_StepE
|
||||
#define ICON_FWRetLength ICON_StepE
|
||||
#define ICON_FWRetSpeed ICON_Setspeed
|
||||
#define ICON_FWRetZRaise ICON_MoveZ
|
||||
#define ICON_FWRecSpeed ICON_Setspeed
|
||||
#define ICON_FWRecExtra ICON_StepE
|
||||
#define ICON_HomeX ICON_MoveX
|
||||
#define ICON_HomeY ICON_MoveY
|
||||
#define ICON_HomeZ ICON_MoveZ
|
||||
|
@@ -901,6 +901,7 @@ namespace LanguageNarrow_en {
|
||||
namespace LanguageWide_en {
|
||||
using namespace LanguageNarrow_en;
|
||||
#if LCD_WIDTH >= 20 || HAS_DWIN_E3V2
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Live Movement");
|
||||
LSTR MSG_HOST_START_PRINT = _UxGT("Start Host Print");
|
||||
LSTR MSG_PRINTING_OBJECT = _UxGT("Printing Object");
|
||||
LSTR MSG_CANCEL_OBJECT = _UxGT("Cancel Object");
|
||||
|
Reference in New Issue
Block a user