aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h
diff options
context:
space:
mode:
Diffstat (limited to 'marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h')
-rw-r--r--marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h
index 4c9224c..5227362 100644
--- a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h
+++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration_adv.h
@@ -818,7 +818,7 @@
// Safety: The probe needs time to recognize the command.
// Minimum command delay (ms). Enable and increase if needed.
- //#define BLTOUCH_DELAY 500
+ #define BLTOUCH_DELAY 500
/**
* Settings for BLTOUCH Classic 1.2, 1.3 or BLTouch Smart 1.0, 2.0, 2.2, 3.0, 3.1, and most clones:
@@ -826,7 +826,7 @@
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
// in special cases, like noisy or filtered input configurations.
- //#define BLTOUCH_FORCE_SW_MODE
+ #define BLTOUCH_FORCE_SW_MODE
/**
* Settings for BLTouch Smart 3.0 and 3.1
@@ -1225,14 +1225,14 @@
// 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.
// Use a height slightly above the estimated nozzle-to-probe Z offset.
// For example, with an offset of -5, consider a starting height of -4.
//
- //#define PROBE_OFFSET_WIZARD_START_Z -4.0
+ #define PROBE_OFFSET_WIZARD_START_Z -2.0
// Set a convenient position to do the calibration (probing point and nozzle/bed-distance)
//#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
@@ -1883,9 +1883,9 @@
#endif
#endif
- //#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
+ #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