8 lines
148 B
OpenSCAD
8 lines
148 B
OpenSCAD
use <../yBar.scad>
|
|
|
|
// Oriented for 3d printing.
|
|
// Supports required at XY wall connections, and depending on roundness
|
|
|
|
mirror(v=[1,0,0])
|
|
yBar();
|