- in Geometry Object fixed the issue with not using the End X-Y value and also made some other updates here

This commit is contained in:
Marius Stanciu
2020-10-21 09:26:01 +03:00
committed by Marius
parent af85764730
commit d4555c02d0
6 changed files with 67 additions and 61 deletions

View File

@@ -339,6 +339,11 @@ class FlatCAMDefaults:
"geometry_area_shape": "polygon",
"geometry_area_strategy": "over",
"geometry_area_overz": 1.0,
"geometry_polish": False,
"geometry_polish_dia": 10.0,
"geometry_polish_pressure": -1.0,
"geometry_polish_overlap": 1.0,
"geometry_polish_method": _("Standard"),
# Geometry Editor
"geometry_editor_sel_limit": 30,