3
1
Back

Color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); // draw a horizontal wall (across the panel on the circuit board to, dead center wall(h=6, w=height-hole_dist_top*3-4); // color([1,0,0] // surface("FireballSpellSmall.png", center=true, invert=false); } module title(string, size=12, halign="center", font=font_for_title) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font_for_label); } //module title(string, size=9, halign="center", font="Futura XBlk BT:style=Extra Black") { //} // draw a "vertical" wall to mount a circuit outside the full.

New Pull Request