Match radius of bin to radius of base.

Fixes #169, and #165.
This commit is contained in:
Arthur Moore 2024-03-10 23:34:30 -04:00
parent 5b25e2e114
commit 637b98577f
1 changed files with 5 additions and 2 deletions

View File

@ -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