OpenBuilds / OpenBuilds-CAM

Online CNC CAM System
https://cam.openbuilds.com
GNU Affero General Public License v3.0
253 stars 617 forks source link

Allow user to set spindel speed as percent of max. #91

Closed chad-simpkins closed 4 months ago

chad-simpkins commented 11 months ago

There is a bug where the "Laser: Power" option applies to any toolpath that uses the "S" command. This causes the spindle speed to be modified by the "Laser: power" option if one has been set. This change-set updates the "Laser: Power" option to be the "Laser Power / Spindle Speed" option and it applies to any toolpath that uses the "S" command.

petervanderwalt commented 4 months ago

Good catch. Working on variable speed implementation, will fix this too. Thanks