You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
FlashForgeWebUI is a standalone web-based interface for controlling and monitoring FlashForge 3D printers. It was ported from the FlashForgeUI-Electron project (located at `C:\Users\Cope\Documents\GitHub\FlashForgeUI-Electron`) to create a lightweight deployment option for low-spec devices like Raspberry Pi, without Electron dependencies.
7
+
FlashForgeWebUI is a standalone web-based interface for controlling and monitoring FlashForge 3D printers. It provides a lightweight deployment option for low-spec devices like Raspberry Pi, without Electron dependencies.
8
8
9
-
**Current Status**: Initial porting is complete but not fully tested. Some bugs are expected.
9
+
**Current Status**: Production-ready. Core functionality tested and working including multi-printer support, Spoolman integration, and cross-platform binary distribution.
10
10
11
11
## Build & Development Commands
12
12
@@ -278,19 +278,19 @@ class Service extends EventEmitter<EventMap> {
278
278
279
279
## Testing Notes
280
280
281
-
Initial porting is complete but **not fully tested**. Known areas to test:
281
+
Core functionality has been tested and verified:
282
282
- Multi-printer context switching
283
-
- Camera proxy stability under load
284
-
- RTSP streaming for supported printers
285
283
- Spoolman integration (filament tracking)
286
-
- Print state monitoring and notifications
287
-
- Temperature anomaly detection
288
-
- Different printer model backends (AD5X, 5M, 5M Pro, legacy)
284
+
- Platform-specific binary builds (Linux ARM, Linux x64, Windows, macOS)
0 commit comments