Added stls so people can look at stuff

This commit is contained in:
Sebastian 2015-12-14 12:15:08 +01:00
parent 5e84476367
commit a7d4880e8a
4 changed files with 188673 additions and 3 deletions

23970
bottom.stl Normal file

File diff suppressed because it is too large Load Diff

View File

@ -32,14 +32,14 @@ module cap() {
}
// Make a grove to slide the tube into
translate([0, 0, -2 * height_unit])
#translate([0, 0, -1.75 * height_unit])
difference() {
cylinder(r = tube_outer_diameter / 2,
h = height_unit,
h = 1.5 * height_unit,
center = true);
cylinder(r = body_diameter / 2,
h = height_unit + 0.1,
h = 1.5 * height_unit + 0.1,
center = true);
}

82000
lid.stl Normal file

File diff suppressed because it is too large Load Diff

82700
top.stl Normal file

File diff suppressed because it is too large Load Diff