Skip to content
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

Controller Fan stay ON #3

Open
ammaralroz opened this issue Apr 23, 2019 · 0 comments
Open

Controller Fan stay ON #3

ammaralroz opened this issue Apr 23, 2019 · 0 comments

Comments

@ammaralroz
Copy link

ammaralroz commented Apr 23, 2019

Hi,
Controller fan on port 7 stay on all the time, it won't turn off when the temp is below 50.

I found this code in Marlin_Main.cpp
in void loop() {

pinMode(CONTROLLERFAN_PIN,OUTPUT); digitalWrite(CONTROLLERFAN_PIN,HIGH);

even if I commit this lines, the auto fan will not work at all

this is configuration_adv code

#define USE_CONTROLLER_FAN

#if ENABLED(USE_CONTROLLER_FAN)

  #define CONTROLLERFAN_PIN 7 //Pin used for the fan to cool controller (-1 to disable)

  #define CONTROLLERFAN_SECS 60 //How many seconds, after all, motors were disabled, the fan should run

  #define CONTROLLERFAN_SPEED 255  // == full speed

#endif

Any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant