diff options
Diffstat (limited to 'klippy/chelper/kin_extruder.c')
-rw-r--r-- | klippy/chelper/kin_extruder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper/kin_extruder.c b/klippy/chelper/kin_extruder.c index 92b220f6..dd2d27d6 100644 --- a/klippy/chelper/kin_extruder.c +++ b/klippy/chelper/kin_extruder.c @@ -9,6 +9,7 @@ #include "compiler.h" // __visible #include "itersolve.h" // struct stepper_kinematics #include "pyhelper.h" // errorf +#include "trapq.h" // move_get_distance static double extruder_calc_position(struct stepper_kinematics *sk, struct move *m |