v1.17.0 — 3MF export for Bambu Studio / OrcaSlicer
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
3mfeverywhere: theexport_shapeMCP 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.