// Requires: Write.scad // Source: http://www.thingiverse.com/thing:16193 use <./write/Write.scad> // OR comment out the line above this one and Save and run FROM the Write.scad directory !difference(){ translate([-1,-1,-1]){ cube([43,6,1]); } translate([0,0,-3]){ scale([1.5,1,10]){ write("DIFFERENCE"); // NOTE: Problem with the "D" - loose part }} }