Skip to content

v1.17.0 — 3MF export for Bambu Studio / OrcaSlicer

Choose a tag to compare

@asbis asbis released this 30 Jun 14:03
· 56 commits to master since this release

3MF export — print straight to Bambu

Adds 3MF as a first-class export format alongside STEP/STL, so models can go straight to a Bambu Lab printer (or any slicer) with per-part colors preserved — the fidelity STL drops.

What's new

  • New format 3mf everywhere: the export_shape MCP tool, the VS Code command "Export as 3MF (Bambu / Orca)", and a new entry in the 3D viewer's export menu.
  • Bambu Studio / OrcaSlicer now default to 3MF when using "Export and Open in…", handing off a colored, print-ready file.
  • Dependency-free 3MF writer (works in both the browser worker and the Node MCP server).

Workflow

CAD → 3MF → Bambu Studio → Print. Each part lands as a separate, colored object ready to slice.

Quality

  • 726/726 tests pass (incl. a new end-to-end 3MF export test), clean typecheck/lint.
  • Extension + MCP server bumped to 1.17.0 in lockstep.