Labels Milestones
BackUnescape Hardware/PCB/precadsr/ao_tht.pretty/D_DO-41_SOD81_P7.62mm_Horizontal.kicad_mod Normal file Unescape panelThickness = 2; holeWidth = 5.08; // 5.08, must explicitly 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(height) text(string, size, halign=halign, font=font_for_title); //} .
New Pull Request