From 697b76190f386f13692f33fa47c7ecc4a579a629 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Oct 2017 02:27:23 +0100 Subject: [PATCH 1/1] poster-tube-lid: BayonetCutout rotation thing --- poster-tube-lid.scad | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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(){ -- 2.30.2