MCPcopy Index your code
hub / github.com/OllisGit/OctoPrint-PrintJobHistory

github.com/OllisGit/OctoPrint-PrintJobHistory @1.17.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.17.0 ↗ · + Follow
696 symbols 1,828 edges 54 files 37 documented · 5% updated 2y ago1.17.0 · 2022-03-18★ 13831 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

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

UI features

  • [x] List all printjobs
  • [x] Edit single printjob
  • [x] Add single printjob
  • [x] Capture/Upload Image
  • [x] Filter history table
  • [x] Sort history table
  • [x] Table column visibility
  • [x] Capture image after print
  • [x] Take Thumbnail from Cura Thumbnails and PrusaSlicer Thumbnails
  • [x] Export all printjobs as CSV
  • [x] Import printjobs from CSV
  • [x] 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 https://github.com/OctoPrint/OctoPrint/issues/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

Core symbols most depended-on inside this repo

Shape

Function 432
Method 209
Class 33
Route 22

Languages

TypeScript57%
Python43%

Modules by API surface

3rdPartySoftware/quill/quill.js172 symbols
3rdPartySoftware/quill/quill.core.js134 symbols
octoprint_PrintJobHistory/api/PrintJobHistoryAPI.py60 symbols
octoprint_PrintJobHistory/__init__.py55 symbols
octoprint_PrintJobHistory/DatabaseManager.py36 symbols
octoprint_PrintJobHistory/common/CSVExportImporter.py27 symbols
octoprint_PrintJobHistory/static/js/quill.min.js23 symbols
3rdPartySoftware/quill/quill.min.js23 symbols
octoprint_PrintJobHistory/common/StringUtils.py18 symbols
octoprint_PrintJobHistory/CameraManager.py17 symbols
octoprint_PrintJobHistory/test/test_DatabaseManager.py13 symbols
octoprint_PrintJobHistory/static/js/jquery.datetimepicker.full.min.js13 symbols

For agents

$ claude mcp add OctoPrint-PrintJobHistory \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page