wip for dovetail join for x-y bar
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
include <../yBar.scad>
|
||||
|
||||
include <../xBar.scad>
|
||||
|
||||
// Oriented for 3d printing.
|
||||
// Supports required at XY wall connections, and depending on roundness
|
||||
yBar();
|
||||
yBar();
|
||||
|
||||
translate(v=[140,0,0])
|
||||
rotate(a=[0,0,90])
|
||||
xBar();
|
||||
Reference in New Issue
Block a user