OctoPrint-DetailedProgress
OctoPrint-DetailedProgress copied to clipboard
Also send M73 commands to the print to udpate the status bar on Marlin
In my test Marlin just ignores the M73 if not compiled with support for them, so this should be safe enough.
This would be helpful as it would make the additional plugin https://github.com/cesarvandevelde/OctoPrint-M73Progress redundant and ensure that DetailedProgress lines up with what's shown in the status bar
How does this differ from https://github.com/dattas/OctoPrint-DetailedProgress/pull/31 ?
I think #31 is better. I did not see #31 when I added the code. I think if #31 is accepted we can close this PR