aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_polar.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-10-28 23:13:58 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-11-06 15:51:51 -0500
commit4b5cbc18a4a17f7a3c107693a4d7c1d32f0238c5 (patch)
tree892941e54a981c8e4382efe984d7fb483a1cb9a0 /klippy/chelper/kin_polar.c
parent351b56572894a8dbffc00daf380f6037c98f0aa5 (diff)
downloadkutter-4b5cbc18a4a17f7a3c107693a4d7c1d32f0238c5.tar.gz
kutter-4b5cbc18a4a17f7a3c107693a4d7c1d32f0238c5.tar.xz
kutter-4b5cbc18a4a17f7a3c107693a4d7c1d32f0238c5.zip
polar: Convert step generation to use trapq system
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/chelper/kin_polar.c')
-rw-r--r--klippy/chelper/kin_polar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper/kin_polar.c b/klippy/chelper/kin_polar.c
index 15f5ae1b..b563baa5 100644
--- a/klippy/chelper/kin_polar.c
+++ b/klippy/chelper/kin_polar.c
@@ -54,5 +54,6 @@ polar_stepper_alloc(char type)
sk->calc_position_cb = polar_stepper_angle_calc_position;
sk->post_cb = polar_stepper_angle_post_fixup;
}
+ sk->active_flags = AF_X | AF_Y;
return sk;
}