From 8410e3422fb905e036a208cae51321ddf5095c59 Mon Sep 17 00:00:00 2001 From: Luca Toniolo Date: Tue, 10 Mar 2026 07:52:35 +0800 Subject: [PATCH] removed comment about removed function --- src/emc/tp/tp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/emc/tp/tp.c b/src/emc/tp/tp.c index 3efe140b841..90f77aa8ab5 100644 --- a/src/emc/tp/tp.c +++ b/src/emc/tp/tp.c @@ -356,10 +356,6 @@ STATIC inline double tpGetRealFinalVel(TP_STRUCT const * const tp, return fmin(tc->finalvel, v_target); } -/** - * Get acceleration for a tc based on the trajectory planner state. - */ - /** * Convert the 2-part spindle position and sign to a signed double. */