X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=filamentspool.scad;h=755916f2ffa721c369a69b0c6ca6e4289ca672fb;hp=b0c31ba95867d15f91901b2aaf30c24dcac02562;hb=7f35f108c8a9f7d69d147f1c8b2d8d91cf207cbb;hpb=255077bec953f95af72f25e60f71f12e3d899a62 diff --git a/filamentspool.scad b/filamentspool.scad index b0c31ba..755916f 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -1,7 +1,8 @@ // -*- C -*- -fdia=2.85; -lightduty=false; +fdia=2.85; // or 1.75 +lightduty=false; // or true + slop=0.5; bigslop=slop*2; @@ -533,7 +534,7 @@ module StorageArmAtMountingHoles(){ } } -module StorageArm(){ ////toplevel +module StorageArmRight(){ ////toplevel shear = storarm_hookheight / (storarm_mainlen/2); StorageArmDiagPart(-1, storarm_mainlen/2+1, shear, 0); @@ -570,13 +571,13 @@ module StorageArm(){ ////toplevel } module StorageArmLeft(){ ////toplevel - mirror([1,0,0]) StorageArm(); + mirror([1,0,0]) StorageArmRight(); } module StorArmHoleTest(){ ////toplevel sz = storarm_screw_hole_head + storarm_besides_hole*2; intersection(){ - StorageArm(); + StorageArmRight(); translate([-50, -storarm_base_off_y, -1]) cube([100, sz, sz+1]); } @@ -599,6 +600,6 @@ module Demo(){ //AxleWasher(); //AxlePin(); //AxleFrictionWasher(); -//StorageArm(); +//StorageArmLeft(); //StorArmHoleTest(); //Demo();