Fix outer dia

master
Vitaliy Filippov 2015-05-10 20:06:57 +00:00
parent 69418ab9fa
commit 43fa8d0fd9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# secret nut for my subaru impreza (not model, real car :))
// secret nut adapter for my subaru impreza (not model, real car :))
module sekretka(z) {
union() {
@ -27,7 +27,7 @@ union() {
union() {
translate([0, 0, 13]) cylinder(r=19/2/sin(60), h=13, $fn=6);
difference() {
cylinder(r=11-0.25, h=13, $fn=50);
cylinder(r=10.75-0.25, h=13, $fn=50);
sekretka(0.25);
}
}