-
Notifications
You must be signed in to change notification settings - Fork 24
Home
- Will be the used filament also subtracted for canceled and failed prints?
- The used filament won't be subtracted when printing from SD
- Are multi-color prints supported?
- 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 version?
- How do I enable debug logging?
- Where can I find the printing material density?
Yes. The software odometer sums up the required filament for each command OctoPrint sends to your printer. Therefor it makes no difference whether the print finishes, fails or getting canceled.
Due to how this feature works it is not possible to count the used filament in this case. (See the question above.)
Yes. The filament manager supports multiple hotends and the manual change of the filament during the print. In the latter case you can either pause your print manually or by inserting the M0
command in your gcode file. The M600
command is not supported at the moment.
This can happen after updating the filament manager if the browser still uses the files from the cache. If you encounter this issue 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/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.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
Look here: https://bitfab.io/blog/3d-printing-materials-densities/