From 25802ddb662b84e1bee2d040d126d73dd66cb8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 9 Jun 2013 19:30:42 +0200 Subject: [PATCH] Fixed wrong indentation that caused a rather funny behaviour... --- octoprint/util/comm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/util/comm.py b/octoprint/util/comm.py index 5f9a3cc..141b4b4 100644 --- a/octoprint/util/comm.py +++ b/octoprint/util/comm.py @@ -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):