- Panelize Tool - add a new option for the panels of type Geometry named Path Optimiztion. If the checkbox is checked then all the LineStrings that are overlapped in the resulting multigeo Geometry panel object will keep only one of the paths thus minimizing the tool cuts.

This commit is contained in:
Marius Stanciu
2020-06-18 18:50:02 +03:00
committed by Marius
parent 7be4d98172
commit 8dc4eecbf4
5 changed files with 92 additions and 26 deletions

View File

@@ -506,6 +506,7 @@ class FlatCAMDefaults:
"tools_panelize_spacing_rows": 0.0,
"tools_panelize_columns": 1,
"tools_panelize_rows": 1,
"tools_panelize_optimization": True,
"tools_panelize_constrain": False,
"tools_panelize_constrainx": 200.0,
"tools_panelize_constrainy": 290.0,