Add New print version

This commit is contained in:
isa10110 2024-08-10 18:48:19 +02:00
parent 26037a2ddf
commit b44413f1dd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

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