- 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

@@ -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': []
}