Basic Information:
Printer Model: Anycubic Kobra Plus
MCU / Printerboard: Trigorilla_Pro_A_V1.0.4
Describe your issue:
[controller_fan controller_fan]
pin: PA14
heater: heater_bed
[heater_fan heater_fan]
pin: PA13
On my printer, the hotend and MCU fans both go to 100% as soon as the printer starts up, regardless of the commanded status. Anycubic publishes the Marlin config for the stock firmware, so I know that the pins are correct:
//
// Fans
//
#define FAN_PIN PB9 // model fan
#define FAN1_PIN PA13 // auto fan for E0
#define FAN2_PIN PA14 // controller fan
#define CONTROLLER_FAN_PIN FAN2_PIN
#define FAN_SOFT_PWM
Does anyone have any ideas about why the fans don’t respond to control with Klipper?