- added the circle approximation parameter for Excellon geometry in Preferences

- updated the language strings
This commit is contained in:
Marius Stanciu
2021-10-04 20:57:42 +03:00
committed by Marius
parent ab704e2a60
commit 1b6b432f7c
32 changed files with 10218 additions and 9878 deletions

View File

@@ -46,7 +46,7 @@ class ToolDrilling(AppTool, Excellon):
self.dec_format = self.app.dec_format
AppTool.__init__(self, app)
Excellon.__init__(self, geo_steps_per_circle=self.app.defaults["geometry_circle_steps"])
Excellon.__init__(self, excellon_circle_steps=self.app.defaults["excellon_circle_steps"])
# #############################################################################
# ######################### Tool GUI ##########################################