0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-26 16:12:51 +00:00

More DWIN cleanup

This commit is contained in:
Scott Lahteine 2020-09-16 06:56:48 -05:00
parent 250bfac0cc
commit 217bae9ff1
2 changed files with 317 additions and 398 deletions
Marlin/src/lcd/dwin/e3v2

File diff suppressed because it is too large Load diff

View file

@ -258,11 +258,11 @@ typedef struct {
bool leveling_offset_flag:1; bool leveling_offset_flag:1;
#endif #endif
#if HAS_FAN #if HAS_FAN
char feedspeed_flag; AxisEnum feedspeed_flag;
#endif #endif
char acc_flag; AxisEnum acc_flag;
char jerk_flag; AxisEnum jerk_flag;
char step_flag; AxisEnum step_flag;
} HMI_Flag; } HMI_Flag;
extern HMI_value_t HMI_ValueStruct; extern HMI_value_t HMI_ValueStruct;