vookimedlo / OctoPrint-Prusa-Mini-ETA

The Octoprint plugin for retrieving estimated time of printing using the Prusa Mini.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoPrint-Prusa-Mini-ETA

Python 3 Code Quality Score Code Grade

The Octoprint plugin for retrieving the estimated time of printing using the Prusa Mini printer.

The estimated time will be accurate only if the gcode was generated by the Prusa Slicer for the Prusa Mini printer.

There are two methods available for getting the estimated printing time.

  1. Read estimated time during the gcode file upload operation. The first Prusa Mini ETA code is read and used as the total time required for printing.

    Approximate Total Print Time

  2. Read the estimated time during the printing. All codes being sent to the printer are analyzed and all ETA values are reported back to the Octoprint.

    Printing Time Left

If either of the mentioned methods fails then the fallback mechanism shall leverage the original ETA computation.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/vookimedlo/OctoPrint-Prusa-Mini-ETA/archive/master.zip

About

The Octoprint plugin for retrieving estimated time of printing using the Prusa Mini.

License:GNU Affero General Public License v3.0


Languages

Language:Python 92.6%Language:JavaScript 6.6%Language:Less 0.4%Language:CSS 0.4%