Version 1.4 - Funktioniert
authorLulu <Lulu@stratum0.org/mediawiki/>
Tue, 15 Apr 2014 19:58:46 +0000 (19:58 +0000)
committerLulu <Lulu@stratum0.org/mediawiki/>
Tue, 15 Apr 2014 19:58:46 +0000 (19:58 +0000)
Gesellschaftsspiel-Replikator%2FScrabble.mw

index 0eb5273..52b136a 100644 (file)
@@ -1,6 +1,6 @@
 <pre>
 // Scrabble for blind and sighted players
-// Version 1.2
+// Version 1.4
 // Copyright: Stratum0 e.V.
 // License: WTFPL
 
@@ -22,20 +22,22 @@ color("black") intersection()
 
 }
 
-color("white") difference()
+// color("white") 
+difference()
 {
-        color("red") writecube("S",font="braille.dxf",h=6, t=1,[Width/2,Length/2,Height],[0,0,0],face="top"); // Braille-Schrift-S
+         writecube("S",font="braille.dxf",h=6, t=1,[Width/2,Length/2,Height],[0,0,0],face="top"); // Braille-Schrift-S
 
-       color("schwarz") writecube("S",h=6, t=1,[Width/2,Length/2,Height],[0,0,0],face="top"); // Schwarzschrift-S
+        writecube("S",h=6, t=1,[Width/2,Length/2,Height],[0,0,0],face="top"); // Schwarzschrift-S
 
 }
 
 
-       color("green") writecube("S",h=6, t=1,[Width/2,Length/2,Height-0.5],[0,0,0],face="top"); // Schwarzschrift-S
+color("black") writecube("S",h=6, t=1,[Width/2,Length/2,Height-0.5+0.1],[0,0,0],face="top"); 
+// Schwarzschrift-S: Die 0.1 sind geschummelt, damit OpenSCAD die Farbe darstellt.
 
 
 
-% color("yellow") cube([Width,Length,Height],center=false);
+cube([Width,Length,Height],center=false);
    
 
 
@@ -54,7 +56,4 @@ color("white") difference()
 
 // ---
 
-
-
-
 </pre>
This page took 0.028628 seconds and 4 git commands to generate.