diff options
Diffstat (limited to 'klippy/chelper/trapq.h')
-rw-r--r-- | klippy/chelper/trapq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/chelper/trapq.h b/klippy/chelper/trapq.h index 787d83a4..ec762621 100644 --- a/klippy/chelper/trapq.h +++ b/klippy/chelper/trapq.h @@ -23,7 +23,7 @@ struct move *move_alloc(void); void trapq_append(struct trapq *tq, double print_time , double accel_t, double cruise_t, double decel_t , double start_pos_x, double start_pos_y, double start_pos_z - , double axes_d_x, double axes_d_y, double axes_d_z + , double axes_r_x, double axes_r_y, double axes_r_z , double start_v, double cruise_v, double accel); double move_get_distance(struct move *m, double move_time); struct coord move_get_coord(struct move *m, double move_time); |