3
1
Back

3d0ca7fdf6e2ad8d7864221e585c668e46544055 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Delete '3D Printing/Panels/HOLD PORTAL.png' 4d47ea2710 Initial stab at a 10-step panel layout ideas left_rib_x = 0; right_rib_x = width_mm - 10 - center_adjust; center_col = width_mm/2; row_1 = bottom_row + v_margin + 12; top_row = height * rotate_vector_cos, rotate_vector_sin * rail_depth] // top horizontal rib // h_wall(h=4, l=right_rib_x); // middle horizontal rib // h_wall(h=1.6, l=right_rib_x); // bottom horizontal rib // bottom right [right_edge, rotate_vector_sin * rail_depth] // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom horizontal rib h_wall(h=4, l=right_rib_x); // one more to mount the circuit board to, dead center // 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 spacing amount for vertical columns.

New Pull Request