From 63c3e07f975b62520dff344de85e95f651736d84 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Saura Date: Sat, 29 Nov 2014 22:20:29 +0000 Subject: [PATCH] Kept larger tolerances --- Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad b/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad index be9dd5a..20e80d6 100644 --- a/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad +++ b/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad @@ -68,7 +68,7 @@ module beveledBase(size=[100,200,10], radius=10, res=15, renderPart=false, echoP include -module hole_for_screw(size=3,length=20,nutDepth=5,nutAddedLen=0,captiveLen=0,tolerance=0.02,rot=0,invert=false, echoPart=false) { +module hole_for_screw(size=3,length=20,nutDepth=5,nutAddedLen=0,captiveLen=0,tolerance=0.4,rot=0,invert=false, echoPart=false) { height = METRIC_NUT_THICKNESS[size]+tolerance; rotate([0,0,invert ? 180 : 0]) translate([0,invert ? length/2 : -length/2,0]) { @@ -117,7 +117,7 @@ module nut(size=8, chamfer=false, renderPart=false, echoPart=false) { } -module hole_for_nut(size=3,nutAddedLen=0,captiveLen=0,rot=0,tolerance=0.035) { +module hole_for_nut(size=3,nutAddedLen=0,captiveLen=0,rot=0,tolerance=0.35) { height = METRIC_NUT_THICKNESS[size]+tolerance; scale([1,(height+nutAddedLen)/height,1]) rotate([90,0,0])