Fixed wrong indentation that caused a rather funny behaviour...

This commit is contained in:
Gina Häußge 2013-06-09 19:30:42 +02:00
parent d0035c3f3a
commit 25802ddb66

View file

@ -958,7 +958,7 @@ class MachineCom(object):
self._callback.mcZChange(z)
except:
self._log("Unexpected error: %s" % (getExceptionString()))
self._sendCommand(line, True)
self._sendCommand(line, True)
self._callback.mcProgress()
def sendCommand(self, cmd):