aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw/config/Configuration_adv.h
diff options
context:
space:
mode:
Diffstat (limited to 'marlinfw/config/Configuration_adv.h')
-rw-r--r--marlinfw/config/Configuration_adv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/marlinfw/config/Configuration_adv.h b/marlinfw/config/Configuration_adv.h
index d230c14..e36a525 100644
--- a/marlinfw/config/Configuration_adv.h
+++ b/marlinfw/config/Configuration_adv.h
@@ -1387,10 +1387,10 @@
//#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
- //#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
+ #define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
#endif
#endif