Qrome / printer-monitor

OctoPrint 3D Printer Monitor using Wemos D1 Mini ESP8266
MIT License
477 stars 164 forks source link

Percentage Difference Between Printer Monitor and Octoprint Web Interface #151

Open SillyHats opened 2 years ago

SillyHats commented 2 years ago

Since the Print Time Genius plugin adjusts the percentage complete from the default (which is much more accurate in my experience), the percent shown on the printer monitor does not match the octoprint web interface. This is a request to implement a similar solution to that linked below in an octoprint plugin.

https://github.com/pwnbus/OctoPrint-Progress-Title/issues/2

Qrome commented 2 years ago

The only issue I have with this is it appear that the Octoprint server would require the Time Genius Plugin -- I do not plan on implementing solutions that require plugins to be installed. Ife I am missing something, please let me know.

SillyHats commented 2 years ago

Thanks for taking a look at this. It seems like the plugin where this issue was previously noticed and addressed uses an if/else statement to work with or without print time genius.

https://github.com/pwnbus/OctoPrint-Progress-Title/pull/5/files#diff-d974064e041ed343df7b2140d7ee9aad715070f99150401c87a4d7f095d15cb9

Qrome commented 2 years ago

Yeah, I was looking at that. You could easily update your own code to do the same thing with the response data.