From: Ian Jackson Date: Sun, 8 Oct 2017 01:23:56 +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=6fea359a13f0700f6386b984c759d1cefcd4e107;p=reprap-play.git poster-tube-lid: BayonetCutout rotation thing --- diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 2ce691e..1b2cb0e 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -27,7 +27,7 @@ bayo_above_gap = 1.0; bayo_entry = bayo_behind/3; -bayo_slice_size = 10; +bayo_slice_size = 1; // calculated @@ -131,9 +131,10 @@ module BayonetCutoutSlice(offset){ } module BayonetCutout(){ - offs = [ for (i=[-5 : +5]) i ] * bayo_slice_size; + offs = [ for (i=[ bayo_c[0] : + bayo_slice_size : + bayo_i[0] + bayo_slice_size ]) i ]; echo (offs); -* BayonetCutoutSlice(5); for (off =offs //[ -20 : bayo_slice_size : 20 ]