LinuxCNC / 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
1.73k stars 1.13k forks source link

Feature Request: Add MAX RPM to Tool table. #2949

Open Connor9220 opened 3 months ago

Connor9220 commented 3 months ago

Add a MAX RPM to the tool table, along with internal interlocks that prevent the spindle from exceeding the set RPM. This would be a great safety addition for large fly cutters, face mills etc. Also would be good for things that don't need to turn such as probes, camera's, drag knifes or anything else that shouldn't spin. This should limit the speed in Auto/MDI/Manual. Hass as recently introduced this feature into their controls.

rene-dev commented 3 months ago

I have a branch that does this, but needs some cleanup.

hansu commented 3 months ago

Sounds like a useful feature :+1: