FabForge template for 3D printing projects. Includes source, output, and toolpath directories with example OpenSCAD files.
- OpenSCAD 100%
| docs | ||
| output | ||
| source | ||
| toolpath | ||
| .gitignore | ||
| README.md | ||
3D Print Project
A FabForge template for 3D printing projects.
Structure
source/ CAD source files (.scad, .fcstd, .f3d, .step)
output/ Mesh exports for printing (.stl, .3mf, .obj)
toolpath/ Slicer output (.gcode)
docs/ Photos, notes, assembly instructions
Getting started
- Add your CAD source files to
source/ - Export meshes to
output/ - Slice and save toolpaths to
toolpath/ - Link this repo to a FabForge project to track production
Part detection
FabForge auto-detects parts by matching source and output files with the same
stem name. For example, source/bracket.scad pairs with output/bracket.stl.