FabForge template for 3D printing projects. Includes source, output, and toolpath directories with example OpenSCAD files.
Find a file Use this template
2026-05-24 00:08:30 -07:00
docs Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00
output Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00
source Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00
toolpath Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00
.gitignore Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00
README.md Initial template: source, output, toolpath dirs with example OpenSCAD bracket 2026-05-24 00:08:30 -07:00

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

  1. Add your CAD source files to source/
  2. Export meshes to output/
  3. Slice and save toolpaths to toolpath/
  4. 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.