chiark / gitweb /
filamenttrestle plug hole height adjust right direction?
[reprap-play.git] / 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);