From 38e68cf61080d2d01065fa6793cd584744a35ab3 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Wed, 5 Jan 2022 22:01:24 +0100 Subject: Configured to use dedicated Z-probe port --- marlinfw-skr-e3-mini-v2/config-2.0.9.2/Configuration.h | 6 +++--- 1 file 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 -- cgit v1.2.3