Skip to content
Sven Lohrmann edited this page Nov 10, 2017 · 7 revisions

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?
How do I install the latest development version?
How do I enable debug logging?

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

How do I install the latest development version?

You can install it using the folowing link

https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/develop.zip

How do I enable debug logging?

The loglevel can be defined in the logging.yaml. To enable debug logging for this plugin add the following:

loggers:
  octoprint.plugins.filamentmanager:
    level: DEBUG
Clone this wiki locally