mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #741] [CLOSED] Add FilaMan connectivity #1114
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/741
Author: @ManuelW77
Created: 3/17/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
a3e0666feat: Integrate FilaMan for filament tracking and consumption reportingbf63188feat: Increase Node.js heap limit to prevent OOM during Vite/TypeScript build3de0a8dMerge branch 'maziggy:main' into main6bb67f7fix(filaman): correct auth header from X-API-Key to Authorization ApiKey1b82c44feat(frontend): add FilaMan API client methodsda1c0dbfeat(i18n): add FilaMan settings translation keys95cb713feat(frontend): add FilaMan settings with three-mode selector50480effeat(frontend): parameterize LinkSpoolModal for FilaMan supportd5fcdd6Update script source in index.html to use new build version📊 Changes
16 files changed (+2182 additions, -182 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Dockerfile(+2 -0)➕
backend/app/api/routes/filaman.py(+539 -0)📝
backend/app/api/routes/settings.py(+55 -0)📝
backend/app/main.py(+138 -0)➕
backend/app/models/active_print_filaman.py(+42 -0)➕
backend/app/services/filaman.py(+289 -0)➕
backend/app/services/filaman_tracking.py(+411 -0)📝
frontend/src/api/client.ts(+61 -0)📝
frontend/src/components/LinkSpoolModal.tsx(+33 -18)📝
frontend/src/components/SpoolmanSettings.tsx(+446 -34)📝
frontend/src/i18n/locales/de.ts(+16 -2)📝
frontend/src/i18n/locales/en.ts(+16 -2)📝
frontend/src/pages/PrintersPage.tsx(+7 -0)📝
static/assets/index-yVenNYqS.js(+125 -125)📝
static/index.html(+1 -1)📄 Description
Description
Added the same functionality as spoolman has for FilaMan. Add a FilaMan Instance per URL and Token.
Related Issue
no issue
Fixes #
Type of Change
Changes Made
Testing
build local bambuddy container and connected to my filaman instance
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.