Browse Source

planner.cpp: remove tab

planner.cpp: single evil and hidden tab removed :recycle: :smirk:
CONSULitAS 10 years ago
parent
commit
788eb6e647
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/planner.cpp

+ 1
- 1
Marlin/planner.cpp View File

441
           fan_kick_end = 0;
441
           fan_kick_end = 0;
442
         }
442
         }
443
     #endif //FAN_KICKSTART_TIME
443
     #endif //FAN_KICKSTART_TIME
444
-	#ifdef FAN_MIN_PWM
444
+    #ifdef FAN_MIN_PWM
445
       #define CALC_FAN_SPEED (tail_fan_speed ? ( FAN_MIN_PWM + (tail_fan_speed * (255 - FAN_MIN_PWM)) / 255 ) : 0)
445
       #define CALC_FAN_SPEED (tail_fan_speed ? ( FAN_MIN_PWM + (tail_fan_speed * (255 - FAN_MIN_PWM)) / 255 ) : 0)
446
     #else
446
     #else
447
       #define CALC_FAN_SPEED tail_fan_speed
447
       #define CALC_FAN_SPEED tail_fan_speed

Loading…
Cancel
Save