Fix build

This commit is contained in:
Knutwurst
2021-04-18 14:26:19 +02:00
parent a5c21b3f94
commit f2840a72a3
2 changed files with 3 additions and 6 deletions

View File

@@ -87,10 +87,7 @@
* is automatically set if the chiron is enabled.
*
*/
#if ENABLED(KNUTWURST_CHIRON)
#define KNUTWURST_TFT_LEVELING
#endif
//#define KNUTWURST_TFT_LEVELING
/*
* Here you can set the default preheat-Temperatures

View File

@@ -59,9 +59,8 @@ char _conv[8];
value++;
} while (--size);
}
#endif
void setupMyZoffset() {
void setupMyZoffset() {
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
SERIAL_ECHOPAIR("MEANL_L:", 0x55);
SAVE_zprobe_zoffset = probe.offset.z;
@@ -70,6 +69,7 @@ void setupMyZoffset() {
probe.offset = NOZZLE_TO_PROBE_OFFSET;
#endif
}
#endif
#if ENABLED(POWER_OUTAGE_TEST)
int PowerInt = 6;