- updated the isolate, cutout and geocutout Tcl commands and now they yield multigeo Geometry objects

This commit is contained in:
Marius Stanciu
2022-01-31 21:19:37 +02:00
committed by Marius
parent 7306e7ada1
commit 28372c1e08
5 changed files with 121 additions and 169 deletions

View File

@@ -110,7 +110,7 @@ class GeometryObject(FlatCAMObj, Geometry):
tool_id of the tools and the value is another dict that will hold the data under the following form:
{tooluid: {
'tooldia': 1,
'data': self.default_tool_data
'data': self.default_tool_data,
'solid_geometry': []
}
}