github oliverbravery/PrintGuard v2.5.0

5 hours ago

Added

  • A print library, behind Prints in the header. Drop sliced files in and each
    opens in a panel that draws its toolpath on your device before it's uploaded, where you can
    name it and correct its nozzle and bed temperatures. Files stay on the hub with the preview,
    print time and filament the slicer wrote into them. Cura and a few others write no preview, so
    your browser draws one into the file as it's uploaded. Open a file to orbit that toolpath in
    3D, layer by layer. Tag a file with the printers it was sliced for
    and it can only ever start on those, and a printer has to be idle before a file is sent to it.
    OctoPrint, Klipper and Elegoo take gcode, PrusaLink also takes bgcode and Bambu Lab takes a
    sliced 3mf. The REST API and MCP server can list, tag and start files too.
    docs/printers.md has the details.
  • Nozzle and bed temperatures for a linked printer, on its monitor tile and in the monitor's
    panel, with a progress bar and the time left while it prints. The panel takes a target for
    either heater and has preheat presets you can edit in place, starting with PLA, PETG and ABS,
    plus an Off that cools everything. PrusaLink reports temperatures but has no way to set them,
    so a Prusa printer's heaters are read-only. The REST API and MCP server can set targets too,
    and Home Assistant gets a temperature sensor per heater.
    docs/printers.md has the details.
  • The container reports its own health, so docker ps shows when the hub is ready and
    docker compose up --wait waits for it.

Changed

  • Camera crops are square, since the model only ever watches a square of the view and ignored
    the sides of anything wider. The crop editor shows the watched square before you set a crop.
  • The dashboard fits phones and tablets, folding ones included. Phones get a bottom bar with
    icons and a more menu in the header, while tablets and landscape phones get a side rail.
    Buttons, fields and switches are sized for a thumb, and tabs that run off the edge of a
    dialog fade there so you know to scroll. A long dialog no longer sits under Safari's toolbar
    on an iPhone.
  • The macOS app is signed and notarised, so it opens without a trip to Privacy & Security and
    keeps its camera permission when you update.

Removed

  • Local mode, which ran the engine in a browser tab with nothing installed. Few people used it
    and it made everything else harder to build, so PrintGuard runs only as a hub, in Docker or as
    the macOS and Windows app. The website has the
    downloads where the live demo was. The state the REST API, MCP server and plugins read has no
    mode field any more.
  • The sensitivity setting, which only ever moved the same line as the alert threshold. The
    REST API and MCP server's classify calls no longer take one.

Fixed

  • A printer switched off or unreachable after a print leaves its monitor in standby, where
    inference used to start again and run until the printer came back. A printer that drops off
    mid-print is still watched and still warns you.

  • The Progress reports plugin only sends a report while its monitor is watching, so nothing
    arrives while the printer is idle or paused.

  • The Windows desktop app starts on Windows 11 24H2 and newer without the Windows App Runtime
    installed, where it used to stop at a prompt to install it. Detection runs on the CPU until
    you install it.

  • The Windows desktop app starts on a PC without a GPU driver, such as a virtual machine, where
    it used to close straight away.

  • The Windows desktop app's server starts, where 2.4.1 showed "PrintGuard could not start" after
    looking for cameras plugged into the PC.

  • A monitor left on its default settings could never raise an alert, since its score topped
    out at 0.68 under the 0.75 threshold. The score is now the model's own confidence that the
    print is failing, and existing thresholds carry over. If you raised sensitivity to make
    alerts fire, check the threshold after updating.

Don't miss a new PrintGuard release

NewReleases is sending notifications on new releases.