mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-18 17:50:35 +00:00
563 B
563 B
gen_dxf
Regenerates explicit DXF outputs from Python sources with envelope-returning gen_dxf() functions.
python <cad-skill>/scripts/gen_dxf path/to/part.py
python <cad-skill>/scripts/gen_dxf path/to/part.py --summary
Targets must be explicit generated Python source files whose gen_dxf() returns an envelope with document and dxf_output; see references/generator-contract.md. Relative targets resolve from the current working directory. This tool runs only gen_dxf() and does not regenerate STEP, GLB/topology, STL, or URDF outputs.