G28 tweaks

This commit is contained in:
Scott Lahteine
2020-12-05 19:14:15 -06:00
committed by Scott Lahteine
parent b6cd7aaf17
commit 107834f899
2 changed files with 8 additions and 11 deletions

View File

@ -369,5 +369,7 @@ void DWIN_Update();
void EachMomentUpdate();
void DWIN_HandleScreen();
inline void DWIN_StartHoming() { HMI_flag.home_flag = true; }
void DWIN_CompletedHoming();
void DWIN_CompletedLeveling();