3
1
Back

For labels default_label_font = "Futura XBlk BT:style=Extra Black"; $fn=FN; /* [Panel] */ // min width of the dialhand protruding over the base panel's thickness to account for squishing // for inset labels, translating to this height controls label depth label_inset_height = thickness-1; module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_label); } //module title(string, size=9, halign="center", font="Futura XBlk BT:style=Extra Black"; .

New Pull Request