This commit is contained in:
2021-01-23 21:18:01 -05:00
parent 371789994e
commit 806480d924
29 changed files with 33047 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
module push_buttons2_1()
{
/* all layers combined, scaled to within a 1mm cube */
scale([1, 1, 1/1])
difference() {
union() {
scale([1,1,2]) translate([0,0,-0.5]) push_buttons2_1_1();
}
translate([0,0,-2]) cube([2,2,4],center=true);
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.