Compare commits

..

No commits in common. 'e6d73e9c8d8b7506141b58e232ce1008441f9c86' and '3661910c88ca591eaba05c7240e272eada809790' have entirely different histories.

1
.gitignore vendored

@ -1,2 +1 @@
*.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=150;
hight=200;
wall=5;
// currency for the coinhole
@ -156,7 +156,7 @@ module tux(size, inside = false){
}
// Botton
resize(newsize=[size*0.59,size*0.515,0])
resize(newsize=[size*0.59,size*0.52,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