Při úpravě Sodastreamu na „nekonečný pohon“ (velká flaška pod linkou, hadice do sodastreamu) vyvstala potřeba záslepky do kuchyňské linky. Báječné! Zasedl jsem k OpenSCAD a naprogramoval krytku:

[code]difference(){

union(){
translate([0,0,-10])
cylinder (h = 3, d = 26, center = true, $fn=150);
cylinder (h = 23, d = 20, center = true, $fn=150);
}
cylinder (h = 23, d = 7, center = true, $fn=50);
translate([0,7,0])
cube([7,14,23], center = true);
}

translate([20,0,0])
intersection(){
difference(){
union(){
translate([0,0,-10])
cylinder (h = 3, d = 26, center = true, $fn=150);
cylinder (h = 23, d = 20, center = true, $fn=150);
}
cylinder (h = 23, d = 7, center = true, $fn=50);}
translate([0,7,0])
cube([7,14,23], center = true);
}[/code]

spunt-zevnitr

a

[code]difference(){
cylinder (h = 3, d1 = 35, d2 = 7, center = true, $fn=150);
cylinder (h = 5, d = 20, center = true, $fn=150);
}[/code]

spunt-zvenku

Na 3D tiskárně vytiskl:

2014-10-15 21.34.00
2014-10-15 22.00.54

do linky vyvrtal otvor, aplikoval záslepku spolu s hadicí a voilà!

2014-10-16 12.48.12
2014-10-16 14.54.03
2014-10-16 14.56.16

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *