3
1
Back

V2 front panel design and includes 2.5mm centerward shift for input and output jacks bottom_row = v_margin + 12; //knob_radius top_row = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - thickness*2; // draw panel, subtract holes union() { difference(){ color([.1,.1,.1]) panel(width); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole.

New Pull Request