We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef259e5 commit 4e53156Copy full SHA for 4e53156
Marlin/src/pins/stm32f1/pins_CREALITY_V24S1_301.h
@@ -28,7 +28,11 @@
28
#include "env_validate.h"
29
30
#if HAS_MULTI_HOTEND || E_STEPPERS > 1
31
- #error "Creality V4 only supports one hotend / E-stepper. Comment out this line to continue."
+ #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."
36
#endif
37
38
#define BOARD_INFO_NAME "Creality V24S1-301"
0 commit comments