Hy!
|
self._printer.commands("M117 ETA: {}".format(self.eta_string)) |
This line should be enabled/configured from settings. It seems to be that the original ender3 fw (which I will refresh to marlin in the near future) is stripping away everything after the : which makes the octoprint-printer communication in a "non maching checksum-resend" cycle.
I think this would solve #9 and #10 bcs the users would have the ability to write the message that the concrete printer can parse.
Hy!
Octoprint-ETA/octoprint_eta/__init__.py
Line 43 in 363a024
This line should be enabled/configured from settings. It seems to be that the original ender3 fw (which I will refresh to marlin in the near future) is stripping away everything after the
:which makes the octoprint-printer communication in a "non maching checksum-resend" cycle.I think this would solve #9 and #10 bcs the users would have the ability to write the message that the concrete printer can parse.