In the Prusa firmware, G-Code M73 will return the estimated time remaining based on the current feedrate inside the Prusa firmware.
Modifying the speed factor/feed rate multiplier inside OctoPrint does not seem to affect the speed factor internal to the Prusa printer, so I have to modify the speed factor directly inside the Prusa printer. This understandably reduces the estimated print time on the Prusa screen.
However, this is not reflected on OctoDash or OctoPrint.
Is there a plugin or setting available to show or update the estimated time remaining reported inside OctoPrint based on the estimated time remaining reported FROM Prusa MK3 printers, based on G-Code M73?
Or is this something I will need to write myself?