- some cleaning up in the Preferences

This commit is contained in:
Marius Stanciu
2021-08-19 01:37:34 +03:00
committed by Marius
parent 49e514e100
commit 7a2fdc2f05
9 changed files with 5 additions and 44 deletions

View File

@@ -276,6 +276,7 @@ class ToolIsolation(AppTool, Gerber):
self.init_context_menu()
self.form_fields = {
"tools_mill_tool_shape": self.ui.tool_shape_combo,
"tools_iso_passes": self.ui.passes_entry,
"tools_iso_overlap": self.ui.iso_overlap_entry,
"tools_iso_milling_type": self.ui.milling_type_radio,

View File

@@ -596,7 +596,6 @@ class ToolMilling(AppTool, Excellon):
# "tools_mill_polish_overlap": 10,
# "tools_mill_polish_method": _("Standard"),
#
# "tools_mill_tool_type": 'C1',
# "tools_mill_vtipdia": 0.1,
# "tools_mill_vtipangle": 30,
#

View File

@@ -1013,10 +1013,6 @@ class ToolPaint(AppTool, Gerber):
self.paint_tools.update({
int(self.tooluid): {
'tooldia': truncated_tooldia,
'offset': 'Path',
'offset_value': 0.0,
'type': 'Iso' if self.app.defaults["tools_paint_tool_type"] == 'V' else 'Rough',
'tool_type': deepcopy(self.app.defaults["tools_paint_tool_type"]),
'data': deepcopy(self.default_data),
'solid_geometry': []
}