From 8eea93f009e3c0505bd9d86e2496ea58145060b1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Sep 2020 23:25:36 +0100 Subject: [PATCH] nook-case: wip, adjust spp4 Signed-off-by: Ian Jackson --- nook-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nook-case.scad b/nook-case.scad index cbdfade..3c3efb1 100644 --- a/nook-case.scad +++ b/nook-case.scad @@ -24,7 +24,7 @@ spp8 = spp9 + nook_th * [0,-1]; spp7 = spp8 + case_th * [-1,-1]; spp11y = spp1[1] - tape_th; -spp4y = 0.5 * (spp0[1] + spp8[1]); +spp4y = 0.5 * (spp0[1] + spp7[1]); spp3y = spp4y + tape_inside/2; spp5y = spp4y - tape_inside/2; spp2y = spp3y + tape_th; spp6y = spp5y - tape_th; -- 2.30.2