3
1
Back

// 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height * rotate_vector_cos; points = [ [left_edge, rotate_vector_cos * rail_depth], // top horizontal rib // h_wall(h=4, l=right_rib_x); // bottom right [right_edge, rotate_vector_sin * height], // 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 vertical to mount the circuit board to, dead center v_wall(h=4, l=top_row-rail_clearance*2-thickness-15); // PCB holder main.

New Pull Request