aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw/config-2.0.8.1/Configuration_adv.h
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-05-20 14:14:26 +0200
committerEddie Ehlin <eddiex@eddiex.se>2021-05-20 14:14:26 +0200
commitb36c3814375c528738d2c59d742f9bc95859b4ca (patch)
tree692f53597a1dcc1da9b4d999f33cd91c85297d9e /marlinfw/config-2.0.8.1/Configuration_adv.h
parentaa2690e2f15dee7e35ed1eb962c9dee656c8ac2f (diff)
download3DPrinter-CR10S-b36c3814375c528738d2c59d742f9bc95859b4ca.tar.gz
3DPrinter-CR10S-b36c3814375c528738d2c59d742f9bc95859b4ca.zip
Re-added necessary changes for enabling BLTouch (merged from config made in 2.0.8
Diffstat (limited to 'marlinfw/config-2.0.8.1/Configuration_adv.h')
-rw-r--r--marlinfw/config-2.0.8.1/Configuration_adv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/marlinfw/config-2.0.8.1/Configuration_adv.h b/marlinfw/config-2.0.8.1/Configuration_adv.h
index 92ab057..8ae44d6 100644
--- a/marlinfw/config-2.0.8.1/Configuration_adv.h
+++ b/marlinfw/config-2.0.8.1/Configuration_adv.h
@@ -1162,7 +1162,7 @@
// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
- //#define PROBE_OFFSET_WIZARD
+ #define PROBE_OFFSET_WIZARD
#if ENABLED(PROBE_OFFSET_WIZARD)
//
// Enable to init the Probe Z-Offset when starting the Wizard.
@@ -1815,10 +1815,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