mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #1187] [CLOSED] fix: wire up fan speed controls end-to-end #1174
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
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#1174
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/1187
Author: @e77
Created: 5/1/2026
Status: ❌ Closed
Base:
main← Head:fix/fan-speed-controls📝 Commits (4)
e55d569fix: wire up fan speed controls end-to-end5775ed1add Dockerfile.preview and compose for remote preview builda5058ebpreview compose: host networking + NET_BIND_SERVICE for printer access9a51696remove preview-only build files📊 Changes
3 files changed (+217 additions, -24 deletions)
View changed files
📝
backend/app/api/routes/printers.py(+31 -0)📝
frontend/src/api/client.ts(+6 -0)📝
frontend/src/pages/PrintersPage.tsx(+180 -24)📄 Description
Description
Fan badges in the printer controls section displayed speed from MQTT status but had no interactivity — clicking them did nothing. The MQTT set_fan_speed() method (M106 P{fan} S{speed}) already existed in bambu_mqtt.py but was not exposed.
Changes:
Fans are controllable at any time (not gated on print state).
Related Issue
Documentation
Companion docs PRs (delete lines that don't apply):
Pick one:
Type of Change
Changes Made
Fans are controllable at any time (not gated on print state).
Screenshots
Testing
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.