3
1
Back

Hole_vdist = 44.5; hole_radius = hole_diameter / 2; standoff_radius = hole_radius * 2.5; standoff_height = 3; radius_of_cylinder_indentations_bottom = 5; //knob_radius top_row = height - v_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - thickness; // column from edge plus hole radius //calculated x value of exact middle of slider panel (between steps 5 and 6); 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; rotary_knob_row = top_row - 30; left_rib_x = thickness * 1.2; right_rib_x = width_mm - thickness*2; // draw panel, subtract holes panel(width); // waves out // CV out // input sockets surface("FIREBALL VCO.png", center=true, invert=false); } module railSet(height) { railWithHoles(height); module railSupportSet(height) { railSupportCavity(height); 3D Printing/Cases/Eurorack 2-Row/eurorack.scad Executable file View File 3D Printing/Pot_Knobs/repere_v3.stl | 170 3D Printing/Pot_Knobs/scaled_french_pot.mix cube([board_width, board_height, thickness]); cylinder(thickness+standoff_height, r=standoff_radius, $fn=360); cube([cutout_width, cutout_height, thickness+3]); cylinder(h=thickness+standoff_height+3, r=hole_radius, $fn=360); vertex 0 -2.5 6.7 vertex 0.487725 2.45196 6.7 facet normal 5.393419e-002 9.438483e-002 9.940737e-001 vertex 2.825355e+000 3.226695e+000 2.495526e+001 facet normal 0.877714 -0.469149 0.0975597 facet normal 0.000209061 -0.115803 0.993272 facet normal 0.449684 -0.462456 0.764146 facet normal 3.983023e-001 6.974492e-001 5.957515e-001 vertex 4.702512e-002 -5.922276e+000 2.484593e+001 facet normal -9.964592e-01 -8.406732e-02 1.348105e-03 vertex -9.023684e+01 9.970679e+01 3.455000e+01 facet normal 0.703595 -0.707109 0.0703597 vertex 10.8957 -3.36088 0.18985 facet normal 1.437734e-14 -1.000000e+00 2.237444e-15 facet normal 2.546687e-001 -4.343947e-001 8.639706e-001 vertex 3.542474e+000 -2.817968e+000 2.494118e+001 facet normal 0.90035 -0.423684 0.0993093 facet normal -0.241717 0.79685 0.553717 facet normal 0.0980237 0.995112 -0.0119421 facet normal -0.773981 0.633208 0 facet normal 0.952735 0.286109 0.102165 facet normal -0.000756237 -0.0978509 -0.995201 facet.

New Pull Request