PFW-910 Add remaining time to change/pause/user interaction to LCD Info screen
Closed this issue · 4 comments
Hi,
Prusa-Firmware merged UPDATE prusa3d/Prusa-Firmware#3021
As you are using the M73
in your Octoprint Plugin please verify if it will still work after the new Prusa-Firmware release.
@3d-gussner checked commits' changes and doesn't looks like will affect, but will re-check after firmware released, thank you
You can try https://github.com/3d-gussner/Prusa-Firmware/tree/MK3_MK404 if you are on Linux.
Using ./PF-build.sh -m 1 -g 1 will
- Download/prepare Prusa-Firmware build environment
- Guide you to choose correct Prusa-Firmware
After compiling the Prusa-Firmware it will
- Download/prepare MK404 https://github.com/vintagepc/MK404
- Start automatically the MK404 simulator with a serial /tmp/simavr-uart0 you can use to connect with Octoprint
I also have a WIP Prusa Marlin branch if you want to test Marlin https://github.com/3d-gussner/Marlin/tree/MK3s_2.0.x
The output of the M73 gcode is expand to
Hope that https://github.com/kanocz/octopi_eta_override/blob/master/octoprint_PrusaETAOverride/__init__.py#L14 still works if the string is longer.
Sorry posted wrong PR number