optionally close the hole for bar1
This commit is contained in:
parent
2c414fcf23
commit
f350f4db9a
1 changed files with 7 additions and 3 deletions
|
|
@ -14,6 +14,8 @@ M3 = 3.2;
|
|||
thickness = 3;
|
||||
spacing = 1;
|
||||
|
||||
open=1;
|
||||
|
||||
|
||||
FN=80*1; // 80 for nice prints; 16 for speed
|
||||
|
||||
|
|
@ -32,6 +34,7 @@ module bar1mount(){
|
|||
rotate([-90,0,0]){
|
||||
cylinder(h=(thickness*4), r=bar1r, $fn=FN);
|
||||
}
|
||||
if (open ==1){
|
||||
translate([-bar1r,0,0]){
|
||||
rotate([0,10,0]){
|
||||
cube([2*bar1r,thickness*4,30]);
|
||||
|
|
@ -42,6 +45,7 @@ module bar1mount(){
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module bar2mount(){
|
||||
translate([bar2r+thickness,0,0]){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue