Labels Milestones
BackNot working right, just pegging the output jacks working_height = height - v_margin - title_font_size*2; working_width = width_mm - col_right + tolerance*4 + 8; //three knobs plus space between them right_panel_width = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - h_margin; input_column = h_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1.2; right_rib_x = width_mm - thickness*2.5 - tolerance*6; left_rib_x = thickness * 2; right_rib_x = width_mm - thickness*2; // draw a "vertical" wall to mount a circuit board to, dead center v_wall(h=4, l=top_row-rail_clearance*2-thickness-15); // PCB holder pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, height - v_margin*2 - title_font_size; Experimenting with more panel layout ideas out_row_1 = v_margin+12; out_row_2 = working_increment*1 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; out_row_6 = working_increment*5 + out_row_1; out_row_9 = working_increment*8 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_4 = working_increment*3 + out_row_1; out_row_3 = working_increment*2 + row_1; row_3 = working_increment*2 + row_1; row_4 = working_increment*3 + row_1; row_4 .
New Pull Request