mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 18:58:07 +09:00
delta: Convert delta kinematics to use iterative solver
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -62,9 +62,8 @@ defs_kin_cartesian = """
|
||||
"""
|
||||
|
||||
defs_kin_delta = """
|
||||
int32_t stepcompress_push_delta(struct stepcompress *sc
|
||||
, double clock_offset, double move_sd, double start_sv, double accel
|
||||
, double height, double startxy_sd, double arm_d, double movez_r);
|
||||
struct stepper_kinematics *delta_stepper_alloc(double arm2
|
||||
, double tower_x, double tower_y);
|
||||
"""
|
||||
|
||||
defs_serialqueue = """
|
||||
|
||||
Reference in New Issue
Block a user