Skip to content

OctoPrint Plugin stores all print-job informations of a print in a database

Notifications You must be signed in to change notification settings

OllisGit/OctoPrint-PrintJobHistory

Repository files navigation

OctoPrint-PrintJobHistory

Version Released GitHub Releases (by Release)

The OctoPrint-Plugin stores all print-job informations of a print in a local database. These informations were collected from OctoPrint itself, but also from other plugins. See below for more information about these plugins.

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time. If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

Included features

  • Print result (success, fail, cancel)
  • Start/End datetime -> duration
  • Temperatures Bed/Extruder -> HINT: Only single Extruder-Temperature is currently collected. Selectable Tool
  • Username
  • Filename, filesize
  • Note (WYSIWYG-Editor)
  • Image (single Image)
  • Printed Layers/Height
  • Spoolname
  • Material
  • Used/Calculated length
  • Used weight
  • Filament cost
  • Slicer Settings (look here for "how to use it")
  • Export all data from PrintHistory-Plugin as CSV

UI features

  • List all printjobs
  • Edit single printjob
  • Add single printjob
  • Capture/Upload Image
  • Filter history table
  • Sort history table
  • Table column visibility
  • Capture image after print
  • Take Thumbnail from Cura Thumbnails and PrusaSlicer Thumbnails
  • Export all printjobs as CSV
  • Import printjobs from CSV
  • Compare Slicer-Settings

Not included

  • No report diagramms

Optional Plugins

Screenshots

plugin-tab editPrintJob-dialog changePrintStatus-dialog statistics-dialog plugin-settings missingplugins-dialog

Setup

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

https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/master.zip

After installation, you can listen on three release channels (since 1.6.0). What does this mean: Each channel has its own release-version and each release has a different kind of functionality and stability.

  • "Only Release": Only stable and tested versions will be shown in the software-update section of OctoPrint
  • "Release & Candidate": Beside the stable release, you can also see the "release-candidates", like '''1.7.0rc3'''. The rc's includde new functionalty/bugfixes and are already tested by the community.. so by YOU ;-)
  • "Release & Candidate & in Development": Beside stable and rc, you will be informed about development versions. A development version like '''1.8.0.dev5``` could include a new (experimental) feature/bugfixs, but it is not fully tested by the community

Changing between each release is done via the "Software Update section" in the settings. release-channels

!!! If you use the development-channel, you can use the latest feature and can improve the quality of the plugin !!!

Hint: "Easy-switching" is possible with OctoPrint-Version 1.8.0 (see OctoPrint/OctoPrint#4238). At the meantime you need to uninstall and install the version you like from the selected channel...or stay in one channel ;-)

Roadmap

see Planning-Board

Versions

see Release-Overview