-
Notifications
You must be signed in to change notification settings - Fork 58
Home
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?
Due to how this feature works it is not possible to count the used filament in this case.
Try to clear your browser cache and reload the page.
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
You can install it using the folowing link
https://github.com/malnvenshorn/OctoPrint-FilamentManager/archive/develop.zip
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