Skip to content

v0.3.0 — AI Failure Recovery, G-code Interception, Adaptive Slicing

Choose a tag to compare

@codeofaxel codeofaxel released this 04 Mar 07:05
· 2958 commits to main since this release

New Features

  • AI-Driven Failure Recovery — Detects thermal runaway, layer shift, filament runout, and power loss. Automatically plans recovery with material-dependent overlap depths (PLA=2, PETG/ABS=3, TPU/nylon=4, PEEK/PEI=5 layers) and telemetry-resolved temperatures. Generates safe resume G-code.

  • Real-Time G-code Interception — Intercepts G-code commands before they reach the printer, validates against safety profiles, and can modify or block unsafe commands with AI override.

  • Adaptive Slicing — Adjusts slice parameters based on model geometry analysis and material properties for optimized print quality.

Improvements

  • Material-dependent layer overlap for print recovery (21 materials mapped)
  • Telemetry snapshot capture at failure time eliminates placeholder temperatures
  • Retraction after prime line in recovery G-code
  • Auth scope fix: ambient/trend tools added to READ_ONLY allowlist