- Cleaned the GUI in Excellon Preferences of parameters no longer used (transferred to Drilling Tool)

- Removed warning message boxes from export DXF/SVG handlers of the menu entries in the File menu and upgraded the status bar message to error
This commit is contained in:
Marius Stanciu
2020-11-21 13:43:43 +02:00
committed by Marius
parent cca04676e2
commit 7eacb1c24e
6 changed files with 20 additions and 84 deletions

View File

@@ -53,8 +53,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
"multicolored": False,
"merge_fuse_tools": True,
"tooldia": 0.1,
"milling_dia": 0.04,
"drill_tooldia": 0.1,
"slot_tooldia": 0.1,
"format_upper_in": 2,
@@ -140,7 +139,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
"multicolored": self.ui.multicolored_cb,
"autoload_db": self.ui.autoload_db_cb,
"tooldia": self.ui.tooldia_entry,
"drill_tooldia": self.ui.tooldia_entry,
"slot_tooldia": self.ui.slot_tooldia_entry,
})