3
1
Back

Third_row = 65.75; //mm fourth_row = 88.25; //mm fifth_row = 108.75; //mm // Center two holes hole_r = 1.7; // Hole for shaft cutout // set the quantity, quality, radius, height, and placement // these are for steps only row_1 = v_margin+12; row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_4 = row_3 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; saw_out = [output_column, row_1, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - hole_dist_side - thickness; left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // space between them right_panel_width = width_mm - thickness*2; // 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; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful.

New Pull Request