klipper/klippy/chelper
Tircown 354915d2ad
kinematics: Add deltesian printers (#5743)
Initial push of the working deltesian kinematics after some successful tests.

Signed-off-by: Fabrice GALLET <tircown@gmail.com>
2022-09-01 15:56:31 -04:00
..
__init__.py kinematics: Add deltesian printers (#5743) 2022-09-01 15:56:31 -04:00
compiler.h
itersolve.c itersolve: Convert iterative solver to use "secant method" 2020-11-02 12:07:23 -05:00
itersolve.h
kin_cartesian.c kinematics: Add dual_carriage to hybrid-corexyz (#4296) 2021-06-27 18:37:05 -04:00
kin_corexy.c
kin_corexz.c corexz: Add CoreXZ kinematics (#3129) 2020-07-30 12:42:23 -04:00
kin_delta.c
kin_deltesian.c kinematics: Add deltesian printers (#5743) 2022-09-01 15:56:31 -04:00
kin_extruder.c extruder: Don't store pressure_advance value in trapq moves 2022-01-16 19:01:15 -05:00
kin_polar.c
kin_rotary_delta.c
kin_shaper.c input_shaper: Factored out AxisInputShaper class 2021-10-26 16:14:50 -04:00
kin_winch.c
list.h
msgblock.c msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
msgblock.h msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
pollreactor.c pollreactor: Move C pollreactor code from serialqueue.c to its own file 2021-06-09 18:58:35 -04:00
pollreactor.h pollreactor: Move C pollreactor code from serialqueue.c to its own file 2021-06-09 18:58:35 -04:00
pyhelper.c
pyhelper.h
serialqueue.c serialqueue: Improve canbus timing 2022-07-29 11:40:54 -04:00
serialqueue.h serialqueue: Improve canbus timing 2022-07-29 11:40:54 -04:00
stepcompress.c extruder: Add support for reversing the direction of extruder stepper movement 2022-02-10 13:24:21 -05:00
stepcompress.h extruder: Add support for reversing the direction of extruder stepper movement 2022-02-10 13:24:21 -05:00
trapq.c trapq: Prune interrupted moves from history on trapq_set_position() 2021-08-06 12:22:07 -04:00
trapq.h trapq: Store toolhead.set_position() updates in trapq history 2021-07-29 16:35:30 -04:00
trdispatch.c trdispatch: Support fast responses to trsync_state messages 2021-06-09 18:58:35 -04:00