Make some clamps in right dimensions
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Mon, 29 Apr 2013 20:32:51 +0000 (22:32 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Mon, 29 Apr 2013 20:32:51 +0000 (22:32 +0200)
box_frame/extras/tube_clamp.scad

index 1ca663c..650a946 100644 (file)
@@ -26,3 +26,9 @@ module tube_clamp(tube_r, wall_width=3, screw=false) {
 }
 
 tube_clamp(3.5);
+translate([15, 0, 0]) tube_clamp(3.5);
+translate([0, 20, 0]) {
+    tube_clamp(bushing_xy[0]);
+    translate([20, 0, 0]) tube_clamp(bushing_xy[0]);
+    translate([-20, 0, 0]) tube_clamp(bushing_z[0]);
+}