Skip to content

FlipsiForge v0.1.0-pre (Pre-Release)

Pre-release
Pre-release

Choose a tag to compare

@TechFlipsi TechFlipsi released this 18 Jul 18:58

FlipsiForge v0.1.0-pre

⚠️ This is a pre-release. Not feature-complete. For testing only.

What's in this pre-release

✅ Working

  • Project structure: 3 projects (Core, Desktop, Server) building on .NET 10
  • FlipsiForge.Core: Models, DbContext (SQLite), Filament-Marken-Datenbank
    • 41 filament brand entries, 20 brands (eSUN, Prusament, Polymaker, Bambu Lab, Sunlu, Overture, Hatchbox, Elegoo, Creality, Inland, Fillamentum, ColorFabb, 3DXTech, Siraya Tech, Duramic, Eryone, MatterHackers, Atomic Filament, Fiberlogy, CookieCAD)
    • Full properties per entry: temps, speed, fan, retraction, UV/weather/food-safe/flexible/abrasive/heat-resistant, max service temp, enclosure/direct-drive/drying, warping/stringing, tensile strength, density
  • FlipsiForge.Desktop: Avalonia UI 12 with 7 tabs (scaffolded)
    • Dark Void + Ember theme (#050507 + #ff6600)
    • Tab views with placeholder content
  • FlipsiForge.Server: ASP.NET Core Minimal API
    • Full/Lite mode support
    • Gateway API: printers CRUD, spools CRUD, filament-brands, print-jobs, print-history, statistics
    • Health endpoint, OpenAPI/Swagger
  • Docker: Dockerfile (Full) + Dockerfile.lite (Lite)

❌ Not yet implemented (planned for v0.2.0+)

  • KI-Chat (Gemma 4 E4B/E2B via ONNX Runtime GenAI)
  • KI-Suche (semantic file search with embeddings)
  • File scanning (auto-scan drives)
  • Printer protocol implementations (Moonraker, Marlin, Bambu, PrusaLink, OctoPrint)
  • Web-UI for Server Full
  • Push notifications (Telegram)
  • Cloud sync (Nextcloud)
  • Home Assistant HACS + Add-on
  • NFC/QR code support
  • Slicer integration
  • 3D rendering (Silk.NET)
  • G-code visualizer
  • Model repository search
  • Plugin system
  • i18n (13 languages)

Build

See BUILD.md for build instructions.

System Requirements

See README.md — System Requirements section.

Tech Stack

  • .NET 10, C# 13
  • Avalonia UI 12 (Desktop)
  • ASP.NET Core (Server)
  • EF Core SQLite
  • CommunityToolkit.Mvvm 8.4.2
  • Gemma 4 E4B/E2B (planned, via ONNX Runtime GenAI)

License

GPL-3.0