X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=ksafe-base.scad;h=b1036fabea4670a4d57c76faff84ddcaa4b38585;hp=42b2749592087c9fda04a99a3b51418d98dceb01;hb=c1f3a21041e91de03948ed0566d2e191e1aecc3e;hpb=f6282bf065fd6f4f7aba096c58ececb08c7df51c diff --git a/ksafe-base.scad b/ksafe-base.scad index 42b2749..b1036fa 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -4,8 +4,8 @@ bolt_above = 8.50 - 0.50; bolthole_height = 4.24 + 1.00; wall_thick = 4.50; -bolthole_width = 16.62 + 2.00; -main_sz = 150.56 + 0.75; +bolthole_width = 16.62 + 1.00; +main_sz = 149.06 + 0.50; cnr_rad = 13.5; // approx lidinner_thick_allow = 20.78 + 0.50; display_width = 69.81 - 0.50; @@ -290,7 +290,7 @@ module DCoverSupportAllowance(){ } module BoltHoles(){ - translate([0,0, -bolt_above -0.5 * bolthole_height]) + translate([0,0, -(bolt_above + 0.5 * bolthole_height)]) cube(center=true, [ cut, bolthole_width, bolthole_height ]); }