From: Ian Jackson Date: Wed, 10 Oct 2012 23:47:16 +0000 (+0100) Subject: filamenttrestle plug hole height adjust right direction? X-Git-Tag: filamentspool-v2-release~747 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=a507c8d8901283131468697206846165fd5c1090 filamenttrestle plug hole height adjust right direction? --- 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);