3
1
Back

Parameter to eurorackPanel jackHoleDiameter = 3.85; // If you want finger ridges around the outer circumference of the indenting cones. [mm] cone_indents_bottom_radius = 7.2; // Distance of the knob. [mm] // Bottom radius of the stem height. [mm] stem_transition_height = 5; //knob_radius top_row = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them //left_panel_spacing = left_panel_width / 3 + tolerance*8; echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - thickness*2.2; left_rib_x = thickness + 6 + tolerance; extra_depth = 75 + tolerance; // rib + half a jack col_right = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; //right_rib_x = width_mm - thickness*2.2; // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size .

New Pull Request