3
1
Back

Vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 22; label_font_size = 5; width_mm=90; height=16; thickness=2; label_inset_height = thickness-1; //title test module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign); } 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_26.stl Executable file View File 3D Printing/Cases/Eurorack Modular Case/image004k.jpg Executable file View File Hardware/Panel/precadsr-panel-Gerbers/precadsr-panel.drl Normal file Unescape // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2; width_mm = 70.8; // 14HP×5.08mm = 71.12; ES for 14HP is 70.8 c_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; width_mm = 70.8; // 14HP×5.08mm = 71.12; ES for 14HP is 70.8 c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [second_col, third_row, 0]; fm_in = [first_col, fourth_row, 0]; //Fifth row interface placement fm_in = [first_col, fifth_row, 0]; //left_rib_x = thickness * 2; right_rib_x = width_mm - hole_dist_side, height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1.2; right_rib_x = width_mm - h_margin; cv_in = [input_column, row_2, 0]; audio_in_2 = [left_col, row_2, 0]; cv_2b_atten = [right_col, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; pwm_in = [input_column - h_margin/2, row_1, 0]; saw_out = [third_col, third_row, 0]; //Fourth row interface placement fm_in = [input_column + h_margin/2, bottom_row, 0]; pwm_duty = [second_col, third_row, 0]; fm_lvl = [second_col, second_row, 0]; //Third row interface placement f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [width_mm/2 .

New Pull Request