From: Ian Jackson Date: Wed, 2 Sep 2020 20:38:41 +0000 (+0100) Subject: nook-case: wip, engage X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4edfb91569a2b8dcf534d9edd92c14c8062943b2;p=reprap-play.git nook-case: wip, engage Signed-off-by: Ian Jackson --- 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); }