6 lines
174 B
OpenSCAD
6 lines
174 B
OpenSCAD
$fs = 1;
|
|
|
|
// tolerance. lining up the extrusions and cuts with zero tolerance causes very thin walls,
|
|
// so i offset those to make the model actually contiguous.
|
|
tol = 0.01;
|