From: Ian Jackson Date: Tue, 1 Sep 2020 22:25:36 +0000 (+0100) Subject: nook-case: wip, adjust spp4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8eea93f009e3c0505bd9d86e2496ea58145060b1;p=reprap-play.git nook-case: wip, adjust spp4 Signed-off-by: Ian Jackson --- 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;