Conversation
FilaMan is an NFC/RFID filament tracking system with its own Moonraker component (the separate filaman Bespok3d plugin), independent of Spoolman. Adds a small card, bottom right corner, showing the filament name and colour assigned to each extruder (falling back to the bare spool id if that lookup fails), a button to clear the assignment, and a repush button that resends every assigned spool to the printer, the same thing that already happens once at boot. The card polls the filaman component's own REST endpoints directly (GET .../status, POST .../proxy for spool detail, POST .../repush), so it needs no Vuex or dialog patch, only a script tag and one new file. Deliberately no spool picker: assigning a spool to an extruder stays FilaMan's own job (an NFC tap, or its own app). Inert on a printer without the filaman plugin installed: the card's first request fails and it never appears. The repush button needs filaman 0.2.0 or newer (its /repush endpoint); on an older filaman it silently does nothing. Fluidd stays v1.37.3, version 0.1.5 to 0.1.6. Signed-off-by: ManuelW77 <manuel.weiser@me.com>
ManuelW77
force-pushed
the
filaman-spool-card
branch
from
August 12, 2026 07:27
2bcb83b to
9a86a37
Compare
|
b3-packages preview (build only, not published). Download the packed |
Mauker1
reviewed
Aug 13, 2026
| Spoolman panel. The repush button needs filaman 0.2.0 or newer; on an older filaman it silently | ||
| does nothing. | ||
|
|
||
| Nothing appears without that plugin installed: the card's first request fails and it never shows. |
There was a problem hiding this comment.
I can confirm nothing happens without it 😂
Author
There was a problem hiding this comment.
hehe, yeah :D i implemented the manually repush shortly :D
Member
|
Don't bother with the conflicts for now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FilaMan is an NFC/RFID filament tracking system with its own Moonraker component (the separate
filamanBespok3d plugin), independent of Spoolman. This adds a small card, bottom right corner, showing the filament assigned to each extruder and letting you clear or repush it.filaman0.2.0 or newer (its new/repushendpoint); on an olderfilamanit silently does nothing.The card polls the
filamancomponent's own REST endpoints directly (GET .../status,POST .../proxyfor spool detail,POST .../repush), so it needs no Vuex or dialog patch, only one script tag and one new file (fluidd/patches/filaman-card.js, installed asb3d-filaman-card.js). Inert on a printer without thefilamanplugin installed: the card's first request fails and it never appears.Fluidd stays v1.37.3. Version 0.1.5 to 0.1.6.
Test plan
bash scripts/check.shpasses (6/6: workflow pinning, em-dash/en-dash ban, shellcheck, patch verification)bash fluidd/scripts/fetch-fluidd.shre-vendor from pristine v1.37.3 applies all 17 patches cleanly (11 original AFC/tool-button/cache-bust patches plus the 2 new for this card)filamanMoonraker component:/server/filaman/status,/server/filaman/proxy(spool detail viaGET /api/v1/spools/{id}), and the new/server/filaman/repushendpoint