From 1b9f8d6ae7e1e86d61ff92faaf281f6fb81a2831 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 26 Aug 2018 19:14:31 +0000 Subject: unimportant attempt to make more sense --- diff --git a/another.scad b/another.scad index 2383276..55fda78 100644 --- a/another.scad +++ b/another.scad @@ -192,7 +192,7 @@ module the_extruder( cylinder(d1=filament_path_d,d2=2*filament_path_d, h=filament_path_d,$fn=2*filament_path_d*fnd); translate([0,0,filament_path_d-epsilon]) - cylinder(d=2*filament_path_d,h=lsd,$fn=2*filament_path_d*fnd); + cylinder(d=2*filament_path_d,h=lsd*sqrt(2),$fn=2*filament_path_d*fnd); }//translate }//rotate translate place_idler -- cgit v0.9.0.2