123 Commits (8cccf69ef7c268bdf81536a490aecb57aa415875)

Autor SHA1 Mensaje Fecha
  Scott Lahteine 0e71e7b2fb Cleanup to planner.cpp hace 7 años
  Scott Lahteine b5711a99a2 Patches to bring UBL closer to compliance hace 7 años
  MagoKimbra a4a9bd8bc9 Fix BUG set_position_mm hace 7 años
  Scott Lahteine b3e2bd6f29 Reduce E_D_ratio code hace 7 años
  Sebastianv650 de6c40ed8f Add option to fix E/D ratio hace 7 años
  AnHardt 292eb365c6 Optimize handling of block_buffer_runtime() hace 7 años
  Scott Lahteine 87921f390a Clarify what are "logical" positions in the planner hace 7 años
  Scott Lahteine 0d0aa6c20d Patch type for max_acceleration_mm_per_s2 save/restore hace 7 años
  esenapaj 069c6b38dd Remove unnecessary tabs and spaces hace 7 años
  AnHardt d0e24e0876 Adaptive screen updates for all kinds of displays hace 7 años
  AnHardt 13eebd11cf volatile_block_buffer_runtime_us hace 7 años
  AnHardt 87fe20b5f5 Simplify long_move() hace 7 años
  AnHardt 706b240251 Patch long_move() hace 7 años
  esenapaj e9393c3634 Suppress warnings, etc hace 7 años
  Scott Lahteine aa241c63b3 Include M205 note in configurations hace 7 años
  Scott Lahteine 01e5d46ea7 Patch some planner compile errors hace 7 años
  Scott Lahteine 3391c785c6 Support for distinct E factors hace 7 años
  Scott Lahteine 0dfe95eaba Adjust formatting in Planner hace 7 años
  esenapaj 3047f3c85c Suppress warning hace 7 años
  Scott Lahteine f6f77d34a1 Add a fade factor for mesh leveling hace 7 años
  Sebastianv650 8190483eeb Improvement for ENSURE_SMOOTH_MOVES hace 7 años
  Scott Lahteine 2cc32d85a3 Adjust ENSURE_SMOOTH_MOVES coding style hace 7 años
  Sebastianv650 de89dc9f04 Ensure smooth print moves even with LCD enabled hace 7 años
  Florian Heilmann d08867986e Add autotemp capabilities to M104 hace 7 años
  Sebastianv650 e3ffb58fbd Save some cycle inside the planner hace 7 años
  Sebastianv650 f9bea7968f BugFix for incorrect E-speed calculation hace 7 años
  Scott Lahteine 23f05f8be7 Use bit-length types in block_t hace 7 años
  Scott Lahteine 75dbb71dd7 Replace block.busy with a block.flag bit hace 7 años
  Scott Lahteine 8e787304c9 const float ref args in planner.h hace 8 años
  Sebastianv650 c397b9d60a Planner acceleration bugfix and speedup v2 hace 8 años
  Scott Lahteine 8e1cc9332a Replace block flag bools with flag bits hace 8 años
  Scott Lahteine 5ce5a9c822 Marlin: planner.h tweak hace 8 años
  Scott Lahteine d963020532 Sort out some header dependencies hace 8 años
  Scott Lahteine c5cac486f5 Use a, b, c instead of lx, ly, lz hace 8 años
  Josef Pavlik f8c2473a71 Improve planner kinematics, fix delta ABL hace 8 años
  Scott Lahteine d19cfcfc1d max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK hace 8 años
  Scott Lahteine ecf7cdde65 Augment planner/stepper getters/setters hace 8 años
  Scott Lahteine ea0dbee3c9 Enable ABL by type, support bilinear on cartesian hace 8 años
  Scott Lahteine 22ece0081e Pass array pointer to unapply_leveling hace 8 años
  Scott Lahteine cbc158eb62 Add a proper flag for ABL enabled hace 8 años
  Scott Lahteine 6b9bf8e8fe Add Planner::sync_from_steppers hace 8 años
  Scott Lahteine c109399bf6 Fix planner leveling and rename arguments hace 8 años
  Scott Lahteine 9248cfb0ad Bed leveling that accounts for home XYZ hace 8 años
  Scott Lahteine d554c1dda8 Clean up planner kernel pass methods hace 8 años
  Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps hace 8 años
  Scott Lahteine f8b5749235 Replace division in planner with multiplication hace 8 años
  Scott Lahteine 9f9fe043ba Apply sq macro throughout hace 8 años
  Scott Lahteine 93ba5bddd7 Append units to feedrate variables hace 8 años
  Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER hace 8 años
  Scott Lahteine ef3bef6b9e Fix feedrate in gcode_T (max_feedrate is mm/s) hace 8 años