Skip to content
madMarcus edited this page Jun 24, 2026 · 3 revisions

vibe-cading wiki

3D model generators with CadQuery β€” a parametric, AI-friendly Code-CAD library for humans and LLM agents alike.

πŸ“ The repository is canonical. This wiki is a light orientation layer for community tutorials, walkthroughs, and FAQ. The authoritative reference β€” dimensions, tolerances, APIs, conventions β€” lives in the repo under docs/, version-pinned to the code and CI-checked for freshness. When the wiki and the repo disagree, the repo wins.

Start here β€” canonical docs (in-repo)

Topic Doc
Overview, samples, quick start README
Set up, build, contribute CONTRIBUTING.md
Tolerances & calibration docs/print-tolerances.md
Lego Technic dimensions docs/lego-technic.md
Fastener sizes & fits docs/screws.md
MCP interface docs/mcp.md
Multi-role agent workflow docs/agentic-workflow.md
Onboard an AI coding agent AGENTS.md

Wiki pages (community)

  • MCP Interface β€” using the MCP server with Claude Code / Claude Desktop / Cursor, plus FAQ

What belongs where

  • Repo docs/ β€” anything that cites code: constants, tool paths, class/method APIs, the tolerance model. It stays correct because it ships in the same PR as the code and is link-checked in CI. Always look here first for an authoritative answer.
  • This wiki β€” community-editable, non-code-coupled content: tutorials, build write-ups, printer-profile notes, FAQ. If a page starts quoting code internals, that content belongs in docs/ instead β€” link to it rather than copying it.

🧩 vibe-cading


Canonical docs (repo = source of truth)

Clone this wiki locally