Skip to content

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

License

Notifications You must be signed in to change notification settings

egguy/OctoPrint-Prusa-Mini-ETA

 
 

Repository files navigation

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/MK3s printer.

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

If the silent mode is enabled for your MK3s, you can activate the support in the settings of the plugin.

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/egguy/OctoPrint-Prusa-Mini-ETA/archive/master.zip

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • JavaScript 5.7%
  • Jinja 2.1%
  • Other 0.7%