CADHaus
VS Code extension for CadQuery — live 3D preview, DXF export, and STEP export without leaving your editor.
Features
- Live preview — renders your CadQuery
.py file in a 3D viewport on save
- DXF export — exports current model to
.dxf via CADquery: Export DXF
- STEP export — exports current model to
.step via CADquery: Export STEP
Requirements
- Python with CadQuery installed
- Set
cadhaus.pythonPath to your Python executable if not using the system default
pip install cadquery
Extension Settings
| Setting |
Default |
Description |
cadhaus.pythonPath |
python3 |
Path to Python executable with CadQuery installed |
cadhaus.runOnSave |
true |
Auto-render on save for .py files |
Commands
| Command |
Description |
CADquery: Run Current File |
Render current file in 3D viewport |
CADquery: Export DXF |
Export current model to DXF |
CADquery: Export STEP |
Export current model to STEP |
Release Notes
0.0.1
Initial release.
| |