Skip to content

Commit

Permalink
Fix CREALITY_ENDER2P_V24S4 pins for BLTouch and Filament Runout
Browse files Browse the repository at this point in the history
  • Loading branch information
calorifer committed Nov 8, 2024
1 parent 13af4e1 commit 6288582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@
// Servos
//
#ifndef SERVO0_PIN
#define SERVO0_PIN PB0 // BLTouch OUT *
#define SERVO0_PIN PB1 // BLTouch IN *
#endif

//
// Limit Switches
//
#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

//
Expand Down

0 comments on commit 6288582

Please sign in to comment.