aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_winch.c
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/chelper/kin_winch.c')
-rw-r--r--klippy/chelper/kin_winch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/chelper/kin_winch.c b/klippy/chelper/kin_winch.c
index df894352..3d3b8916 100644
--- a/klippy/chelper/kin_winch.c
+++ b/klippy/chelper/kin_winch.c
@@ -35,6 +35,6 @@ winch_stepper_alloc(double anchor_x, double anchor_y, double anchor_z)
hs->anchor.x = anchor_x;
hs->anchor.y = anchor_y;
hs->anchor.z = anchor_z;
- hs->sk.calc_position = winch_stepper_calc_position;
+ hs->sk.calc_position_cb = winch_stepper_calc_position;
return &hs->sk;
}