dubstar-04 / FeedsAndSpeeds

FreeCAD Feed and Speeds Calculator
GNU Lesser General Public License v2.1
30 stars 8 forks source link

bugfix for tool material radiobuttons #18

Closed spanner888 closed 2 years ago

spanner888 commented 3 years ago

uncommented get_surface_speed() so that current value of tool Material radio buttons used in calculations.

Without this, changes to Tool material ignored.

reported by FC forum user jescombe https://forum.freecadweb.org/viewtopic.php?f=15&t=59856&start=40

dubstar-04 commented 3 years ago

Thanks for this! I will have a look at it asap!

dubstar-04 commented 2 years ago

This line of code was commented out when splitting the ui and the feeds and speeds class as the user can override the surface speed on the form.

I have included a fix for this in another PR. #20

I would appreciate it if you could have a look.