X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/7afb1c40522c463e89e6963479b7de4b22b5e23d..b8f77b1f94f9713c898d10742b47c607a187d461:/Gesellschaftsspiel-Replikator%2FScrabble.mw diff --git a/Gesellschaftsspiel-Replikator%2FScrabble.mw b/Gesellschaftsspiel-Replikator%2FScrabble.mw index 0eb52738f..52b136a83 100644 --- a/Gesellschaftsspiel-Replikator%2FScrabble.mw +++ b/Gesellschaftsspiel-Replikator%2FScrabble.mw @@ -1,6 +1,6 @@
// 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() // --- - - -