Skip to content

Commit 00298e6

Browse files
committed
🔧 Update fan 0 conflict check
Followup to MarlinFirmware#25568
1 parent 68ab7f6 commit 00298e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)