From 29aa972d9a951583ca7267cfad9cd96841a6bba7 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 4 Aug 2015 11:03:32 -0700 Subject: [PATCH] shrink ball just a little to hold ball better --- 3d-printables/caster-standoff-data.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d-printables/caster-standoff-data.scad b/3d-printables/caster-standoff-data.scad index 77071fa..e5b3dbd 100644 --- a/3d-printables/caster-standoff-data.scad +++ b/3d-printables/caster-standoff-data.scad @@ -13,7 +13,7 @@ use $fn = 100; /* measured with calipers */ -ball_diameter = 11 + 0.9; // extra bit added for printing imprecision +ball_diameter = 11 + 0.85; // extra bit added for printing imprecision ball_radius = ball_diameter / 2; standoff_height = 60; // kyle eyeballed -- 2.30.2