simple cr2032 button cell and led holder
[clinton/3d-models.git] / calibration / walls.scad
CommitLineData
851a9f51
CE
1// empty cube to test ninjaflex inner/outer wall adhesion
2
3nozzle_diameter = 0.5;
4d = 30;
5h = 20;
6wall = nozzle_diameter*4;
7
8difference () {
9 cube ([d, d, h], center=true);
10 // intentionally thin floor
11 translate ([0, 0, wall/2]) #cube ([d-wall, d-wall, h+0.01], center=true);
12}
13