Sebastianv650 e3ffb58fbd Save some cycle inside the planner
planner.h:
fan speed is used to set integer variables, so no need for long.
Basicaly a byte should be enough for all the fan things, as it's 0-255?

planner.cpp:
Save some float multiplications.
We could squeeze out even more by defining feedrate_percentage,
saved_feedrate_percentage and flow_percentage as float instead of int.
Everytime they are used in the time-critical planner, they are casted to
float and multiplied by 0.01. Not done jet, as they are used in LCD menu
functions I don't know well enough.
2016-11-13 13:34:12 +01:00
..
2016-11-12 12:24:47 +01:00
2016-08-02 18:57:15 -07:00
2016-10-17 15:17:57 -05:00
2016-10-17 15:17:57 -05:00
2016-09-01 23:54:48 -05:00
2016-10-10 01:52:51 +09:00
2016-11-07 04:59:18 +09:00
2016-09-07 15:08:12 -05:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-31 08:08:03 -05:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-10-10 14:22:43 +09:00
2016-11-12 12:25:45 +01:00
2016-11-13 13:34:12 +01:00
2016-11-13 13:34:12 +01:00
2016-09-25 06:33:38 -05:00
2016-07-31 15:50:42 +02:00
2016-07-31 15:50:42 +02:00
2016-08-11 12:47:06 -07:00
2016-10-10 14:08:04 -05:00
2016-10-07 15:57:24 -05:00
2016-11-03 23:31:45 -05:00
2016-11-03 23:31:45 -05:00
2016-11-03 23:31:45 -05:00
2016-11-08 17:54:54 -06:00
2016-07-30 02:55:52 +01:00
2016-11-05 21:06:16 -05:00
2016-07-30 21:27:29 +09:00