mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 14:20:27 +09:00
kin_extruder: Move integration code from trapq.c to kin_extruder.c
Move the code that calculates the definitive integral to the kin_extruder.c file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -32,8 +32,6 @@ void trapq_append(struct trapq *tq, double print_time
|
||||
, 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);
|
||||
double trapq_integrate(struct move *m, int axis, double start, double end);
|
||||
struct move *trapq_find_move(struct move *m, double *ptime);
|
||||
struct trapq *trapq_alloc(void);
|
||||
void trapq_free(struct trapq *tq);
|
||||
void trapq_check_sentinels(struct trapq *tq);
|
||||
|
||||
Reference in New Issue
Block a user