- application wide change: introduced the precision parameters in Edit -> Preferences who will control how many decimals to use in the app parameters
This commit is contained in:
@@ -40,7 +40,7 @@ class ToolOptimal(FlatCAMTool):
|
||||
FlatCAMTool.__init__(self, app)
|
||||
|
||||
self.units = self.app.defaults['units'].upper()
|
||||
self.decimals = 4
|
||||
self.decimals = self.app.decimals
|
||||
|
||||
# ############################################################################
|
||||
# ############################ GUI creation ##################################
|
||||
|
||||
Reference in New Issue
Block a user