From 4edfb91569a2b8dcf534d9edd92c14c8062943b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Sep 2020 21:38:41 +0100 Subject: [PATCH] nook-case: wip, engage Signed-off-by: Ian Jackson --- nook-case.scad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nook-case.scad b/nook-case.scad index 5da7c7d..aa564c4 100644 --- a/nook-case.scad +++ b/nook-case.scad @@ -63,7 +63,7 @@ nom_cnr = 0.5 * [nook_w, nook_h, 0] - nook_cnr_rad * [1,1,0]; etxa = nom_cnr[0] - engage_l2; etxb = etxa - engage_l1; -etxc = etxb - engage_l0; +etxc = -(nom_cnr[0] - engage_l2); module RightSideMainProfile() { rectfromto(spp7, spp0); @@ -86,13 +86,11 @@ module TopTapeCutout() { module RightTopMainProfile() { l = [ tppA, tppB, tppC, tppD, tppE, tppF, tppG, tppH ]; - echo(l); polygon(l); } module LeftTopMainProfile() { l = [ tppC, tppD, tppE, tppF, tppG, tppK ]; - echo(l); polygon(l); } -- 2.30.2