diff options
-rw-r--r-- | marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h index 2d06579..dcb9e17 100644 --- a/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h +++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h @@ -1033,10 +1033,10 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN +//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Force the use of the probe for Z-axis homing -//#define USE_PROBE_FOR_Z_HOMING +#define USE_PROBE_FOR_Z_HOMING /** * Z_MIN_PROBE_PIN @@ -1053,7 +1053,7 @@ * - normally-closed switches to GND and D32. * - normally-open switches to 5V and D32. */ -//#define Z_MIN_PROBE_PIN 32 // Pin 32 is the RAMPS default +#define Z_MIN_PROBE_PIN PC14 // Pin 32 is the RAMPS default /** * Probe Type |