- fixed Panelize Tool to do panelization for multiple passes type of geometry that comes out of the isolation done with multiple passes

This commit is contained in:
Marius Stanciu
2019-07-29 02:36:29 +03:00
parent c6e3176ac3
commit 8e80ec156c
4 changed files with 55 additions and 9 deletions

View File

@@ -784,6 +784,8 @@ class App(QtCore.QObject):
# Geometry Options
"geometry_cutz": -0.002,
"geometry_vtipdia": 0.1,
"geometry_vtipangle": 30,
"geometry_multidepth": False,
"geometry_depthperpass": 0.002,
"geometry_travelz": 0.1,
@@ -1129,6 +1131,8 @@ class App(QtCore.QObject):
"geometry_segx": 0.0,
"geometry_segy": 0.0,
"geometry_cutz": -0.002,
"geometry_vtipdia": 0.1,
"geometry_vtipangle": 30,
"geometry_travelz": 0.1,
"geometry_feedrate": 3.0,
"geometry_feedrate_z": 3.0,