Adding the S-curve trajectory planner with jerk limiting (#3683) introduced an inline function in emc/tp/tp.c line 359 STATIC inline double tpGetScaledAccel(...) that is never used in the code.
It may be an oversight, a typo or development leftovers. Someone with knowledge of this code should review it and determine what should be done with it.
Adding the S-curve trajectory planner with jerk limiting (#3683) introduced an inline function in
emc/tp/tp.cline 359STATIC inline double tpGetScaledAccel(...)that is never used in the code.It may be an oversight, a typo or development leftovers. Someone with knowledge of this code should review it and determine what should be done with it.