Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.83 KB

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