mirror option

This commit is contained in:
Ward Wouts 2014-01-30 23:53:48 +01:00
parent d245810361
commit 8a88f03b24

View file

@ -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(){
} }
} }
if ( mirror == 1){
mirror([0,1,0]){
crossbar_coupling(); crossbar_coupling();
}
} else {
crossbar_coupling();
}