[PR #370] [CLOSED] feat(ui): add AMS drying indicator in Printer Information card #1017

Closed
opened 2026-05-06 12:34:30 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/370
Author: @aneopsy
Created: 2/14/2026
Status: Closed

Base: 0.2.0bHead: printer-card-ams-heater


📝 Commits (2)

  • f6d711e feat(ui): add visual indicator for AMS drying state in Printer Information card
  • f2b1fdc Merge branch '0.2.0b' into printer-card-ams-heater

📊 Changes

5 files changed (+9 additions, -1 deletions)

View changed files

📝 backend/app/api/routes/printers.py (+3 -0)
📝 backend/app/schemas/printer.py (+1 -0)
📝 backend/app/services/printer_manager.py (+3 -0)
📝 frontend/src/api/client.ts (+1 -0)
📝 frontend/src/pages/PrintersPage.tsx (+1 -1)

📄 Description

Description

feat: add AMS drying state indicator

  • Backend: add is_drying boolean to API & WebSocket
  • Frontend: display orange glow effect on AMS when drying

Fixes #369

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Screenshots

image

Testing

  • I have tested this on my local machine
  • I have tested with my printer model: AMS 2 Pro (I don't have AMS-HT)

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes generate no new warnings
  • I have tested my changes thoroughly

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/370 **Author:** [@aneopsy](https://github.com/aneopsy) **Created:** 2/14/2026 **Status:** ❌ Closed **Base:** `0.2.0b` ← **Head:** `printer-card-ams-heater` --- ### 📝 Commits (2) - [`f6d711e`](https://github.com/maziggy/bambuddy/commit/f6d711e35b0e50b2e475dbf0c71bdd504c3fd37c) feat(ui): add visual indicator for AMS drying state in Printer Information card - [`f2b1fdc`](https://github.com/maziggy/bambuddy/commit/f2b1fdc41c2bdf1f3eea3615aea49ddff3965f46) Merge branch '0.2.0b' into printer-card-ams-heater ### 📊 Changes **5 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/app/api/routes/printers.py` (+3 -0) 📝 `backend/app/schemas/printer.py` (+1 -0) 📝 `backend/app/services/printer_manager.py` (+3 -0) 📝 `frontend/src/api/client.ts` (+1 -0) 📝 `frontend/src/pages/PrintersPage.tsx` (+1 -1) </details> ### 📄 Description ## Description feat: add AMS drying state indicator - Backend: add is_drying boolean to API & WebSocket - Frontend: display orange glow effect on AMS when drying ## Related Issue Fixes #369 ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [X] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Screenshots <img width="712" height="636" alt="image" src="https://github.com/user-attachments/assets/e8da8cfe-c57f-4d10-a1d1-0330c987f345" /> ## Testing - [X] I have tested this on my local machine - [X] I have tested with my printer model: AMS 2 Pro (I don't have AMS-HT) ## Checklist - [X] My code follows the project's coding style - [X] I have commented my code where necessary - [X] I have updated the documentation (if needed) - [X] My changes generate no new warnings - [X] I have tested my changes thoroughly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:34:30 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#1017
No description provided.