🐛 Followup to E3V2 Enhanced

Fix #22741
This commit is contained in:
Scott Lahteine
2021-09-11 01:13:02 -05:00
parent 0a1211fe3f
commit 953d283e53
2 changed files with 185 additions and 73 deletions

View File

@@ -196,7 +196,9 @@ void DWIN_StatusChanged(const char * const text);
void DWIN_StatusChanged_P(PGM_P const text);
void DWIN_StartHoming();
void DWIN_CompletedHoming();
TERN_(MESH_BED_LEVELING, void DWIN_MeshUpdate(const int8_t xpos, const int8_t ypos, const float zval));
#if HAS_MESH
void DWIN_MeshUpdate(const int8_t xpos, const int8_t ypos, const float zval);
#endif
void DWIN_MeshLevelingStart();
void DWIN_CompletedLeveling();
void DWIN_PidTuning(pidresult_t result);