Spool manager integration
Hi! I use the spool manager plugin but is not seen in octopod. Is possible to integrate it in to the app? Thanks
Hey @luco85, are you talking about the FilamentManager plugin? If you are, it is supported. If you swipe over to the third page on the "Panel" tab, you'll see the relevant information.
That being said, I have asked @gdombiak in #472 to add a bit more functionality for the plugin.
Hi! Yes i know filament manager, i used it with octopod, but i mean about spool manager, another plugin from same developer
I too would like to see this integration. Here is a link to the source repo for reference https://github.com/OllisGit/OctoPrint-SpoolManager
Would someone want to try to get this commit, which adds SpoolManager support, into PR form and submitted to this repo? I don't have time.
FYI: @gdombiak
Hi @kadaan ,
Thanks again for yet another contribution. My feedback here is similar to your other contribution:
- Could you export the changes somehow so I can process them easier?
- What are the changes in the data model? (eg. anything else besides adding 'spoolManagerInstalled' to Printer?)
- What's new in the UI? (I assume a VC to let people select their spool)
- Want to confirm whether you added support for alerting user when there is not enough filament in the spool before print start.
Thanks again, Gaston
- I will try to find time of XMas
- Correct, just
spoolManagerInstalledwas added toPrinter - Basically a copy of the Filament UI with some slight changes, one of which is the showing the code from SpoolManager. The code is useful because it can help you ensure you pick the spool the corresponds with the UI
- I did not
@gdombiak #672
Thanks @kadaan . This PR and your other PR have now been merged (using other PRs)