Skip to content

Commit 7ab7a72

Browse files
committed
no z stop pin override
1 parent d26f042 commit 7ab7a72

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Marlin/src/pins/stm32f1/pins_CREALITY_V24S1_301.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@
4444
//
4545
// Limit Switches
4646
//
47-
#ifdef BLTOUCH
48-
#define Z_STOP_PIN PC14
49-
#define Z_STOP_PIN_NADD PA15 //Added z-axis limit switch rock_20210816
50-
#else
51-
#define Z_STOP_PIN PA15
52-
#endif
53-
5447
#ifndef Z_MIN_PROBE_PIN
5548
#define Z_MIN_PROBE_PIN PC14 // BLTouch IN
5649
#endif

0 commit comments

Comments
 (0)