Skip to content

Commit 4e53156

Browse files
committed
sanity-check use of the Z endstop pin
1 parent ef259e5 commit 4e53156

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Marlin/src/pins/stm32f1/pins_CREALITY_V24S1_301.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
#include "env_validate.h"
2929

3030
#if HAS_MULTI_HOTEND || E_STEPPERS > 1
31-
#error "Creality V4 only supports one hotend / E-stepper. Comment out this line to continue."
31+
#error "Creality V24S1 only supports one hotend / E-stepper. Comment out this line to continue."
32+
#endif
33+
34+
#if BOTH(BLTOUCH, Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
35+
#error "Disable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN when using BLTOUCH with Creality V24S1-301."
3236
#endif
3337

3438
#define BOARD_INFO_NAME "Creality V24S1-301"

0 commit comments

Comments
 (0)