Open spanner888 opened 3 years ago
Just for the sake of discussion, I took some screenshots before and after.
I noticed that the units changed from mm/minute to mm/second with your PR. My FreeCAD installation was configured to use "Standard" units (Preferences > General > Units > Unit system) out of the box. To get back mm/minute I had to change change the units to "Metric small parts & CNC (mm, mm/min)".
Maybe it's a difference discussion but I'd like to see units for chipload (amount of material to be removed by each tooth), surface speed and spindle speed too.
The lineEdit
disabled input box (Additional information:-
) doesn't seem to be referenced anywhere in the code. Is it needed?
In addition to below - just noticed if you select a different TC in the drop down, that units reverts to metric...too tired to look any further tonight.
I have drafted out some minor changes, but am not sure how to send to you as the changes I have based on your pull request "[Draft] update form layout and use tool controllers", not on your latest master.
Changes are in PathFeedsAndSpeedsGui.py & PathFeedsAndSpeedsGui.ui
Your advice on how to proceed would be appreciated.
Changes are all in the Output pane: Converted output to whatever units user has set in preferences. Initial part of code for this needs to be moved to somewhere such as one of the class init's, but I am not sure which is best, so let you look that over. Couple of lines really debug as well & can be removed.