diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2022-01-05 22:01:24 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2022-01-05 22:01:24 +0100 |
commit | 38e68cf61080d2d01065fa6793cd584744a35ab3 (patch) | |
tree | 88dc52882b1b3c388b2a84a2599be6a559a4a1a2 /marlinfw-skr-e3-mini-v2 | |
parent | 8056e60eeeb30037febc112d734a9ba61c880614 (diff) | |
download | 3DPrinter-CR10S-38e68cf61080d2d01065fa6793cd584744a35ab3.tar.gz 3DPrinter-CR10S-38e68cf61080d2d01065fa6793cd584744a35ab3.zip |
Configured to use dedicated Z-probe port
Diffstat (limited to 'marlinfw-skr-e3-mini-v2')
-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 |