Commit ae563b0
committed
feat: initial working version of FlashForgeWebUI
Complete the initial porting from FlashForgeUI-Electron to create a
standalone WebUI server for FlashForge 3D printers.
Major changes:
- Add comprehensive CLAUDE.md documentation covering architecture,
build system, runtime modes, and common patterns
- Implement printer detection routes with 5M family detection logic
- Add mDNS printer discovery support via node-mdns-js
- Refine printer discovery UI with enhanced 5M detection
- Create data/printer_details.json for persistent printer storage
- Remove planning documents (BLUEPRINT, CURRENT_STATUS, etc.)
- Add .claude/commands/push.md for streamlined commits
This represents the first functional version, though not fully tested.
Multi-printer support, camera streaming, Spoolman integration, and
GridStack layout customization are all in place.1 parent 09a8d40 commit ae563b0
16 files changed
Lines changed: 851 additions & 4987 deletions
File tree
- .claude
- commands
- data
- src
- webui
- server
- routes
- static/features
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
0 commit comments