OctoPod icon indicating copy to clipboard operation
OctoPod copied to clipboard

Spool manager integration

Open luco85 opened this issue 4 years ago • 3 comments

Hi! I use the spool manager plugin but is not seen in octopod. Is possible to integrate it in to the app? Thanks

luco85 avatar Mar 12 '21 07:03 luco85

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.

BlaydeRunner08 avatar Mar 21 '21 20:03 BlaydeRunner08

Hi! Yes i know filament manager, i used it with octopod, but i mean about spool manager, another plugin from same developer

luco85 avatar Mar 22 '21 08:03 luco85

I too would like to see this integration. Here is a link to the source repo for reference https://github.com/OllisGit/OctoPrint-SpoolManager

samwiseg0 avatar Apr 25 '21 22:04 samwiseg0

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

kadaan avatar Nov 21 '23 22:11 kadaan

Hi @kadaan ,

Thanks again for yet another contribution. My feedback here is similar to your other contribution:

  1. Could you export the changes somehow so I can process them easier?
  2. What are the changes in the data model? (eg. anything else besides adding 'spoolManagerInstalled' to Printer?)
  3. What's new in the UI? (I assume a VC to let people select their spool)
  4. 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

gdombiak avatar Nov 22 '23 18:11 gdombiak

  1. I will try to find time of XMas
  2. Correct, just spoolManagerInstalled was added to Printer
  3. 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
  4. I did not

kadaan avatar Nov 22 '23 19:11 kadaan

@gdombiak #672

kadaan avatar Nov 22 '23 19:11 kadaan

Thanks @kadaan . This PR and your other PR have now been merged (using other PRs)

gdombiak avatar Nov 27 '23 05:11 gdombiak