Compare commits
2 commits
26037a2ddf
...
150de460f2
Author | SHA1 | Date | |
---|---|---|---|
150de460f2 | |||
b44413f1dd |
Binary file not shown.
Binary file not shown.
|
@ -77,8 +77,8 @@ module downshell(){
|
|||
|
||||
module wire(){
|
||||
union(){
|
||||
for ( i = [-10:10]){
|
||||
translate([0,(i/10)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
||||
for ( i = [-100:100]){
|
||||
translate([0,(i/100)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue