chiark / gitweb /
Update to the bed leveling wizard to allow insertion of filament, and fixing the...
[cura.git] / Cura / util / machineCom.py
index 8c1e7e9c3e96a0fdd400e0223ec3a953e2508e5b..ebfaa88d0f6ee1aa85e44703fa9c08e4fd0984e7 100644 (file)
@@ -488,6 +488,7 @@ class MachineCom(object):
                except serial.SerialTimeoutException:
                        self._log("Serial timeout while writing to serial port, trying again.")
                        try:
+                               time.sleep(0.5)
                                self._serial.write(cmd + '\n')
                        except:
                                self._log("Unexpected error while writing serial port: %s" % (getExceptionString()))