klipper/klippy/chelper
Kevin O'Connor 890298d34d itersolve: Support setting the stepper position via a cartesian coordinate
Add support for an itersolve_set_position() function that sets a
stepper position from a cartesian coordinate.  This eliminates the
need for both the python and C code to be able to translate from a
cartesian coordinate to a stepper position.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-06-22 14:09:01 -04:00
..
__init__.py itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
compiler.h
itersolve.c itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
itersolve.h itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
kin_cartesian.c kin_cartesian: Remove stepcompress_push_const() 2018-06-20 09:26:10 -04:00
kin_corexy.c corexy: Convert corexy to use the iterative solver 2018-06-20 09:26:10 -04:00
kin_delta.c delta: Convert delta kinematics to use iterative solver 2018-06-20 09:26:10 -04:00
kin_extruder.c extruder: Convert to using iterative solver 2018-06-20 09:26:10 -04:00
list.h
pyhelper.c
pyhelper.h
serialqueue.c
serialqueue.h
stepcompress.c kin_cartesian: Remove stepcompress_push_const() 2018-06-20 09:26:10 -04:00
stepcompress.h kin_cartesian: Remove stepcompress_push_const() 2018-06-20 09:26:10 -04:00