Only enable babystepping and probe offset change when BLTouch is enabled.

This commit is contained in:
Knutwurst
2022-02-23 10:08:45 +01:00
parent 0eaa8f902f
commit 4985c9abf5

View File

@@ -1920,8 +1920,11 @@
#endif
//#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
#if ENABLED(KNUTWURST_BLTOUCH)
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#endif
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
//#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor