X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/11c43407f6b3297928d75693756b38ae3cb54757..c9706c4732234baf79865894831a28820d886a77:/Gesellschaftsspiel-Replikator%2FPoeppel_V1.mw diff --git a/Gesellschaftsspiel-Replikator%2FPoeppel_V1.mw b/Gesellschaftsspiel-Replikator%2FPoeppel_V1.mw index 8f1bf8a52..de66e3a23 100644 --- a/Gesellschaftsspiel-Replikator%2FPoeppel_V1.mw +++ b/Gesellschaftsspiel-Replikator%2FPoeppel_V1.mw @@ -1,7 +1,7 @@
// Blindenpöppel // Stratum 0 -// 2014-01-21 V1.5 +// 2014-01-21 V1.6 // License: WTF $fn=50; @@ -19,7 +19,8 @@ module randverzierung(n = 12) { child(); } } - +rotate ([180,0,0]) +{ difference() { union() @@ -37,7 +38,7 @@ difference() // Hohlraum abziehen color("green") cylinder(Hoehe-1,Radius1-1,Radius2); -}; +} // Deckel draufsetzen color("black") @@ -53,10 +54,10 @@ translate ([0,0,Radius1-1]) //} // 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) { @@ -76,4 +77,5 @@ translate ([0,0,Radius1-1]) // cube([0.3,1,0.5], center=true); // } //} +}