planner.cpp: remove tab

planner.cpp: single evil and hidden tab removed ♻️ 😏
master
CONSULitAS 9 years ago committed by Richard Wackerbarth
parent 3a5963c0e7
commit 788eb6e647

@ -441,7 +441,7 @@ void check_axes_activity() {
fan_kick_end = 0;
}
#endif //FAN_KICKSTART_TIME
#ifdef FAN_MIN_PWM
#ifdef FAN_MIN_PWM
#define CALC_FAN_SPEED (tail_fan_speed ? ( FAN_MIN_PWM + (tail_fan_speed * (255 - FAN_MIN_PWM)) / 255 ) : 0)
#else
#define CALC_FAN_SPEED tail_fan_speed

Loading…
Cancel
Save