mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-22 23:03:28 +00:00
parent
5b25e2e114
commit
637b98577f
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
|
|
||||||
// height of the base
|
// height of the base
|
||||||
h_base = 5;
|
h_base = 5;
|
||||||
// outside rounded radius of bin
|
|
||||||
r_base = 4;
|
|
||||||
// lower base chamfer "radius"
|
// lower base chamfer "radius"
|
||||||
r_c1 = 0.8;
|
r_c1 = 0.8;
|
||||||
// upper base chamfer "radius"
|
// upper base chamfer "radius"
|
||||||
|
@ -18,6 +16,11 @@ r_fo3 = 1.6 / 2;
|
||||||
// length of a grid unit
|
// length of a grid unit
|
||||||
l_grid = 42;
|
l_grid = 42;
|
||||||
|
|
||||||
|
|
||||||
|
// Outside rounded radius of bin
|
||||||
|
// Per spec, matches radius of upper base section.
|
||||||
|
r_base = r_fo1;
|
||||||
|
|
||||||
// screw hole radius
|
// screw hole radius
|
||||||
r_hole1 = 1.5;
|
r_hole1 = 1.5;
|
||||||
// magnet hole radius
|
// magnet hole radius
|
||||||
|
|
Loading…
Reference in a new issue