test.scad 494 B

12345678910111213
  1. $fn=90;
  2. include <BOSL2/std.scad>
  3. W=3;
  4. D=50;
  5. tube(od=50, h=80, ochamfer1=2, wall=W, anchor=BOTTOM)
  6. position(TOP) tube(od1=50, id2=50, h=3, wall=W, anchor=BOTTOM)
  7. position(TOP) tube(id=50, h=25, wall=W, anchor=BOTTOM)
  8. position(TOP) tube(id1=50, id2=50, od2=65, h=5, wall=W, anchor=BOTTOM)
  9. position(TOP) tube(od=65, h=5, wall=W, anchor=BOTTOM)
  10. position(TOP) tube(od1=65, id2=50, od2=65, h=5, orounding2=2, wall=W, anchor=BOTTOM)
  11. position(TOP) tube(id=50, h=5, wall=W, anchor=BOTTOM)
  12. ;