Fix build for chiron without tft leveling.

This commit is contained in:
Knutwurst
2021-04-18 21:17:39 +02:00
parent cd106eb777
commit f2f1d6213a

View File

@@ -136,7 +136,7 @@ void AnycubicTouchscreenClass::Setup()
{ {
HardwareSerial.begin(115200); HardwareSerial.begin(115200);
#if ENABLED(KNUTWURST_CHIRON) #if ENABLED(KNUTWURST_TFT_LEVELING)
setupMyZoffset(); setupMyZoffset();
delay(10); delay(10);
#endif #endif