From 3a48bcb0bb3b3b9192d0b9850312d911113b02da Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Oct 2017 23:33:15 +0100 Subject: [PATCH] poster-tube-lid: StrapHoop: fix inside size --- 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 5d237f2..d6cd360 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -173,7 +173,7 @@ module StrapHoopProfile(){ } module StrapHoop(){ ////toplevel - bigrad = strap_hoop_inside + strap_hoop_thick/2; + bigrad = strap_hoop_inside/2 + strap_hoop_thick/2; extralen = strap_hoop_thick * 5; intersection(){ -- 2.30.2