Commit 82fec32f authored by MagoKimbra's avatar MagoKimbra

Merge pull request #33 from simone97/patch-2

Code clean
parents 2ada6bbc 19de031b
......@@ -429,7 +429,7 @@ void check_axes_activity() {
disable_e3();
}
#if defined(FAN_PIN) && FAN_PIN > -1 // HAS_FAN
#if HAS_FAN // HAS_FAN
#ifdef FAN_KICKSTART_TIME
static unsigned long fan_kick_end;
if (tail_fan_speed) {
......@@ -449,7 +449,7 @@ void check_axes_activity() {
#else
analogWrite(FAN_PIN, tail_fan_speed);
#endif //!FAN_SOFT_PWM
#endif //FAN_PIN > -1
#endif //HAS_FAN
#ifdef AUTOTEMP
getHighESpeed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment