bigtreetech / BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
1.01k stars 1.15k forks source link

SKR v1.4 Fan0 (CNC / part cooling fan) Control Issues #343

Open nverdonk opened 4 years ago

nverdonk commented 4 years ago

I recently installed an skr v1.4 board on my Ender 3 pro. First install and Marlin boot went well. I printed a test cube and everything worked as intended.

I then tweaked a few firmware settings such as Probe Z-offset and sensorless homing sensitivity values. (I know this can be done on the printer but I wanted to change my config files so that any new firmware changes I did in the future would have the proper values)

Flashed the new firmware and now my part cooling fan will not work.

Details:

My hotend fan is configured to come on only at hotend temperatures above 50 oC and it works as intended. I have also tested the above configurations of part fan settings with the nozzle at 180 oC to make sure there is no limit in the firmware that prevents the part fan from turning on.

If anyone has had a similar problem, or knows a potential fix; it would be appreciated!

ChipCE commented 4 years ago

It won't work like that. You should wire the fans in series and connect directly to the fan port.

nverdonk commented 4 years ago

Thanks for letting me know. I was reading a lot of conflicting options about wiring in parallel or series, so for the point of trouble shooting, I reconnected the original fan directly to the board and was still having the same control issues.

ChipCE commented 4 years ago

Does you connect it with the buck converter? Buck converter does not work well with input from pwm signal. And can you share your config file?