move display notification after leveling for Chiron into ExtUI hook

This commit is contained in:
Stefan Kalscheuer
2022-12-23 17:49:15 +01:00
parent 36c8aee75b
commit b115276fee
4 changed files with 15 additions and 6 deletions

View File

@@ -259,6 +259,9 @@ void KillTFT();
#if BOTH(ANYCUBIC_TFT_DEBUG, KNUTWURST_DGUS2_TFT)
void Command(const char * const command);
#endif
#if ENABLED(KNUTWURST_TFT_LEVELING)
void LevelingDone();
#endif
char TFTstate = ANYCUBIC_TFT_STATE_IDLE;
/**