diff --git a/src/octoprint/util/comm_acc2.py b/src/octoprint/util/comm_acc2.py index b0d3184c..98025d45 100644 --- a/src/octoprint/util/comm_acc2.py +++ b/src/octoprint/util/comm_acc2.py @@ -159,7 +159,7 @@ class MachineCom(object): self._set_print_finished() self._sendCommand() - self._send_event.wait(0.1) + self._send_event.wait(1) self._send_event.clear() except: self._logger.exception("Something crashed inside the sending loop, please report this to Mr. Beam")