mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-21 14:51:22 +02:00
Added usb_Ax1 and potentiometer.
This commit is contained in:
@@ -25,7 +25,7 @@ include <../vitamins/d_connectors.scad>
|
||||
|
||||
|
||||
test_pcb = ["TestPCB", "Test PCB",
|
||||
40, 420, 1.6, // length, width, thickness
|
||||
40, 480, 1.6, // length, width, thickness
|
||||
3, // Corner radius
|
||||
2.75, // Mounting hole diameter
|
||||
6, // Pad around mounting hole
|
||||
@@ -42,30 +42,32 @@ test_pcb = ["TestPCB", "Test PCB",
|
||||
[ 20, 30, 0, "2p54socket", 3, 1, undef, undef, undef, "red" ],
|
||||
[ 10, 40, 0, "chip", 5, 10, 1, grey20], // E2 stop
|
||||
[ 10, 60, 0, "rj45"],
|
||||
[ 10, 80, 0, "usb_Ax2"],
|
||||
[ 10, 100, 0, "usb_uA"],
|
||||
[ 10, 120, 0, "usb_B"],
|
||||
[ 10, 140, 0, "buzzer"],
|
||||
[ 10, 155, 0, "jack"],
|
||||
[ 10, 165, 0, "barrel_jack"],
|
||||
[ 10, 180, 0, "hdmi"],
|
||||
[ 10, 200, 0, "mini_hdmi"],
|
||||
[ 10, 210, 0, "flex"],
|
||||
[ 10, 225, 0, "flat_flex"],
|
||||
[ 10, 240, 0, "D_plug", DCONN9],
|
||||
[ 10, 255, 0, "molex_hdr", 2],
|
||||
[ 10, 265, 0, "jst_xh", 2],
|
||||
[ 10, 275, 0, "term254", 3],
|
||||
[ 10, 290, 0, "gterm35", 4],
|
||||
[ 10, 310, 0, "gterm635", 2],
|
||||
[ 10, 330, 0, "term35", 4],
|
||||
[ 10, 345, 0, "transition", 5],
|
||||
[ 10, 355, 0, "block", 10,5, 8],
|
||||
[ 10, 365, 0, "button_6mm"],
|
||||
[ 10, 375, 0, "microswitch", small_microswitch],
|
||||
//[ 10, 360, 0, "pcb"],
|
||||
[ 10, 390, 0, "standoff", 5, 4.5, 12.5, 2.54],
|
||||
[ 10, 400, 0, "uSD", [12, 11.5, 1.4]],
|
||||
[ 10, 80, 0, "usb_A"],
|
||||
[ 10, 100, 0, "usb_Ax2"],
|
||||
[ 10, 120, 0, "usb_uA"],
|
||||
[ 10, 140, 0, "usb_B"],
|
||||
[ 10, 160, 0, "buzzer"],
|
||||
[ 10, 175, 0, "potentiometer"],
|
||||
[ 10, 190, 0, "jack"],
|
||||
[ 10, 200, 0, "barrel_jack"],
|
||||
[ 10, 220, 0, "hdmi"],
|
||||
[ 10, 240, 0, "mini_hdmi"],
|
||||
[ 10, 250, 0, "flex"],
|
||||
[ 10, 265, 0, "flat_flex"],
|
||||
[ 10, 280, 0, "D_plug", DCONN9],
|
||||
[ 10, 300, 0, "molex_hdr", 2],
|
||||
[ 10, 310, 0, "jst_xh", 2],
|
||||
[ 10, 320, 0, "term254", 3],
|
||||
[ 10, 340, 0, "gterm35", 4],
|
||||
[ 10, 360, 0, "gterm635", 2],
|
||||
[ 10, 380, 0, "term35", 4],
|
||||
[ 10, 400, 0, "transition", 5],
|
||||
[ 10, 410, 0, "block", 10,5, 8],
|
||||
[ 10, 420, 0, "button_6mm"],
|
||||
[ 10, 435, 0, "microswitch", small_microswitch],
|
||||
//[ 10, 440, 0, "pcb"],
|
||||
[ 10, 450, 0, "standoff", 5, 4.5, 12.5, 2.54],
|
||||
[ 10, 460, 0, "uSD", [12, 11.5, 1.4]],
|
||||
],
|
||||
// accesories
|
||||
[]
|
||||
|
Reference in New Issue
Block a user