File tree 8 files changed +16
-12
lines changed
8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 30
30
31
31
#include "env_validate.h"
32
32
33
- #if EXTRUDERS > 1 || E_STEPPERS > 1
34
- #error "E4d@box only supports 1 E stepper."
35
- #elif HAS_MULTI_HOTEND
33
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
36
34
#error "E4d@box only supports 1 hotend / E stepper."
37
35
#endif
38
36
Original file line number Diff line number Diff line change 30
30
31
31
#include "env_validate.h"
32
32
33
- #if EXTRUDERS > 1 || E_STEPPERS > 1
34
- #error "FYSETC E4 only supports 1 E stepper."
35
- #elif HAS_MULTI_HOTEND
33
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
36
34
#error "FYSETC E4 only supports 1 hotend / E stepper."
37
35
#endif
38
36
Original file line number Diff line number Diff line change 30
30
31
31
#include "env_validate.h"
32
32
33
- #if EXTRUDERS > 1 || E_STEPPERS > 1
34
- #error "MRR ESPA only supports 1 E stepper."
35
- #elif HAS_MULTI_HOTEND
33
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
36
34
#error "MRR ESPA only supports 1 hotend / E stepper."
37
35
#endif
38
36
Original file line number Diff line number Diff line change 27
27
28
28
#define BOARD_INFO_NAME "Panda_M4"
29
29
30
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
31
+ #error "PANDA M4 only supports 1 hotend / E stepper."
32
+ #endif
33
+
30
34
#include "pins_PANDA_common.h"
31
35
32
36
//
Original file line number Diff line number Diff line change 27
27
28
28
#define BOARD_INFO_NAME "Panda_ZHU"
29
29
30
+ #if E_STEPPERS > 5
31
+ #error "PANDA ZHU supports up to 5 E steppers."
32
+ #if HAS_MULTI_HOTEND
33
+ #error "PANDA ZHU only supports 1 hotend."
34
+ #endif
35
+
30
36
#include "pins_PANDA_common.h"
31
37
32
38
//
Original file line number Diff line number Diff line change 23
23
24
24
#include "env_validate.h"
25
25
26
- #if HOTENDS > 1 || E_STEPPERS > 1
26
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
27
27
#error "Artillery Ruby only supports 1 hotend / E stepper."
28
28
#endif
29
29
Original file line number Diff line number Diff line change 25
25
26
26
#include "env_validate.h"
27
27
28
- #if HOTENDS > 1 || E_STEPPERS > 1
28
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
29
29
#error "BTT SKR Mini E3 V3.0.1 supports up to 1 hotend / E stepper."
30
30
#endif
31
31
Original file line number Diff line number Diff line change 24
24
#define ALLOW_STM32DUINO
25
25
#include "env_validate.h"
26
26
27
- #if HOTENDS > 1 || E_STEPPERS > 1
27
+ #if HAS_MULTI_HOTEND || E_STEPPERS > 1
28
28
#error "TH3D EZBoard only supports 1 hotend / E stepper."
29
29
#endif
30
30
You can’t perform that action at this time.
0 commit comments