From a507c8d8901283131468697206846165fd5c1090 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 00:47:16 +0100 Subject: [PATCH] filamenttrestle plug hole height adjust right direction? --- filamenttrestle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 4532c79..1193e4a 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -32,7 +32,7 @@ pindh = 1.0; pindwidth = 1.0; module Plug(d=0){ - a = -atan(plugslope); + a = atan(plugslope); tdx = d * cos(a); tdy = d * sin(a); bdx = d / cos(a); -- 2.30.2