OpenSCAD príklady
Zo stránky SensorWiki
Dištančné stĺpiky
Držiak LED
$fn=48;
difference()
{
cylinder(r=3,h=20);
{
translate([2.54/2,0,0])
cylinder(r=0.2,h=21);
translate([-2.54/2,0,0])
cylinder(r=0.2,h=21);
translate([0,0,18])
cylinder(r=2.5,h=3);
}
}
|
![]() |
Minca do vozíka
![]() |