From 351b56572894a8dbffc00daf380f6037c98f0aa5 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 28 Oct 2019 23:09:25 -0400 Subject: delta: Convert step generation to use trapq system Signed-off-by: Kevin O'Connor --- klippy/chelper/kin_delta.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'klippy/chelper/kin_delta.c') diff --git a/klippy/chelper/kin_delta.c b/klippy/chelper/kin_delta.c index 5ead7e98..1cfb1c35 100644 --- a/klippy/chelper/kin_delta.c +++ b/klippy/chelper/kin_delta.c @@ -1,6 +1,6 @@ // Delta kinematics stepper pulse time generation // -// Copyright (C) 2018 Kevin O'Connor +// Copyright (C) 2018-2019 Kevin O'Connor // // This file may be distributed under the terms of the GNU GPLv3 license. @@ -36,5 +36,6 @@ delta_stepper_alloc(double arm2, double tower_x, double tower_y) ds->tower_x = tower_x; ds->tower_y = tower_y; ds->sk.calc_position_cb = delta_stepper_calc_position; + ds->sk.active_flags = AF_X | AF_Y | AF_Z; return &ds->sk; } -- cgit v1.2.3-70-g09d2