diff options
Diffstat (limited to 'klippy/chelper/kin_idex.c')
-rw-r--r-- | klippy/chelper/kin_idex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper/kin_idex.c b/klippy/chelper/kin_idex.c index 7657a73d..fd0fc948 100644 --- a/klippy/chelper/kin_idex.c +++ b/klippy/chelper/kin_idex.c @@ -77,5 +77,6 @@ dual_carriage_alloc(void) struct dual_carriage_stepper *dc = malloc(sizeof(*dc)); memset(dc, 0, sizeof(*dc)); dc->m.move_t = 2. * DUMMY_T; + dc->x_scale = dc->y_scale = 1.0; return &dc->sk; } |