mirror option
This commit is contained in:
parent
d245810361
commit
8a88f03b24
1 changed files with 9 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ spacing = 1.5;
|
||||||
|
|
||||||
open=1;
|
open=1;
|
||||||
withswitchmount = 1;
|
withswitchmount = 1;
|
||||||
|
mirror = 0;
|
||||||
|
|
||||||
|
|
||||||
FN=80*1; // 80 for nice prints; 16 for speed
|
FN=80*1; // 80 for nice prints; 16 for speed
|
||||||
|
|
@ -109,4 +110,11 @@ module crossbar_coupling(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
crossbar_coupling();
|
if ( mirror == 1){
|
||||||
|
mirror([0,1,0]){
|
||||||
|
crossbar_coupling();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
crossbar_coupling();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue