Add New print version
This commit is contained in:
parent
26037a2ddf
commit
b44413f1dd
Binary file not shown.
|
@ -77,8 +77,8 @@ module downshell(){
|
||||||
|
|
||||||
module wire(){
|
module wire(){
|
||||||
union(){
|
union(){
|
||||||
for ( i = [-10:10]){
|
for ( i = [-100:100]){
|
||||||
translate([0,(i/10)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
translate([0,(i/100)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue