-rw-r--r-- | delta.jscad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index 85cf254..9061c28 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -126,12 +126,13 @@ var CD = { | |||
126 | var h = s*Math.cos(Math.PI/6); | 126 | var h = s*Math.cos(Math.PI/6); |
127 | var h1 = h*(1-l/s); | 127 | var h1 = h*(1-l/s); |
128 | rv.distance = (h1-w)/3; // hole to side | 128 | rv.distance = (h1-w)/3; // hole to side |
129 | return rv; | 129 | return rv; |
130 | })() | 130 | })() |
131 | }; | 131 | }; |
132 | console.log(CONFIG); console.log(CD); | ||
132 | 133 | ||
133 | var U = { | 134 | var U = { |
134 | hypotenuse: function(a,b) { | 135 | hypotenuse: function(a,b) { |
135 | return Math.sqrt(Math.pow(a,2)+Math.pow(b,2)); | 136 | return Math.sqrt(Math.pow(a,2)+Math.pow(b,2)); |
136 | }, | 137 | }, |
137 | peek: function(x,m) { | 138 | peek: function(x,m) { |