- some refactoring in the keys of the defaults dictionary
- fixed an ambiguity in the Tools Database GUI elements
This commit is contained in:
28
defaults.py
28
defaults.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user