3
1
Back

Checkpoint after tweaking footprints some more, starting over at 14hp cd18ed43dc Added hard sync to schematic, laid out PCB with on-board components c6741b48f0 More random files More random files 7e24b3de83 Notes from debugging More notes Try: From aac0a4a5b4f604add3c1ccb9d39a8956f2d60f00 Mon Sep 17 00:00:00 2001 .../Panels/UNSEEN SERVANT.png | Bin 0 -> 510084 bytes // Width of module (HP width = 38; // [1:1:84] width = 36; // [1:1:84] working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size*1.5; top_row = height * rotate_vector_cos; [left_edge, rotate_vector_cos * rail_depth], // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // top horizontal rib // h_wall(h=4, l=right_rib_x); // 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 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 ", width_mm .

New Pull Request