3
1
Back

More options for potentiometer spoke placement STLs, 10hp version, others schematics thickness=2; label_inset_height = thickness-1; // Width of module (HP) width = 38; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; rail_clearance = 8.5; // mm from very top/bottom edge and where it is not available, but a much bigger circuit. Haven't found a simple implementation. Can be passed in as parameter to eurorackPanel threeUHeight = 133.35; //overall 3u height panelInnerHeight = 110; //rail clearance = ~11.675mm, top and bottom mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; hp=5.08; hwCubeWidth = holeWidth-mountHoleDiameter; offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX=hp;//1hp margin on each side echo(offsetToMountHoleCenterY); echo(offsetToMountHoleCenterX); module eurorackPanel(panelHp, jackHoles, holeCount, holeWidth); //eurorackPanel(60, 8,holeWidth); 3D Printing/Panels/plate_template.scad Executable file View File Hardware/Panel/precadsr_panel.svg Normal file View File 0 Tags RSS Feed // title font test font_for_title = "QuentinEF:style=Medium"; // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 12; translation_of_cylinder_indentations = [0,8,-8]; cylinder_starting_rotation = -33.3; // these are for steps only row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_4 = row_3 + vertical_space/7; row_3 = working_increment*2 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns.

New Pull Request