Initial Commit. Added Schematic, Gerbers, OpenSCAD, STL

This commit is contained in:
nedko 2022-10-25 13:05:25 +03:00
commit 55bff207f2
6 changed files with 21 additions and 0 deletions

21
openscad/zippy_cover.scad Normal file
View File

@ -0,0 +1,21 @@
seg = 360;
seg2 = 60;
outer = 12;
height = 6;
rad = 1;
dist = 4;
rotate_extrude($fn = seg)
difference()
{
square([outer, height]);
translate([0, height - 3.5, 0])
{
square([10.5, 3.5]);
}
translate([outer, height - dist, 0])
{
circle(rad, $fn = seg);
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
stl/zippy_cover.stl Normal file

Binary file not shown.