Blender2BambuStudio
Description
A Claude Code skill that exports colored Blender models to Bambu Studio for multi-color AMS printing via native OBJ+MTL — no Silk addon required.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Blender2BambuStudio
A Claude Code skill that automates exporting a colored Blender model to Bambu Studio for multi-color FDM printing on AMS / AMS Lite, using the native OBJ+MTL pipeline — no Silk addon needed.
What it does
When invoked, the skill guides Claude Code through a 6-step pipeline:
- Verify model state — apply transforms and modifiers
- Create color materials — one Principled BSDF per color (≤ 4 for AMS Lite)
- Assign materials — one slot per mesh, or face-group assignment for mixed meshes
- Join by printable part — merge meshes belonging to the same movable part
- Clean the mesh — triangulate, merge doubles, fill holes, recalc normals (prevents n-gon and non-manifold rejections in Bambu)
- Export one OBJ per part — with triangulation enabled and material groups preserved
Each logical part is exported as its own `.obj` file. The user then imports each file into Bambu Studio separately so they remain independent, selectable objects with distinct filament assignments.
Why OBJ instead of 3MF
3MF via the Silk Bambu Studio Blender Addon is the "official" route, but its compatibility with Blender 5.x is unverified and installation adds friction. Native `wm.obj_export` with `export_triangulated_mesh=True` and `export_material_groups=True` produces a file Bambu Studio reads reliably, with each material surfacing as a separate filament slot.
When Claude Code picks this up
Any prompt that implies exporting a Blender scene to Bambu Studio for multi-color printing — for example:
- "Export this Blender model to Bambu Studio"
- "Set up AMS color groups for this print"
- "How do I get my Blender colors into Bambu Lab?"
Installation
Recommended: install as a Claude Code plugin
In any Claude Code session:
/plugin marketplace add rayandcherry/Blender2BambuStudio
/plugin install blender-bambu-studio@rayandcherry
This pulls the plugin from GitHub, installs it at user level, and namespaces the skill so invo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11