mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-30 11:20:35 -07:00
parent
68ab7f6bb7
commit
00298e6681
1 changed files with 1 additions and 1 deletions
|
|
@ -3744,7 +3744,7 @@ static_assert(_PLUS_TEST(3), "DEFAULT_MAX_ACCELERATION values must be positive."
|
|||
#error "SPINDLE_LASER_PWM_PIN conflicts with E6_AUTO_FAN_PIN."
|
||||
#elif _PIN_CONFLICT(E7_AUTO_FAN)
|
||||
#error "SPINDLE_LASER_PWM_PIN conflicts with E7_AUTO_FAN_PIN."
|
||||
#elif _PIN_CONFLICT(FAN)
|
||||
#elif _PIN_CONFLICT(FAN0)
|
||||
#error "SPINDLE_LASER_PWM_PIN conflicts with FAN0_PIN."
|
||||
#elif _PIN_CONFLICT(FAN1)
|
||||
#error "SPINDLE_LASER_PWM_PIN conflicts with FAN1_PIN."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue