diff options
Diffstat (limited to 'klippy/chelper/__init__.py')
-rw-r--r-- | klippy/chelper/__init__.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/klippy/chelper/__init__.py b/klippy/chelper/__init__.py index da31ec38..36e32303 100644 --- a/klippy/chelper/__init__.py +++ b/klippy/chelper/__init__.py @@ -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 = """ |