-
Notifications
You must be signed in to change notification settings - Fork 1
Home
madMarcus edited this page Jun 24, 2026
·
3 revisions
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.
| 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 |
- MCP Interface β using the MCP server with Claude Code / Claude Desktop / Cursor, plus FAQ
-
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.
π The repo docs/ is canonical β this wiki is a light orientation layer. When the two disagree, the repo wins.
Canonical docs (repo = source of truth)