From 637b98577ff9c1fc29d006e91d72f65047b3e18d Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Sun, 10 Mar 2024 23:34:30 -0400 Subject: [PATCH] Match radius of bin to radius of base. Fixes #169, and #165. --- standard.scad | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/standard.scad b/standard.scad index 354aa00..5da1046 100644 --- a/standard.scad +++ b/standard.scad @@ -1,8 +1,6 @@ // height of the base h_base = 5; -// outside rounded radius of bin -r_base = 4; // lower base chamfer "radius" r_c1 = 0.8; // upper base chamfer "radius" @@ -18,6 +16,11 @@ r_fo3 = 1.6 / 2; // length of a grid unit l_grid = 42; + +// Outside rounded radius of bin +// Per spec, matches radius of upper base section. +r_base = r_fo1; + // screw hole radius r_hole1 = 1.5; // magnet hole radius