Use new ToolBits (and only those) for thread milling.

This commit is contained in:
markus
2020-11-13 16:27:08 -08:00
committed by Markus Lampert
parent d5beaf806d
commit aa2881e08e
5 changed files with 33 additions and 47 deletions

View File

@@ -38,8 +38,8 @@ __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org"
__doc__ = "UI and Command for Path Thread Milling Operation."
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
#PathLog.trackModule(PathLog.thisModule())
def setupCombo(combo, selections):
combo.clear()