From 0a58fbb28bb7b9199e8833d47c38951e16e8ee96 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Wed, 9 Apr 2014 21:40:12 +0200 Subject: Import of existing parts --- parts/straight_connector.scad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 parts/straight_connector.scad (limited to 'parts/straight_connector.scad') diff --git a/parts/straight_connector.scad b/parts/straight_connector.scad new file mode 100644 index 0000000..bfe3d29 --- /dev/null +++ b/parts/straight_connector.scad @@ -0,0 +1,11 @@ + + +radius = 8.25; +wall = 6; +len = 60; + +rotate([0,90,0]) difference() { + cylinder(r=radius + wall, h=len, center=true); + translate([0,0,len/2+wall/2]) cylinder(r=radius, h=len, center=true); + translate([0,0,-len/2-wall/2]) cylinder(r=radius, h=len, center=true); +} -- cgit v1.2.3