From 0ece6b3161f5cdbe1cdcf961fb77a8c95ab3def0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 02 Aug 2018 19:27:56 +0000 Subject: comments --- diff --git a/another.scad b/another.scad index ddca898..5a590db 100644 --- a/another.scad +++ b/another.scad @@ -258,7 +258,7 @@ module the_extruder( translate([0,-filament_guide_d/2/sqrt(2),0]) rotate([0,0,45]) cube(size=[filament_guide_d/2,filament_guide_d/2,gearbox_d],center=true); - } + }//rotate translate rotate translate rotate translate // pulley cylinder(d=pulley_d+pulley_clearance,h=body_h+1,$fn=fnd*(pulley_d+pulley_clearance)); // leverspace @@ -266,7 +266,8 @@ module the_extruder( rotate([0,0,45]) translate([x,0,ls_z-ls_h/2]) cylinder(d=idler_d+idler_clearance,h=ls_h,$fn=fnd*(idler_d+idler_clearance)); - + + // idler clearance a=cos(45)*(pulley_d+idler_d)/2; b=mount_d/2-a; x=sqrt(pow(a,2)+pow(b,2)); -- cgit v0.9.0.2