Fix build
This commit is contained in:
@@ -87,10 +87,7 @@
|
|||||||
* is automatically set if the chiron is enabled.
|
* is automatically set if the chiron is enabled.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#if ENABLED(KNUTWURST_CHIRON)
|
//#define KNUTWURST_TFT_LEVELING
|
||||||
#define KNUTWURST_TFT_LEVELING
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Here you can set the default preheat-Temperatures
|
* Here you can set the default preheat-Temperatures
|
||||||
|
@@ -59,9 +59,8 @@ char _conv[8];
|
|||||||
value++;
|
value++;
|
||||||
} while (--size);
|
} while (--size);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void setupMyZoffset() {
|
void setupMyZoffset() {
|
||||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
SERIAL_ECHOPAIR("MEANL_L:", 0x55);
|
SERIAL_ECHOPAIR("MEANL_L:", 0x55);
|
||||||
SAVE_zprobe_zoffset = probe.offset.z;
|
SAVE_zprobe_zoffset = probe.offset.z;
|
||||||
@@ -70,6 +69,7 @@ void setupMyZoffset() {
|
|||||||
probe.offset = NOZZLE_TO_PROBE_OFFSET;
|
probe.offset = NOZZLE_TO_PROBE_OFFSET;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(POWER_OUTAGE_TEST)
|
#if ENABLED(POWER_OUTAGE_TEST)
|
||||||
int PowerInt = 6;
|
int PowerInt = 6;
|
||||||
|
Reference in New Issue
Block a user