Skip to main content

v1.1.23 — Waste Analytics, Colour-Order Optimiser & Slicer Fleet Control

· One min read
SkyNett81
3DPrintForge utvikler

This release lands purge/waste analytics, a lowest-purge colour-ordering recommender, and a full remote-control surface for the 3DPrintForge Slicer to drive fleet printers. From this release the 3DPrintForge Slicer and Server share one product version and are released together.

Waste analytics

  • Tool-changer-aware purge accounting for multi-material prints
  • Colour-aware single-nozzle purge accounting
  • A smart colour-ordering recommender that finds the lowest-purge filament sequence, with a dedicated frontend panel

Slicer ⇄ fleet control

A full remote-control API so the 3DPrintForge Slicer can drive your fleet printers directly:

  • Live printer state: GET /api/printers/:id/state (read-only)
  • Print control: POST /api/printers/:id/control (pause / resume / stop)
  • Rich motion control: home / move / extrude / temperature / tool change
  • Fan, light and speed actions for Bambu + Moonraker printers
  • Filament load / unload / change for G-code printers
  • GET /api/printers now exposes vendor and online/offline state
  • On-demand profile push: POST /api/slicer/profiles/push

Fixes

  • Preserve the printer access code on edit (issue #12 follow-up)