mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-05 14:27:45 -07:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| compiler.h | ||
| itersolve.c | ||
| itersolve.h | ||
| kin_cartesian.c | ||
| kin_corexy.c | ||
| kin_delta.c | ||
| kin_extruder.c | ||
| list.h | ||
| pyhelper.c | ||
| pyhelper.h | ||
| serialqueue.c | ||
| serialqueue.h | ||
| stepcompress.c | ||
| stepcompress.h | ||