Skip to content

Commit

Permalink
Correcting pin assignment.
Browse files Browse the repository at this point in the history
As BTT manual describes:
    FAN1 - PA0 - Hotend FAN
    FaN2 - PA1 - Part cooling FAN
  • Loading branch information
jurikaur committed May 9, 2023
1 parent 8eb767c commit f783b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_templates/mcu_defaults/toolhead/BTT_SB2240_v1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aliases:

E_HEATER=MCU_HE0 , E_TEMPERATURE=MCU_TH0 ,

PART_FAN=MCU_FAN1_PWM , E_FAN=MCU_FAN2_PWM ,
PART_FAN=MCU_FAN2_PWM , E_FAN=MCU_FAN1_PWM ,

STATUS_NEOPIXEL=MCU_RGB ,

Expand Down

0 comments on commit f783b29

Please sign in to comment.