Fixed spindle speed limitation in UI and template restore.

This commit is contained in:
Markus Lampert
2017-06-10 16:50:06 -07:00
parent c031b78c35
commit 63ab07ae49
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ other than PathLog, then it probably doesn't belong here.
import PathScripts.PathLog as PathLog
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
def isSolid(obj):
'''isSolid(obj) ... returns true if an object represents a solid.'''