diff --git a/tests/PCB.scad b/tests/PCB.scad index 44d568d..0c4e647 100644 --- a/tests/PCB.scad +++ b/tests/PCB.scad @@ -68,11 +68,11 @@ test_pcb = ["TestPCB", "Test PCB", [ 8, 100, 180, "usb_Ax2"], [ 3, 120, 180, "usb_uA"], [ 8, 140, 180, "usb_B"], - [ 10, 160, 0, "buzzer"], - [ 25, 160, 0, "buzzer", 4.5, 8.5], + [ 5, 160, 0, "buzzer", 4.5, 8.5], + [ 20, 160, 0, "buzzer"], [ 8, 190, 180, "jack"], [ 6, 200, 180, "barrel_jack"], - [ 5, 220, 180, "hdmi"], + [ 5, 218, 180, "hdmi"], [ 3, 235, 180, "mini_hdmi"], [ 6, 175, 180, "uSD", [12, 11.5, 1.4]], @@ -83,8 +83,8 @@ test_pcb = ["TestPCB", "Test PCB", [ 50, 50, 0, "molex_hdr", 2], [ 50, 60, 0, "jst_xh", 2], [ 50, 70, 180, "term254", 3], - [ 60, 70, 180, "term254", 3, undef, grey20], - [ 70, 70, 180, "gterm508",2, undef, "blue"], + [ 63, 70, 180, "term254", 3, undef, grey20], + [ 75, 70, 180, "gterm508",2, undef, "blue"], [ 50, 90, 180, "gterm35", 4, [1,2]], [ 63, 90, 180, "gterm35", 4, [1,2], "red"], @@ -97,16 +97,16 @@ test_pcb = ["TestPCB", "Test PCB", [ 50, 130, 180, "term35", 4], [ 70, 130, 180, "term35", 3, "lime"], - [ 60, 150, 0, "transition", 5], - [ 60, 160, 0, "block", 10, 5, 8, "orange"], - [ 60, 170, 0, "button_6mm"], - [ 60, 185, 0, "microswitch", small_microswitch], - [ 62, 200, 0, "pcb", 11, TMC2130 ], - [ 62, 206, 0, "2p54socket", 8, 1 ], - [ 62, 194, 0, "2p54socket", 8, 1, undef, undef, undef, "red" ], - [ 60, 220, 0, "standoff", 5, 4.5, 12.5, 2.54], - [ 60, 240, 0, "potentiometer"], - [ 80, 240, 0, "potentiometer", 7, 8], + [ 50, 150, 0, "transition", 5], + [ 50, 160, 0, "block", 10, 5, 8, "orange"], + [ 50, 170, 0, "button_6mm"], + [ 50, 185, 0, "microswitch", small_microswitch], + [ 52, 200, 0, "pcb", 11, TMC2130 ], + [ 52, 206, 0, "2p54socket", 8, 1 ], + [ 52, 194, 0, "2p54socket", 8, 1, undef, undef, undef, "red" ], + [ 50, 220, 0, "standoff", 5, 4.5, 12.5, 2.54], + [ 50, 240, 0, "potentiometer"], + [ 75, 240, 0, "potentiometer", 7, 8], ], // accessories [] diff --git a/tests/png/pcb.png b/tests/png/pcb.png index a6fe1a0..23c1854 100644 Binary files a/tests/png/pcb.png and b/tests/png/pcb.png differ