🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI
This commit is contained in:
committed by
Scott Lahteine
parent
16271377e2
commit
4817efcf81
@ -4281,7 +4281,7 @@ void DWIN_HandleScreen() {
|
||||
}
|
||||
}
|
||||
|
||||
void DWIN_CompletedHoming() {
|
||||
void DWIN_HomingDone() {
|
||||
HMI_flag.home_flag = false;
|
||||
dwin_zoffset = TERN0(HAS_BED_PROBE, probe.offset.z);
|
||||
if (checkkey == Last_Prepare) {
|
||||
@ -4297,7 +4297,7 @@ void DWIN_CompletedHoming() {
|
||||
}
|
||||
}
|
||||
|
||||
void DWIN_CompletedLeveling() {
|
||||
void DWIN_LevelingDone() {
|
||||
if (checkkey == Leveling) Goto_MainMenu();
|
||||
}
|
||||
|
||||
|
@ -243,7 +243,7 @@ void DWIN_HandleScreen();
|
||||
void DWIN_StatusChanged(const char * const cstr=nullptr);
|
||||
void DWIN_StatusChanged(FSTR_P const fstr);
|
||||
|
||||
inline void DWIN_StartHoming() { HMI_flag.home_flag = true; }
|
||||
inline void DWIN_HomingStart() { HMI_flag.home_flag = true; }
|
||||
|
||||
void DWIN_CompletedHoming();
|
||||
void DWIN_CompletedLeveling();
|
||||
void DWIN_HomingDone();
|
||||
void DWIN_LevelingDone();
|
||||
|
Reference in New Issue
Block a user