3
1
Back

302 lines // CV out /* [Default values] */ // Four hole threshold (HP // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; width_mm = hp_mm(width); // where to put the output jacks row_2 = row_1 + v_margin + 12; title_font = 10; // [1:1:84] /* [Holes] */ // Futura Light typeface for labels default_label_font = "Futura Md BT:style=Medium"; font_for_title = "QuentinEF:style=Medium"; // testing futura vs quentincaps in F6 rendering module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { module railRectSet(height, scale=1) { holeWidth = 5.08; //If you want a large timer-knob style pointer? TimerKnob=0; // [0:No, 1:Yes] // Would you like a line (pointer) on the left sub-panel top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical.

New Pull Request