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]
a
[code]difference(){
cylinder (h = 3, d1 = 35, d2 = 7, center = true, $fn=150);
cylinder (h = 5, d = 20, center = true, $fn=150);
}[/code]
Na 3D tiskárně vytiskl:
do linky vyvrtal otvor, aplikoval záslepku spolu s hadicí a voilà!