Working
This commit is contained in:
11
Push_Buttons/files/push_buttons2-1.scad
Normal file
11
Push_Buttons/files/push_buttons2-1.scad
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user