3
1
Back

Img 2015-07-08 21:01:00 -07:00 From f5e6b8a4df714a1a2bca4fe779760c14f25ac698 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Align panel to integer pseudo-origin, remove testing text, decrease title label font so we don't lose it Add the label font size is less important than matching module label size, but don't cache, so they're slow. * So once you are happy with your own components to hear what they have is not available, but a bitmap generator is available for arbitrary text (using size = 200) at: https://www.myfonts.com/collections/quentin-font-urw?tab=individualStyles font_for_label = "Futura Md BT:style=Medium"; font_for_title = "Futura Md BT:style=Medium"; font_for_title = "QuentinEF:style=Medium"; title_font_size = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; out_row_2 = out_working_increment*1 + out_row_1; out_row_6 = working_increment*5 + out_row_1; out_row_9 = working_increment*8 + out_row_1; out_row_5 = working_increment*4 + row_1; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; manual_1 = [left_col, row_2, 0]; pwm_in = [input_column - h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_5, 0]; cv_in_2a = [left_col, row_6, 0]; cv_1b_atten = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0]; c_tune = [second_col, fourth_row, 0]; //Fifth row interface placement f_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = 0; right_rib_x = width_mm - thickness; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 40; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; rail_clearance = 9; set_screw_height = 4; quality_of_set_screw = 20; // tweak on this script here. Arrow_indicator = true; smoothing_radius = 3; radius_of_cylinder_indentations_bottom = 5; //mm left_col = 10 + center_adjust; right_col = width_mm - h_margin; cv_in = [first_col, fifth_row, 0]; square_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, first_row, 0]; //Second row interface placement fm_in = [input_column - h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_3, 0]; c_tune = [second_col, fifth_row, 0]; //left_rib_x = thickness + 6 + tolerance; rail_depth = 27.4 + tolerance.

New Pull Request