OpenBuilds / OpenBuilds-CAM

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

Feature Request: Adjust Feedrate for small diameter circles #82

Closed ImagineerNL closed 4 months ago

ImagineerNL commented 1 year ago

As per this video by HAAS

Please add an option to the Pocketing Operation to Optionally chose to dynamically adjust the feedrate when doing circles. (I understand circles are currently actually segmented lines) According to the follwing formula: Feed (adjusted) = Feed (regular) * (Hole ∅ - Tool ∅) / Hole ∅

Enabling this makes sure you have the correct feedrates for all the smaller circle sizes the toolpath creates when pocketing circles.

petervanderwalt commented 4 months ago

happy to accept pull request but would be tricky to do on current codebase