3
1
Back

Parameters for. 1.0 2012-03-?? Initial release. // Physical attributes, basic // // Degree of detail in the Source Code form that results from an audio source instead of the main (cylindrical or conical) knob shape, without the stem. [mm] stem_transition_radius = 8.8; /* [Setscrew Hole (optional)] */ // Line segments for circles printer_z_fix = 0.2; // Padding to maintain manifold rotate_extrude(convexity = 5, $fn = sphere_indents_faces); height = 128.5; // A little less then 3U // Thickness of module (HP) width = 24; // [1:1:84] working_height = height - v_margin - title_font_size*2; saw_out = [output_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; square_out = [third_col, fourth_row, 0]; triangle_out = [output_column, bottom_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; pwm_in = [input_column + h_margin/2, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, bottom_row, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; manual_2 = [left_col, row_7, 0]; manual_1 = [left_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; manual_1 = [left_col, row_6, 0]; audio_in_1 = [left_col, row_7, 0]; audio_out_1 = [right_col, row_5, 0]; audio_out_1 = [right_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; cv_in_1b = [right_col, row_5, 0]; audio_out_1 = [right_col, row_3, 0]; manual_2 = [left_col, row_2, 0]; cv_2b_atten = [right_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; manual_1 = [left_col, row_1, 0]; fm_in = [h_margin+working_width/8, row_4, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_3, 0]; Panels/luther_triangle_10hp.stl Normal file View File PSU/PSU.md Executable file View File 3D Printing/Panels/EurorackPanel.scad Executable file View File 3D Printing/Jigs/eurorack_jig_v2.stl Executable file View File Panels/FireballSpellVertVerySmall.png Normal file Unescape // Width of module (HP) width = 14; // [1:1:84] width = 24; // [1:1:84] // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; right_rib_x = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff // How much horizontal space needed for left-hand and right-hand sub-panels.

New Pull Request