From 2aeb177473bcbab14b618169f35d6d5b4ab41549 Mon Sep 17 00:00:00 2001
From: Lulu
// 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() // --- - - --- 2.20.1