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

File diff suppressed because it is too large Load Diff

View File

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