Substiture KNUTWURST_TFT_LEVELING flag with KNUTWURST_CHIRON.

This commit is contained in:
Knutwurst
2023-06-14 10:35:01 +02:00
parent e0bb686818
commit 4df951c501
4 changed files with 23 additions and 43 deletions

View File

@@ -94,7 +94,7 @@ namespace ExtUI {
void onLevelingStart() {}
void onLevelingDone() {
#if ENABLED(KNUTWURST_TFT_LEVELING)
#if ENABLED(KNUTWURST_CHIRON)
AnycubicTouchscreen.LevelingDone();
#endif
}