MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
2.03k stars 3.36k forks source link

Add configuration for SUNLU T3 printer #958

Closed ansonl closed 1 year ago

ansonl commented 1 year ago

Description

Added a new configuration for SUNLU T3 printer.

Fan reference FAN0_PIN PC6 part cooling fan FAN1_PIN PC7 extruder auto cooling fan 24V always on controller fan

The controller fan in the SUNLU T3 is hardwired to PSU power in a port marked as 24V on the printer so it is on whenever the printer is on. CONTROLLER_FAN_PIN in pins_BTT_SKR_MINI_E3_V2_0.h can be commented out or redefined to -1 to prevent the default FAN1 from activating as the controller fan.

Benefits

Allows SUNLU T3 users to compile the latest Marlin for the printer instead of the modified SUNLU firmware based on Marlin 2.0.8.

This enables bed PID control, input shaping, and correctly maps the extruder auto cooling fan to the right fan instead of setting the extruder cooling fan as the controller fan (which is a separate fan that is always hardwired on).

Related Issues

N/A