From cc491344eef63b1a0d826de3864a33ff989e94cf Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 08 Jan 2016 22:12:00 +0000 Subject: fix duet winds --- diff --git a/delta.jscad b/delta.jscad index a1be156..5c63b41 100644 --- a/delta.jscad +++ b/delta.jscad @@ -599,7 +599,7 @@ function duet() { var pholes = new CSG.Properties(); var hx = C.hole_spacing.x/2; var hy = C.hole_spacing.y/2; - var hh = { nw: [1,-1], ne: [1,1], se: [-1,1], sw: [-1,-1] }; + var hh = { nw: [-1,1], ne: [1,1], se: [1,-1], sw: [-1,-1] }; var holes = []; for(w in hh) { var h = hh[w],_x=h[0]*hx,_y=h[1]*hy; -- cgit v0.9.0.2