Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/ultralcd.h')
-rw-r--r--Firmware/ultralcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Firmware/ultralcd.h b/Firmware/ultralcd.h
index fccc4be10..681e1f21a 100644
--- a/Firmware/ultralcd.h
+++ b/Firmware/ultralcd.h
@@ -58,7 +58,9 @@ void lcd_mylang();
extern int8_t lcd_show_multiscreen_message_yes_no_and_wait_P(const char *msg, bool allow_timeouting = true, bool default_yes = false);
// Ask the user to move the Z axis up to the end stoppers and let
// the user confirm that it has been done.
+ #ifndef TMC2130
extern bool lcd_calibrate_z_end_stop_manual(bool only_z);
+ #endif
// Show the result of the calibration process on the LCD screen.
extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType result, uint8_t point_too_far_mask);