aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2022-04-02 20:24:05 +0200
committerEddie Ehlin <eddiex@eddiex.se>2022-04-02 20:24:05 +0200
commitb8d5c60df83a5a09ed4c802082e4313d996c542f (patch)
treea65806460fe6c2716e5f2d840d6856a2a8f520e7 /marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
parentad8eb5b947c9586e4c2e21196ee13ebfb94478a9 (diff)
download3DPrinter-CR10S-b8d5c60df83a5a09ed4c802082e4313d996c542f.tar.gz
3DPrinter-CR10S-b8d5c60df83a5a09ed4c802082e4313d996c542f.zip
Initial set of changes for enabling BLTouch on SKR E3 Mini V2 along with explicit config for dual Z steppers.
Diffstat (limited to 'marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h')
-rw-r--r--marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
index 09db032..94cda89 100644
--- a/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
+++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.3/Configuration_adv.h
@@ -749,7 +749,7 @@
//
// For Z set the number of stepper drivers
//
-#define NUM_Z_STEPPER_DRIVERS 1 // (1-4) Z options change based on how many
+#define NUM_Z_STEPPER_DRIVERS 2 // (1-4) Z options change based on how many
#if NUM_Z_STEPPER_DRIVERS > 1
// Enable if Z motor direction signals are the opposite of Z1
@@ -1282,7 +1282,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.