3
1
Back

// label the whole thing? // surface("FIREBALL VCO.png", center=true, invert=false); */ module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign); .

New Pull Request