klipper/klippy/chelper
Kevin O'Connor 5ca132eafa stepcompress: Fix rounding error when interval=0
In the rare case where the step generation code finds an interval of
zero, it was possible for an integer division of a negative number to
cause an incorrect result.  Fix that by using the idiv_up() and
idiv_down() helpers.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-01-25 14:20:44 -05:00
..
__init__.py itersolve: Add ability to query the active_flags state 2020-01-23 20:47:01 -05:00
compiler.h
itersolve.c itersolve: Add ability to query the active_flags state 2020-01-23 20:47:01 -05:00
itersolve.h itersolve: Add ability to query the active_flags state 2020-01-23 20:47:01 -05:00
kin_cartesian.c
kin_corexy.c
kin_delta.c
kin_extruder.c
kin_polar.c
kin_rotary_delta.c rotary_delta: Initial support for rotary delta kinematics 2020-01-06 11:52:42 -05:00
kin_winch.c
list.h
pyhelper.c
pyhelper.h
serialqueue.c
serialqueue.h
stepcompress.c stepcompress: Fix rounding error when interval=0 2020-01-25 14:20:44 -05:00
stepcompress.h
trapq.c
trapq.h