Compare commits

...

2 Commits

Author SHA1 Message Date
kreativmonkey e6d73e9c8d Correction at the Bottom 6 years ago
kreativmonkey 015db21ae8 Add stl files 6 years ago

1
.gitignore vendored

@ -1 +1,2 @@
*.stl
*.log

File diff suppressed because it is too large Load Diff

@ -22,7 +22,7 @@ renderer = "moneybox";
// euro = 150mm
// dollar = 170mm
// sterling = 190mm
hight=200;
hight=150;
wall=5;
// currency for the coinhole
@ -156,7 +156,7 @@ module tux(size, inside = false){
}
// Botton
resize(newsize=[size*0.59,size*0.52,0])
resize(newsize=[size*0.59,size*0.515,0])
cylinder(r2=size*0.14, r1=size*0.13, h=size*0.06);
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save