From f68b4265a6d125a46ff9872740cb9f3eb80c288a Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 2 Apr 2018 21:52:29 -0500 Subject: [PATCH] Fix a probe pin definition --- Marlin/src/pins/pinsDebug_list.h | 3 --- Marlin/src/pins/pins_RURAMPS4D.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Marlin/src/pins/pinsDebug_list.h b/Marlin/src/pins/pinsDebug_list.h index 875b3f04ab..54883031f5 100644 --- a/Marlin/src/pins/pinsDebug_list.h +++ b/Marlin/src/pins/pinsDebug_list.h @@ -908,9 +908,6 @@ #if PIN_EXISTS(Z_MS2) REPORT_NAME_DIGITAL(__LINE__, Z_MS2_PIN) #endif -#if PIN_EXISTS(Z_PROBE) - REPORT_NAME_DIGITAL(__LINE__, Z_PROBE_PIN) -#endif #if PIN_EXISTS(Z_STEP) REPORT_NAME_DIGITAL(__LINE__, Z_STEP_PIN) #endif diff --git a/Marlin/src/pins/pins_RURAMPS4D.h b/Marlin/src/pins/pins_RURAMPS4D.h index 1f5938f936..7355dc7420 100644 --- a/Marlin/src/pins/pins_RURAMPS4D.h +++ b/Marlin/src/pins/pins_RURAMPS4D.h @@ -105,8 +105,8 @@ //#define Z2_MS3_PIN ? // shared with E3_MS3_PIN #if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN) - #define Z_PROBE_PIN 49 -#endif // else Z_PROBE_PIN = Z_MIN_PIN + #define Z_MIN_PROBE_PIN 49 +#endif #if ENABLED(FILAMENT_RUNOUT_SENSOR) #ifndef FIL_RUNOUT_PIN