- some cleaning up in the Preferences
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
#
|
||||
|
||||
@@ -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': []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user