PrintPath is an open-source, visual workflow for turning an everyday 3D-printing idea into a precise, reviewable design specification. The first prototype captures the job, dimensions, printer profile, and print-readiness checks without requiring CAD knowledge.
Live prototype: printpath.willymlee.workers.dev
- Guided four-step design intake
- Live dimension visualization
- Bambu Lab printer and material profiles
- Build-volume, wall-thickness, and clearance checks
- Automatic local saving
- Portable JSON project-spec export
- Responsive interface ready for Cloudflare Workers static assets
The visual preview is intentionally labeled as a concept. It does not yet produce printable geometry.
npm install
npm run devnpm run build
npm run deploy:dry
npm run deployDeployment uses Cloudflare Workers static assets as configured in wrangler.jsonc.
- Photo-guided measurement capture
- Parametric CadQuery/OpenSCAD generation
- Geometry validation and rendered previews
- STL/STEP/3MF artifact downloads
- Bambu Studio handoff and slice-profile recommendations
- Optional project accounts and shared community templates
Early working prototype. Naming, contribution guidelines, and the public release workflow will be refined as the project develops.
MIT