Skip to content

Commit 14f519c

Browse files
thinkyheadclassicrocker883
authored andcommitted
🔧 Update fan 0 conflict check
Followup to MarlinFirmware#25568
1 parent 69cfc37 commit 14f519c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/inc/SanityCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@ static_assert(_PLUS_TEST(3), "DEFAULT_MAX_ACCELERATION values must be positive."
37443744
#error "SPINDLE_LASER_PWM_PIN conflicts with E6_AUTO_FAN_PIN."
37453745
#elif _PIN_CONFLICT(E7_AUTO_FAN)
37463746
#error "SPINDLE_LASER_PWM_PIN conflicts with E7_AUTO_FAN_PIN."
3747-
#elif _PIN_CONFLICT(FAN)
3747+
#elif _PIN_CONFLICT(FAN0)
37483748
#error "SPINDLE_LASER_PWM_PIN conflicts with FAN0_PIN."
37493749
#elif _PIN_CONFLICT(FAN1)
37503750
#error "SPINDLE_LASER_PWM_PIN conflicts with FAN1_PIN."

0 commit comments

Comments
 (0)