- in Gerber parser added a fix for Gerber region geometry that is self-intersecting

This commit is contained in:
Marius Stanciu
2021-01-12 14:32:58 +02:00
committed by Marius
parent fabd8188b4
commit 5277905d73
3 changed files with 110 additions and 29 deletions

View File

@@ -5273,7 +5273,7 @@ class AppGeoEditor(QtCore.QObject):
self.select_tool("select")
if self.app.defaults['geometry_spindledir'] == 'CW':
if self.app.defaults['tools_mill_spindledir'] == 'CW':
if self.app.defaults['geometry_editor_milling_type'] == 'cl':
milling_type = 1 # CCW motion = climb milling (spindle is rotating CW)
else: