Update Configuration_adv.h

This commit is contained in:
InsanityAutomation
2021-06-11 09:14:32 -04:00
parent 06425bf4b7
commit 49fd0950ee
+2 -4
View File
@@ -1912,11 +1912,9 @@
#endif
#endif
#if ENABLED(EXTENSIBLE_UI) && NONE(ABL_EZABL, ABL_NCSW, ABL_BLTOUCH, ABL_TOUCH_MI)
#if NONE(ABL_EZABL, ABL_NCSW, ABL_BLTOUCH, ABL_TOUCH_MI)
#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
#endif
#if ANY(ABL_EZABL, ABL_BLTOUCH, ABL_NCSW, ABL_TOUCH_MI)
#else
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#endif
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)