grotius-cnc / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
7 stars 4 forks source link

TODO: Find Curve for valid Vel/Acc/Jerk #10

Open TheRealBeef opened 11 months ago

TheRealBeef commented 11 months ago

Perform some real-world testing and determine what values generate following errors and what values are valid, allowing us to build a mathematical representation and scale these values accordingly in various situations.

This representation can be some kind of interpolated LUT or an actual equation of best fit on the data we find.