Skip to content

feat: add 2D export support for DXF and SVG formats#63

Draft
zachdive wants to merge 1 commit intomasterfrom
feature/2d-export-dxf-svg
Draft

feat: add 2D export support for DXF and SVG formats#63
zachdive wants to merge 1 commit intomasterfrom
feature/2d-export-dxf-svg

Conversation

@zachdive
Copy link
Contributor

@zachdive zachdive commented Jan 6, 2026

Add ability to export OpenSCAD models as 2D files using projection():

  • DXF and SVG formats with two projection modes:
    • Top view (flat projection from above)
    • Cross-section (cut at Z=0 plane)
  • Uses temporary worker to avoid interfering with 3D preview
  • Properly handles module/function definitions in projection wrapper

🤖 Generated with Claude Code

Add ability to export OpenSCAD models as 2D files using projection():
- DXF and SVG formats with two projection modes:
  - Top view (flat projection from above)
  - Cross-section (cut at Z=0 plane)
- Uses temporary worker to avoid interfering with 3D preview
- Properly handles module/function definitions in projection wrapper

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
cadam Ready Ready Preview, Comment Jan 6, 2026 0:20am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant