- made sure that for the Tcl command cncjob when using the dpp parameter (multi depth) the value is always positive, as expected

- the `cutout` Tcl command creates a non-multigeo Geometry object
This commit is contained in:
Marius Stanciu
2022-01-27 14:36:24 +02:00
committed by Marius
parent d6d251173c
commit b003b95022
5 changed files with 14 additions and 5 deletions

View File

@@ -106,6 +106,8 @@ class TclCommandCutout(TclCommand):
return "Could not retrieve object: %s" % name
def geo_init_me(geo_obj, app_obj):
geo_obj.multigeo = False
margin = margin_par + dia_par / 2
gap_size = dia_par + gapsize_par