Add comprehensive test suite and automatic README generation
- Add 40 test SCAD files covering various OpenSCAD features:
- Basic shapes (sphere, cylinder, cone, torus)
- Boolean operations (union, difference, intersection)
- Advanced features (polyhedron, extrusion, recursion)
- Complex patterns (Menger sponge, voronoi, fractals)
- Mathematical surfaces (bezier, gyroid, saddle)
- Mechanical parts (gears, springs, knurled surfaces)
- Add automatic README.md generation for each output:
- Links to STL file
- Displays all 8 PNG views
- Includes timestamp and attribution
- Document discovered limitations:
- Text rendering requires fonts (not available in WASM)
- Complex boolean operations may fail
- Mesh topology constraints
- No implicit surface support
- No adaptive mesh refinement
- Update generate-test-suite.sh to show timing information
The test suite validates functionality and documents edge cases.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 19:28:23 -04:00
|
|
|
# 01-sphere.scad - Rendered Output
|
|
|
|
|
|
2025-06-20 19:33:15 -04:00
|
|
|
Generated on: 2025-06-20T23:30:44.437Z
|
Add comprehensive test suite and automatic README generation
- Add 40 test SCAD files covering various OpenSCAD features:
- Basic shapes (sphere, cylinder, cone, torus)
- Boolean operations (union, difference, intersection)
- Advanced features (polyhedron, extrusion, recursion)
- Complex patterns (Menger sponge, voronoi, fractals)
- Mathematical surfaces (bezier, gyroid, saddle)
- Mechanical parts (gears, springs, knurled surfaces)
- Add automatic README.md generation for each output:
- Links to STL file
- Displays all 8 PNG views
- Includes timestamp and attribution
- Document discovered limitations:
- Text rendering requires fonts (not available in WASM)
- Complex boolean operations may fail
- Mesh topology constraints
- No implicit surface support
- No adaptive mesh refinement
- Update generate-test-suite.sh to show timing information
The test suite validates functionality and documents edge cases.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 19:28:23 -04:00
|
|
|
|
|
|
|
|
## 3D Model
|
|
|
|
|
|
|
|
|
|
- **Source**: 01-sphere.scad
|
|
|
|
|
- **STL**: [01-sphere.stl](./01-sphere.stl)
|
|
|
|
|
|
|
|
|
|
## Rendered Views
|
|
|
|
|
|
|
|
|
|
### Front View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Back View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Left View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Right View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Top View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Bottom View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Isometric View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### Isometric-alt View
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
*Generated by [scad-to-png](https://github.com/imjasonh/scad-to-png)*
|