Generated models for top dampeners
This commit is contained in:
@@ -3,7 +3,7 @@ $fn = 32;
|
||||
$space = 3;
|
||||
$width = 15.5;
|
||||
$length = $width;
|
||||
$height = 0.4;
|
||||
$height = 1;
|
||||
$holes = $height*4;
|
||||
$cut = $holes/2*-1;
|
||||
$switchDistance = $width+ $space;
|
||||
@@ -58,7 +58,7 @@ module switchColumn(){
|
||||
}
|
||||
}
|
||||
|
||||
module topDampener(){
|
||||
module rightTopDampener(){
|
||||
union(){
|
||||
switchColumn();
|
||||
translate([$switchDistance,0,0])
|
||||
@@ -74,4 +74,15 @@ module topDampener(){
|
||||
}
|
||||
}
|
||||
|
||||
topDampener();
|
||||
module leftTopDampener(){
|
||||
rotate([0,180,0]){
|
||||
rightTopDampener();
|
||||
}
|
||||
}
|
||||
|
||||
translate([10,0,0]){
|
||||
rightTopDampener();
|
||||
}
|
||||
translate([-10,0,0]){
|
||||
leftTopDampener();
|
||||
}
|
||||
Reference in New Issue
Block a user