From 1e31311a1afe25e49a0523223a5b2a8cc68f69ac Mon Sep 17 00:00:00 2001 From: daniel watson Date: Mon, 3 Aug 2015 21:31:39 -0700 Subject: [PATCH] increase ball size to allow more movement --- 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 9214a06..77071fa 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.8; // extra bit added for printing imprecision +ball_diameter = 11 + 0.9; // extra bit added for printing imprecision ball_radius = ball_diameter / 2; standoff_height = 60; // kyle eyeballed -- 2.30.2