<pre><nowiki>
// Blindenpƶppel
// Stratum 0
-// 2014-01-21 V1.5
+// 2014-01-21 V1.6
// License: WTF
$fn=50;
child();
}
}
-
+rotate ([180,0,0])
+{
difference()
{
union()
// Hohlraum abziehen
color("green") cylinder(Hoehe-1,Radius1-1,Radius2);
-};
+}
// Deckel draufsetzen
color("black")
//}
// Striche hochkant:
-//randverzierung(n=5) {
-// rotate([0,90,0])
-// cube([1,0.5,0.5], center=true);
-//}
+randverzierung(n=5) {
+ rotate([0,90,0])
+ cube([1,0.5,0.5], center=true);
+}
// Striche quer:
//randverzierung(n=9) {
// cube([0.3,1,0.5], center=true);
// }
//}
+}
</nowiki></pre>