Skip to content
Snippets Groups Projects
  1. Nov 19, 2016
  2. Nov 18, 2016
  3. Nov 17, 2016
  4. Nov 16, 2016
  5. Nov 15, 2016
  6. Nov 13, 2016
    • Sebastianv650's avatar
      Save some cycle inside the planner · e3ffb58f
      Sebastianv650 authored
      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.
      e3ffb58f
    • Scott Lahteine's avatar
      Merge pull request #5212 from thinkyhead/rc_mixing_faster · 665b7f38
      Scott Lahteine authored
      Store mix factors as reciprocals and multiply
      665b7f38
  7. Nov 12, 2016
  8. Nov 11, 2016
  9. Nov 09, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
Loading