3
1
Back

X="1.3" y="5.2"/> <-- CV In main MK_VCO/Panels/fireball_vco_14hp_v1.scad 330 lines width = 10; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; rail_clearance = 9; // mm from very top/bottom edge and where it is safe to put the output jacks row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - h_margin; cv_in = [input_column, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, bottom_row, 0]; pwm_duty = [second_col, third_row, 0]; saw_out = [third_col, third_row, 0]; //Fourth row interface placement pwm_in = [width_mm - h_margin - working_width/8, row_3, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; Panels/luther_triangle_10hp.stl Normal file View File 3D Printing/Cases/Eurorack 2-Row/rail.scad Executable file View File.

New Pull Request