3
1
Back

Font test font_for_title = "Futura XBlk BT:style=Extra Black") { //} // draw panel, subtract holes // label the whole thing? // surface("FIREBALL VCO.png", center=true, invert=false); module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); } module title(string, size=12, halign="center", font=font_for_title) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); // draw a horizontal cylinder around the outer circumference of the main.

New Pull Request