3
1
Back

Module x2_7seg_14_22mm_display() { cube([25, 19.25, thickness]); } 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 Md BT:style=Medium") { text(string, size, halign=halign, font=font); // draw panel, subtract holes // label the whole thing? // surface("FIREBALL VCO.png", center=true, invert=false); } module shaft_hole() { { // only keep everything starting at the top knob working_width = width_mm - h_margin; input_column = h_margin; bottom_row = v_margin + 12; row_1 = v_margin+12; out_row_2 = working_increment*1 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_7 = working_increment*6.

New Pull Request