From 1241eb5d7b4c8915ed5d9955c8998cb57ebf8866 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Oct 2017 02:19:49 +0100 Subject: [PATCH] poster-tube-lid: wip BayonetCutout rotation thing --- poster-tube-lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index b2c6590..2ce691e 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -113,7 +113,7 @@ module MainProfile(){ } module BayonetCutoutSlice(offset){ - rotate([0,0, atan2(offset, main_dia/2) ]){ + rotate([0,0, atan2(offset, main_dia/2 + side_thick) ]){ intersection(){ translate([-offset, -10, 0]) rotate([90,0,0]) -- 2.30.2