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:
kreso-t
2018-09-17 18:32:32 +02:00
committed by wmayer
parent 4a717a8a44
commit de5ad52415
3 changed files with 334 additions and 363 deletions

View File

@@ -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)