Added loop detection for vertical faces and enhanced usability of loop select command accordingly.

This commit is contained in:
Markus Lampert
2017-09-18 00:44:46 -07:00
parent fd3b2220a5
commit 01b0225c4e
3 changed files with 61 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org"
__doc__ = "Class and implementation of shape based Pocket operation."
if True:
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else: