openscad/fit_test.scad
Correl Roush 4fabdf070d [project_box] Clean up dimensions API
Use coordinate triples to represent the 3D volumes being built upon.
2022-12-07 12:09:05 -05:00

8 lines
144 B
OpenSCAD

use <project_box.scad>
$fn=50;
mode = "case"; // ["case", "lid", "all"]
project_box([50, 70, 0],
below=1,
mode=mode);