mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 23:28:07 +09:00
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -75,7 +75,7 @@ defs_trapq = """
|
||||
, double start_v, double cruise_v, double accel);
|
||||
struct trapq *trapq_alloc(void);
|
||||
void trapq_free(struct trapq *tq);
|
||||
void trapq_free_moves(struct trapq *tq, double print_time);
|
||||
void trapq_finalize_moves(struct trapq *tq, double print_time);
|
||||
"""
|
||||
|
||||
defs_kin_cartesian = """
|
||||
|
||||
Reference in New Issue
Block a user