From 6288582fcca00d94f3075e265916700f3e32650a Mon Sep 17 00:00:00 2001 From: calorifer Date: Fri, 8 Nov 2024 21:49:16 +0200 Subject: [PATCH 1/2] Fix CREALITY_ENDER2P_V24S4 pins for BLTouch and Filament Runout #27481 --- Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h b/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h index 1d142d87ccf5..1d93b4da1ab0 100644 --- a/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h +++ b/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h @@ -75,7 +75,7 @@ // Servos // #ifndef SERVO0_PIN - #define SERVO0_PIN PB0 // BLTouch OUT * + #define SERVO0_PIN PB1 // BLTouch IN * #endif // @@ -83,17 +83,17 @@ // #define X_STOP_PIN PA5 #define Y_STOP_PIN PA6 -#define Z_STOP_PIN PB0 // BLTOUCH * +#define Z_STOP_PIN PB0 #ifndef Z_MIN_PROBE_PIN - #define Z_MIN_PROBE_PIN PB1 // BLTouch IN * + #define Z_MIN_PROBE_PIN PB2 // BLTouch OUT * #endif // // Filament Runout Sensor // #ifndef FIL_RUNOUT_PIN - #define FIL_RUNOUT_PIN PC15 // "Pulled-high" * + #define FIL_RUNOUT_PIN PA4 // "Pulled-high" * #endif // From 8301ec339cb51f1cc57b426aa5ce735c3699e8cc Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 12 Nov 2024 16:20:50 -0600 Subject: [PATCH 2/2] label with literal silkscreen markings --- Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h b/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h index 1d93b4da1ab0..2dde4bc5f702 100644 --- a/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h +++ b/Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h @@ -75,7 +75,7 @@ // Servos // #ifndef SERVO0_PIN - #define SERVO0_PIN PB1 // BLTouch IN * + #define SERVO0_PIN PB1 #endif // @@ -86,7 +86,7 @@ #define Z_STOP_PIN PB0 #ifndef Z_MIN_PROBE_PIN - #define Z_MIN_PROBE_PIN PB2 // BLTouch OUT * + #define Z_MIN_PROBE_PIN PB2 #endif //