This commit is contained in:
sergiuToporjinschi
2022-01-31 17:29:25 +02:00
parent d680d95f4c
commit 32538a66b0
5 changed files with 77 additions and 4 deletions
+1 -2
View File
@@ -69,8 +69,7 @@ class API(octoprint.plugin.SimpleApiPlugin):
if command == CMD_SAVE_E_STEPS:
cmds = ["M92 E%(newESteps)s" % data, "M500"]
if self.
cmds = cmds + ["M104 S0"]
cmds = cmds + ["M104 S0"]
self._printer.commands()
return