chiark / gitweb /
filamenttrestle plug hole height adjust right direction?
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 10 Oct 2012 23:47:16 +0000 (00:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 10 Oct 2012 23:47:16 +0000 (00:47 +0100)
filamenttrestle.scad

index 4532c79867aef2be1c27adc1a9e4bebf67089e2e..1193e4a219f67c9a078516681a3f67fc4b3c0834 100644 (file)
@@ -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);