@aigclink: Text-CAD: Not just "draw a part" — one sentence → STEP → slice → straight to your local Bambu printer, full pipeline. What used to be manual modeling in SolidWorks, then checking each dimension with calipers — those two actions are now owned by this project. One setup…
Summary
The Text-CAD project achieves AI-driven automation from natural language description to STEP 3D model, slicing, and directly connecting to a Bambu printer for the entire workflow. By having the LLM generate build123d Python source code instead of directly manipulating the geometry kernel, it effectively reduces the difficulty of generating complex formats and integrates multiple hardware manufacturing-related skills.
View Cached Full Text
Cached at: 07/03/26, 02:38 PM
Text-CAD: It’s not about “generating a part drawing.” It’s the full pipeline: one sentence → STEP → slicing → directly connecting to a local Bambu printer for output.
Previously, mechanical engineers manually modeled in SolidWorks and then checked each dimension with calipers—this project takes over both actions.
It bundles 11 skills at once, covering the entire hardware pipeline from design to manufacturing:
- CAD: Natural language / images / 2D drawings → STEP, with export to STL/3MF/GLB
- step.parts: Automatically find ready-made STEP files for screws, bearings, motors, and connectors
- DXF: Generate 2D cutting layouts; SendCutSend: Validate before uploading for laser cutting
- G-code + Bambu Labs: Slice → dry-run on local printer → print cautiously
- URDF/SRDF/SDF: Write robot structures, MoveIt2 planning, and simulation worlds
The key design choice is clever: instead of outputting STEP binary, the model writes build123d Python source code, then runs gen_step() to generate it. This gives the LLM a text-based intermediary it’s truly good at, bypassing the deadlock of “directly generating a hard format”—same logic as the [[video-use]] approach we’ve discussed: video-use makes the LLM read structured text instead of video, text-to-cad makes the LLM write Python instead of touching the geometry kernel. Both give the model a high-value token landing point.
Seen side by side with Jellyfish, both are about harnessing engineering—one in AI short videos, the other in hardware manufacturing:
- Jellyfish treats “character consistency” as a first-class problem, turning uncontrollable generation into traceable processes.
- Text-to-cad treats “geometric correctness” as a first-class problem—
scripts/inspectperforms refs/facts/planes/measure/align/diff validation, visual verification with snapshots is mandatory (deterministic checks passed or not, you can’t skip), and on failure: “edit the minimal responsible source segment → regenerate → rerun failed items.”
What’s the cost?
It makes each skill a “thin wrapper + progressive references”—only loading the reference documents needed for the current task, not the whole set. This saves context, but it also means the ceiling depends on the underlying CLI (build123d / slicer / OCCT kernel). The model only orchestrates, it doesn’t handle geometric solving.
#TextToCAD #AICAD #AgentSkills #build123d #HardwareAI
step.parts | 16,000+ open source STEP parts for your next CAD project
Source: https://www.step.parts/
Open Source CAD Directory
Loading catalog
Similar Articles
@QingQ77: Open-source framework enables Codex, Claude Code and other coding agents to generate CAD models from text descriptions, export to STEP/STL/3MF and more. https://github.com/earthtojake/text-to-cad… text-to-…
The open-source framework text-to-cad enables Codex, Claude Code and other coding agents to generate CAD models from text descriptions, supporting export to STEP, STL, 3MF, DXF, GLB, URDF and more. It comes with three built-in Skills (CAD, URDF, and Robot Motion) and runs locally without requiring a backend.
@GitTrend0x: Blender 里直接喊话生成 3D 模型 https://github.com/Adam-CAD/CADAM 这就是 CADAM,把 ChatGPT / Claude / Gemini 直接变成 Blender 内置 CAD 智能助手的…
CADAM 是一个开源工具,通过自然语言在 Blender 中利用 ChatGPT、Claude 或 Gemini 生成 3D CAD 模型,支持参数化控制和多种导出格式。
@XAMTO_AI: Attention CAD modeling folks! No more hunting for standard parts. A website has packed over 12,000 open-source STEP files into a searchable directory. Search and use directly, saving you time scouring the internet. https://step.parts https://…
step.parts is a searchable directory with over 12,000 open-source STEP files, making it easy for CAD modelers to quickly find and use standard parts.
ArtisanCAD: An Industrial-Level CAD Agent with Expert-Grounded Knowledge Distillation
ArtisanCAD is a skill-guided industrial CAD agent that uses expert-grounded knowledge distillation to convert ambiguous prompts into executable CAD procedures, improving performance on the Text2CAD benchmark and enabling editable B-Rep models for complex automotive components.
@CadX_Studio: typed it. built it. sectioned it. this is what AI CAD looks like in 2026. (initial testing) Dropping cadx model on mond…
CadX Studio teases an AI CAD model for 2026, demonstrating a workflow from typing to building to sectioning, with a model release planned for Monday.