Skip to content

OctoPrint plugin to manage your spools and keep track of remaining filament on them

License

Notifications You must be signed in to change notification settings

astateofblank/OctoPrint-FilamentManager

 
 

Repository files navigation

OctoPrint-FilamentManager

This OctoPrint plugin helps to manage your filament spools. The project is still under heavy development. So don't rely on it and use it at your own risk. I'm grateful for all reports that help me to track down bugs.

Additional features

  • Replacing filament volume with weight in sidebar
  • Filament odometer to keep track of remaining filament on spool
  • Enable warning if print exceeds remaining filament on spool
  • Assign temperature offset to spools

FAQ

Odometer feature doesn't work when printing from SD
My profiles/spools will not be loaded
Is it possible to change the location of the plugin in the sidebar?

Odometer feature doesn't work when printing from SD

Due to how this feature works it is not possible to count the used filament in this case.

My profiles/spools will not be loaded

Try to clear your browser cache and reload the page.

Is it possible to change the location of the plugin in the sidebar?

You can reorder the items in the sidebar in the config.yaml. E.g. to put the filament selection below the printer state add the following to your config:

appearance:
  components:
    order:
      sidebar:
      - connection
      - state
      - plugin_filamentmanager

Screenshots

FilamentManager Sidebar

FilamentManager Settings Profile

FilamentManager Settings Spool

FilamentManager Settings

About

OctoPrint plugin to manage your spools and keep track of remaining filament on them

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.9%
  • JavaScript 46.8%
  • CSS 3.3%