Skip to content

Commit

Permalink
Match radius of bin to radius of base.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorArthur committed Mar 11, 2024
1 parent 5b25e2e commit 637b985
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions standard.scad
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 637b985

Please sign in to comment.