Path: Adaptive - enhancements and bug fixes
- cleanup & spelling corrections - lead-in/lead-out improvements - safer transition of linking path into lead-in/cut - self-intersection check for keep tool down path - additional perf. optimisations by parameter tuning
This commit is contained in:
@@ -69,7 +69,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage):
|
||||
|
||||
#tolerance
|
||||
form.Tolerance = QtGui.QSlider(QtCore.Qt.Horizontal)
|
||||
form.Tolerance.setMinimum(2)
|
||||
form.Tolerance.setMinimum(5)
|
||||
form.Tolerance.setMaximum(15)
|
||||
form.Tolerance.setTickInterval(1)
|
||||
form.Tolerance.setValue(10)
|
||||
|
||||
Reference in New Issue
Block a user