Created dampener model
This commit is contained in:
BIN
3d-models/switch-dampener-0.4.stl
Normal file
BIN
3d-models/switch-dampener-0.4.stl
Normal file
Binary file not shown.
BIN
3d-models/switch-dampener-0.6.stl
Normal file
BIN
3d-models/switch-dampener-0.6.stl
Normal file
Binary file not shown.
BIN
3d-models/switch-dampener-0.8.stl
Normal file
BIN
3d-models/switch-dampener-0.8.stl
Normal file
Binary file not shown.
BIN
3d-models/switch-dampener-1.stl
Normal file
BIN
3d-models/switch-dampener-1.stl
Normal file
Binary file not shown.
23
3d-models/switch-dampener.scad
Normal file
23
3d-models/switch-dampener.scad
Normal file
@@ -0,0 +1,23 @@
|
||||
$fn = 32;
|
||||
|
||||
$width = 15.2;
|
||||
$length = $width;
|
||||
$height = 0.4;
|
||||
module pin(){
|
||||
cylinder(h=$height+1, r=1, center=true);
|
||||
}
|
||||
difference(){
|
||||
cube([$width,$length, $height], center=true);
|
||||
cylinder(h=$height+1, r=2.522, center=true);
|
||||
translate([0,5.9,0])
|
||||
pin();
|
||||
translate([5,3.8,0])
|
||||
pin();
|
||||
translate([-5,3.8,0])
|
||||
pin();
|
||||
translate([-5,-5.15,0])
|
||||
pin();
|
||||
translate([5,-5.15,0])
|
||||
pin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user