Compare commits
No commits in common. "150de460f22751ce454e1abcf337d3b5e2b7dc4a" and "26037a2ddf8df91aff369b48544450d55b263e12" have entirely different histories.
150de460f2
...
26037a2ddf
Binary file not shown.
Binary file not shown.
|
@ -77,8 +77,8 @@ module downshell(){
|
|||
|
||||
module wire(){
|
||||
union(){
|
||||
for ( i = [-100:100]){
|
||||
translate([0,(i/100)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
||||
for ( i = [-10:10]){
|
||||
translate([0,(i/10)*1.8,0])cylinder(h = 20, d=1.81, center=true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue