-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extruder fan (FAN1_PIN) AUTO_FAN functionality not working #49
Comments
Hey @radek8, I appreciate the support. Unfortunately, it did not work. The FAN1_PIN was already set to P2_02 in file Marlin\src\pins\lpc1769\pins_BTT_SKR_E3_TURBO.h |
I'm having the same issue with this board on current marlin. |
YouTubers are setting this up and it's working for them. Maybe bug in this marlin version? |
It also works for me, but I have another board (SKR 1.4 Turbo) and I use an external MOSFET to switch. |
So basically, it works for you on another board, with an external component. |
Yes, my board does not have only one connector adjustable (switched) output for the fan. |
My fan isnt turning on at all. Even with temp change. |
If the transistor burns out, it can be permanently closed or open. Do you have set up and uncommented in Marla? #define E0_AUTO_FAN_PIN FAN1_PIN If so, measure the voltage on the pin I marked. at a temperature below and above the set value |
Attention |
@IceDragonix, Pin1 is already defined in the pin set for the fan-controller, not for cooling the extruder |
That did not work either. Guess I'm going back to fan being always on for a while. |
This guy says to use FAN1_PIN for the hotend fan and in his video it works. |
This guy reconfigured the E1 pin to be the auto-fan for E0 to perform this task. I'm about to try this now. |
This works.. but only after I found that I had a bad connection to my fan.. bad connection was caused by me extending the cables [ Ender Extender ] and the "self-crimping" connectors were not biting into the cables correctly. I'm trying the FAN1_PIN again to see if the cables was the issue there. |
moved everything back to FAN1_PIN and it works as expected for me, after cabling issue was resolved. Fan activates at 50C, turns off at 49C. |
On my side I never got the FAN1_PIN (P2_02) to work. It's simply always on. Perhaps my board is faulty. I used the workaround from the video posted by @JPU571 (https://www.youtube.com/watch?v=KFLSpp5ClUY&t=731s) and it works perfectly fine. Instead of using FAN1_PIN (P2_02), we use pin P2_04, which by default is EXTRUDER 1. Obviously, the fan needs to be physically connected to the EXTRUDER 1 on the board. There is a follow up to the video posted by @JPU571, which explains how to use P2_02 as a motherboard cooling fan, with P1_30 configured as TEMP_CHAMBER_PIN - https://www.youtube.com/watch?v=R6ZGVY3HvQg. Again, this does not work for me. |
@radek8 Thank you Radek. I tried that, and no success. P2_02 is always on, no matter what I try. |
It looks like a faulty transistor on pin P2_02 |
Hi Maybe you can re-check your hotend fan connection to Fan1 |
Hello,
According to a tutorial - https://youtu.be/LxQWCBE6lLk?t=441 - the SKR-E3-Turbo should have FAN1 header automatic on/off feature based on hotend temperature.
I have defined the extruder fan as FAN1_PIN and set EXTRUDER_AUTO_FAN_TEMPERATURE to 50 degrees.
Unfortunately the fan is always on and never turns off. I compiled Marlin-bugfix-2.0.x from yesterday (07/31/2021). I also tried installing the stock firmware. Also no success.
Have anyone experienced similar behavior? Is there any solution?
The text was updated successfully, but these errors were encountered: