diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index 9d75895e..9bcc3e30 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1477,6 +1477,9 @@ class MachineCom(object): self._changeState(self.STATE_OPERATIONAL) eventManager().fire(Events.PRINT_DONE, payload) + self._sendCommand("M5") + self._sendCommand("G0X0Y0") + self._sendCommand("M9") #self.sendGcodeScript("afterPrintDone", replacements=dict(event=payload)) return line