From: Ian Jackson Date: Sun, 8 Oct 2017 01:27:23 +0000 (+0100) Subject: poster-tube-lid: BayonetCutout rotation thing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=697b76190f386f13692f33fa47c7ecc4a579a629;p=reprap-play.git poster-tube-lid: BayonetCutout rotation thing --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 1b2cb0e..c4847c9 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -121,7 +121,7 @@ module BayonetCutoutSlice(offset){ polygon(bayo_polygon); translate([0,0, -25]) cylinder(h=50, r= main_dia/2 + rivet_tall); - #translate([0,0, -25]) + translate([0,0, -25]) linear_extrude(height= 50) polygon([ [ 0,0 ], [ -bayo_slice_size, -main_dia ], @@ -135,14 +135,8 @@ module BayonetCutout(){ bayo_slice_size : bayo_i[0] + bayo_slice_size ]) i ]; echo (offs); - for (off =offs - - //[ -20 : bayo_slice_size : 20 ] - ){ - translate([ off * 5, 0,0 ]) - echo(off); + for (off=offs) BayonetCutoutSlice(off); - } } module ProfilesDemo(){