looking at https://docs.octoprint.org/en/master/api/datamodel.html#sec-api-datamodel-jobs-progress
I can get printTimeLeft via the api.
I use an E73 eta override plugin to display the time remaining that the slicer estimated in the octoprint web UI. Is there a way, e.g. with modifying the plugin (or not, whatever works) to have the modified time remaining returned via the api?
maybe set printTimeLeftOrigin to gcode or plugin or something else as well.
here's the plugin I'm using:
and I think where I'd need to modify the code in the plugin in a branch:
https://github.com/kanocz/octopi_eta_override/blob/475cd29176fac50f802bb3ef4757d92646890688/octoprint_PrusaETAOverride/init.py