earthtojake/text-to-cad

dfam-check

Measure mesh files against Design for Additive Manufacturing (DfAM) rules and report printability findings per process (FDM, SLS, SLA/DLP, metal PBF, MJF).

Ver código fuente
Documento original del Skill

Contenido del repositorio de origen con títulos, ejemplos, código, tablas, enlaces e imágenes preservados.

DfAM Check

Provenance: maintained in earthtojake/text-to-cad. Use the installed local skill files as the runtime source of truth; the repository link is only for provenance and release review.

Use this skill to produce conservative, evidence-backed DfAM reports for mesh files before slicing or printing. It measures geometry facts locally and compares them against per-process design limits; it never slices, uploads, or starts print jobs.

Geometry Inspection

Use scripts/dfam_tool.py in the active project Python environment for all geometry facts (install requirements.txt first — every run needs it). The tool is fact-only: it reports measurements and never emits pass/fail or readiness statuses. Comparisons and verdicts belong to this workflow. Do not estimate wall thickness, overhang angles, or support volume by eye or from renders when the tool can measure them.

bash
python scripts/dfam_tool.py measure part.stl --angle-limit 45
python scripts/dfam_tool.py orientations part.stl --angle-limit 45

Set --angle-limit to the target process's self-supporting angle from references/process-limits.md before measuring, and re-run when the target process changes: the aggregate support-area facts are binned against it.

STEP/STP input is boundary-representation CAD, not a mesh. When the $cad skill is installed, export an STL sidecar with it first, then measure the STL here. Report that remediation instead of attempting raw STEP parsing.

Workflow

  1. Collect print intent: target process, material, layer height, and any

machine or material datasheet the user can provide. If the process is unknown, measure once with the default 45° limit, then present findings per candidate process rather than guessing a single verdict.

  1. Read references/process-limits.md and select the limit column for the

target process. A user-provided machine/material datasheet overrides the defaults; cite whichever source is used for every comparison.

  1. Run measure on the exact upload file. Do not inspect only a generator

script, source CAD model, or console summary of the file.

  1. Run orientations when the process requires supports and the measured

support area is nonzero. Report any candidate that materially reduces support area, with its build-height tradeoff.

  1. Compare each measured fact to the cited limit and report findings with

restrained status labels:

  • ✅ pass: the measured fact satisfies the cited limit.
  • ❌ fail: a measured fact directly violates the cited limit.
  • ❓ need more info: missing process context, unmeasured geometry,

sampling too sparse to trust, or tool limitations.

  1. Order findings by severity: watertightness first (blocks slicing for

every process), then wall thickness, then overhangs/supports, then orientation and cost signals.

Comparison

Compare only trustworthy pairs of evidence.

  • Cite the limit source (process-limits table row, or the user's datasheet

field) and the measured fact (JSON field path) for every finding.

  • Treat p05_mm below the wall-thickness limit as a violation even when

min_mm alone could be a sampling outlier; report both values.

  • On an assembly, wall_thickness reports body_count and a per_body

breakdown. Attribute a violation to the body it belongs to; a thin figure pooled across bodies is not a finding against the part as a whole.

  • Do not apply support-angle findings to powder processes (SLS, MJF); the

relevant powder-process check is trapped-volume powder escape, which this tool does not yet measure — report that as ❓ need more info when enclosed cavities are likely.

  • Do not silently rescale geometry. scale.units_suspect is measured from

the bounding-box diagonal: when it is true, the source is probably in meters or inches, every down-facing face reads as resting on the plate, and overhang and support figures of 0.0 mean nothing. Report a unit/scale finding and ask the user to confirm units before comparing anything against a material limit.

  • Support-volume ratios are coarse upper bounds; report them as cost

signals, not hard failures, unless the user has set an explicit budget.

Redesign Handoff

For every ❌ fail, include a concrete, plain-language redesign instruction with target numbers (for example "thicken the wall at [12.4, 3.0, 8.1] from 0.6 mm to ≥1.2 mm" or "chamfer the overhang at [23.3, 10.0, 52.0] to ≥45°"). When the $cad skill is installed, offer to apply the redesign instructions with it and re-measure the regenerated geometry here, repeating until no ❌ fail findings remain. When $cad-viewer is installed, hand the measured file path(s) to it so the user can inspect the findings visually.

del mismo repositorio

Más Skills

Todos los Skills
earthtojake
Comunidad

cad

Create, modify, inspect, and validate parametric CAD parts and assemblies authored as cadgen model scripts. Use for natural-language CAD specs, reference images, 2D technical drawings, STEP/STP generation or direct inspection, Python CAD source, source-level joints, selector references, geometry facts, measurements, mating deltas, snapshots, and STL/3MF/native GLB outputs from CAD geometry. Also covers project structure for multi-part CAD work - src/ for model scripts and shared code, format folders (STEP/, DXF/, STL/) for raw outputs, naming, and commit policy for projects with several @step/@dxf model scripts and imported source files; use it when starting a CAD project with more than a couple of models, when asked how to organize CAD code and artifacts, or when growing a flat folder of models into a project.

instalaciones
4
GitHub Stars
14,8 mil
Actualizado
8 sept
earthtojake
Comunidad

bambu-labs

Dry-run, upload, and cautiously initiate local Bambu Lab print jobs from validated plain .gcode, using Bambu LAN FTPS/MQTT handoffs.

instalaciones
3
GitHub Stars
14,8 mil
Actualizado
8 sept
earthtojake
Comunidad

cad-viewer

Start CAD Viewer and return review links for CAD and robot-description files. Use when visually reviewing .step, .stp, .glb, .stl, .3mf, .dxf, .urdf, .srdf, or .sdf files, especially when handed off from CAD, URDF, SRDF, or SDF generation skills.

instalaciones
3
GitHub Stars
14,8 mil
Actualizado
8 sept
earthtojake
Comunidad

dxf

Generate, regenerate, and validate 2D DXF drawings from Python build123d sources. Use for DXF files, .py drawing scripts, @dxf models, 2D profiles, outlines, templates, gaskets, panels, flat patterns, laser/plasma/waterjet cut layouts, and 2D drawing exports of CAD geometry.

instalaciones
3
GitHub Stars
14,8 mil
Actualizado
8 sept