- changed how the import of svg.path module is done in the ParseSVG.py file

- Tool Isolation - new feature that allow to isolate interiors of polygons (holes in polygons). It is possible that the isolation to be reported as successful (internal limitations) but some interiors to not be isolated. This way the user get to fix the isolation by doing an extra isolation.
This commit is contained in:
Marius Stanciu
2020-06-05 07:10:18 +03:00
committed by Marius
parent 487e7bbfe8
commit 2107a4766f
6 changed files with 360 additions and 243 deletions

View File

@@ -402,6 +402,7 @@ class FlatCAMDefaults:
"tools_iso_combine_passes": False,
"tools_iso_isoexcept": False,
"tools_iso_selection": _("All"),
"tools_iso_poly_ints": False,
"tools_iso_area_shape": "square",
"tools_iso_plotting": 'normal',