From 79a2e887e347467d6ede6ec19b533c683d3539a6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:18:16 +0000 Subject: [PATCH] poster-tube-lid: catch: slight registration adjustment Signed-off-by: Ian Jackson --- 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 1210d17..641b05d 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -648,7 +648,7 @@ module CatchPreDistort(){ /////toplevel } module CatchAssembly(){ /////toplevel - rotate([0,0, -(cppe[0] + cppB[0]) / sm_inner_rad * 360/TAU]) + rotate([0,0, -(cppe[0] + cppB[0] + catch_pin_slop) / sm_inner_rad * 360/TAU]) translate([0,0, catch_assembly_dy]) scale(sm_inner_rad / 100) import(str("poster-tube-lid,CatchPostDistort-fa", -- 2.30.2