Compare commits

..

2 commits

Author SHA1 Message Date
isa10110 150de460f2 update resolution 2024-08-10 18:49:09 +02:00
isa10110 b44413f1dd Add New print version 2024-08-10 18:48:19 +02:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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);
} }
} }
} }