chiark / gitweb /
crossbar-computer-led-mount: adjust tower wall cross section
[reprap-play.git] / filament-test.scad
index 046fc7721a64847ed5a092d990074d7262690621..443aab5f9bbdb55fa086d935dff46af47fe27056 100644 (file)
@@ -5,4 +5,12 @@ multmatrix([[  1,      0,      0,      0       ],
        [       0,      1,      1.0,    0       ],
        [       0,      0,      1,      0       ],
        [       0,      0,      0,      1       ]])
- cylinder(r=6.5/2, h=8);
+ cylinder(r=6.1/2, h=8);
+
+w=0.5;
+
+translate([15,0])
+difference(){
+  cube([8,8,8]);
+  translate([w,w,-1]) cube([8-w*2, 8-w*2, 8+2]);
+}