- some refactoring in the keys of the defaults dictionary

- fixed an ambiguity in the Tools Database GUI elements
This commit is contained in:
Marius Stanciu
2020-10-23 23:14:13 +03:00
committed by Marius
parent 5a929a4c60
commit f771838c81
15 changed files with 576 additions and 657 deletions

View File

@@ -503,22 +503,22 @@ class FlatCAMDefaults:
"tools_cutout_mb_spacing": 0.3,
# Paint Tool
"tools_painttooldia": 0.3,
"tools_paintorder": 'rev',
"tools_paintoverlap": 20,
"tools_paintoffset": 0.0,
"tools_paintmethod": _("Seed"),
"tools_selectmethod": _("All"),
"tools_paint_tooldia": 0.3,
"tools_paint_order": 'rev',
"tools_paint_overlap": 20,
"tools_paint_offset": 0.0,
"tools_paint_method": _("Seed"),
"tools_paint_selectmethod": _("All"),
"tools_paint_area_shape": "square",
"tools_pathconnect": True,
"tools_paintcontour": True,
"tools_paint_connect": True,
"tools_paint_contour": True,
"tools_paint_plotting": 'normal',
"tools_paintrest": False,
"tools_painttool_type": 'C1',
"tools_paintcutz": -0.05,
"tools_painttipdia": 0.1,
"tools_painttipangle": 30,
"tools_paintnewdia": 0.1,
"tools_paint_rest": False,
"tools_paint_tool_type": 'C1',
"tools_paint_cutz": -0.05,
"tools_paint_tipdia": 0.1,
"tools_paint_tipangle": 30,
"tools_paint_newdia": 0.1,
# 2-Sided Tool
"tools_2sided_mirror_axis": "X",