├── .gitignore ├── 3D-files ├── BenderEnder.STL ├── Feet Left.STL └── Feet Right.STL ├── LICENSE.svg ├── README.md ├── acrylic-case ├── Plate1.DXF ├── Plate2.DXF ├── Plate3.DXF ├── Plate4.DXF ├── Plate5.DXF ├── Plate6.DXF └── Plate7.DXF ├── afterdark-rev1.0 ├── 0xcb-static.kicad_pcb ├── 0xcb-static.kicad_prl ├── 0xcb-static.kicad_pro ├── 0xcb-static.kicad_sch ├── fp-info-cache └── static-lib │ ├── static.kicad_sym │ └── static.pretty │ ├── MXOnly-1.25U-NoLED.kicad_mod │ ├── MXOnly-1.75U-NoLED.kicad_mod │ ├── MXOnly-1U-NoLED.kicad_mod │ ├── MXOnly-2.25U-NoLED.kicad_mod │ ├── MXOnly-2.75U-NoLED.kicad_mod │ ├── MXOnly-6.25U-NoLED.kicad_mod │ ├── back.kicad_mod │ ├── logo.kicad_mod │ └── oshwa.kicad_mod ├── plate-bottom ├── fp-info-cache ├── gerbers │ ├── plate-bottom-B_Cu.gbr │ ├── plate-bottom-B_Mask.gbr │ ├── plate-bottom-B_Paste.gbr │ ├── plate-bottom-B_Silkscreen.gbr │ ├── plate-bottom-Edge_Cuts.gbr │ ├── plate-bottom-F_Cu.gbr │ ├── plate-bottom-F_Mask.gbr │ ├── plate-bottom-F_Paste.gbr │ ├── plate-bottom-F_Silkscreen.gbr │ ├── plate-bottom-NPTH.drl │ ├── plate-bottom-PTH.drl │ ├── plate-bottom-gerbers.zip │ └── plate-bottom-job.gbrjob ├── plate-bottom.kicad_pcb ├── plate-bottom.kicad_prl ├── plate-bottom.kicad_pro └── plate-bottom.kicad_sch ├── plate-top ├── fp-info-cache ├── gerbers │ ├── plate-top-B_Cu.gbr │ ├── plate-top-B_Mask.gbr │ ├── plate-top-B_Paste.gbr │ ├── plate-top-B_Silkscreen.gbr │ ├── plate-top-Edge_Cuts.gbr │ ├── plate-top-F_Cu.gbr │ ├── plate-top-F_Mask.gbr │ ├── plate-top-F_Paste.gbr │ ├── plate-top-F_Silkscreen.gbr │ ├── plate-top.drl │ └── plate-top.zip ├── plate-top.kicad_pcb ├── plate-top.kicad_prl ├── plate-top.kicad_pro └── plate-top.kicad_sch └── rev1.0 ├── 0xcb-static.bottom.png ├── 0xcb-static.csv ├── 0xcb-static.kicad_pcb ├── 0xcb-static.kicad_prl ├── 0xcb-static.kicad_pro ├── 0xcb-static.kicad_sch ├── 0xcb-static.pdf ├── 0xcb-static.top.png ├── 0xcb-static.xml ├── OSHWA.svg ├── fp-info-cache ├── fp-lib-table ├── gerbers ├── 0xcb-static-B_Cu.gbr ├── 0xcb-static-B_Mask.gbr ├── 0xcb-static-B_Paste.gbr ├── 0xcb-static-B_Silkscreen.gbr ├── 0xcb-static-Edge_Cuts.gbr ├── 0xcb-static-F_Cu.gbr ├── 0xcb-static-F_Mask.gbr ├── 0xcb-static-F_Paste.gbr ├── 0xcb-static-F_Silkscreen.gbr ├── 0xcb-static-drl_map.ps ├── 0xcb-static.drl └── 0xcb-static.zip ├── humanpnp.html ├── static-lib ├── static.kicad_sym └── static.pretty │ ├── MXOnly-1.25U-NoLED.kicad_mod │ ├── MXOnly-1.75U-NoLED.kicad_mod │ ├── MXOnly-1U-NoLED.kicad_mod │ ├── MXOnly-2.25U-NoLED.kicad_mod │ ├── MXOnly-2.75U-NoLED.kicad_mod │ ├── MXOnly-6.25U-NoLED.kicad_mod │ ├── back.kicad_mod │ ├── logo.kicad_mod │ ├── logobig.kicad_mod │ └── oshwa.kicad_mod └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | *backups/ 2 | -------------------------------------------------------------------------------- /3D-files/BenderEnder.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/3D-files/BenderEnder.STL -------------------------------------------------------------------------------- /3D-files/Feet Left.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/3D-files/Feet Left.STL -------------------------------------------------------------------------------- /3D-files/Feet Right.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/3D-files/Feet Right.STL -------------------------------------------------------------------------------- /LICENSE.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xmlOpen Source Licenses HardwareSoftwareDocumentationCERN OHL v2-SGPL v3.0CC-BY-SA 4.0 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 0xcb-static 2 | ## 40% with OLED and Encoder running QMK 3 | 4 | Licence | OSHWA 5 | :-------------------------:|:-------------------------: 6 | ![](https://github.com/0xCB-dev/0xcb-static/blob/main/LICENSE.svg) | [![](https://github.com/0xCB-dev/0xcb-static/blob/main/rev1.0/OSHWA.svg)](https://certification.oshwa.org/de000114.html) 7 | 8 | #### Flashing 9 | 10 | * `qmk clone` 11 | * `cd qmk_firmware` 12 | * `export LTO=Y` 13 | * To go to bootloader hold the ESC key while plugging in (or RESET switch, then hold the BOOT switch, release RESET, release BOOT). 14 | The board should now appear in lsusb (or device manager). 15 | * `make 0xcb/static:via:flash` 16 | 17 | ### Assembly: 18 | 19 | You can use the [humanpnp](https://files.0xcb.dev/0xCB-Static/humanpnp.html) to easily place components. 20 | 21 | ### PCB: 22 | KiCad 6 stable 23 | 24 | [Schematic](https://github.com/0xCB-dev/0xcb-static/blob/main/rev1.0/0xcb-static.pdf) 25 | 26 | Top | Bottom 27 | :-------------------------:|:-------------------------: 28 | ![](https://github.com/0xCB-dev/0xcb-static/blob/main/rev1.0/0xcb-static.top.png) | ![](https://github.com/0xCB-dev/0xcb-static/blob/main/rev1.0/0xcb-static.bottom.png) 29 | 30 | ### 3D files: 31 | [STLs](https://github.com/0xCB-dev/0xcb-static/tree/main/3D-files) 32 | 33 | #### BOM: 34 | | References | Value | Quantity |Part Nb. | 35 | |----------------|----------------|----------|---------------------| 36 | | C3, C4 | 20pF | 2 |C415398 | 37 | | C1, C2 | 0.1uF | 2 |C409821 | 38 | | R1, R2 | 5.1K | 2 |C58676 | 39 | | R3, R4 | 75 | 2 |C713897 | 40 | | R5 | 10k | 1 |C58673 | 41 | | R6 | 1.5k | 1 |C433494 | 42 | | D1, ..., D48 | 1N4148 | 48 |C14516 | 43 | | D49, D50 | 1N4729 | 2 |C2532 | 44 | | U1 | ATmega328-P | 1 |ATMEGA328P-PU-ND | 45 | | Y1 | 16MHz | 1 |C16212 | 46 | | F1 | 500mA | 1 |C268799 | 47 | | SW1, SW2 | RESET, BOOT | 1 |450-1650-ND | 48 | | MX1, ..., MX44 | MX-NoLED | 43 |Cherry MX switches | 49 | | OL1 | OLED | 1 |SSD1306 128x32 | 50 | | MX12 | EC11 | 1 |PEC11R-4220F-S0024-ND| 51 | | J1 | USB4085 Type C | 1 |640-USB4085-GF-A | 52 | -------------------------------------------------------------------------------- /afterdark-rev1.0/0xcb-static.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "All Copper Layers", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 0.7599999904632568, 11 | "tracks": 0.7099999785423279, 12 | "vias": 0.7699999809265137, 13 | "zones": 0.7300000190734863 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 8, 37 | 9, 38 | 10, 39 | 12, 40 | 13, 41 | 14, 42 | 15, 43 | 16, 44 | 17, 45 | 18, 46 | 19, 47 | 20, 48 | 21, 49 | 22, 50 | 23, 51 | 24, 52 | 25, 53 | 26, 54 | 27, 55 | 28, 56 | 29, 57 | 30, 58 | 32, 59 | 33, 60 | 34, 61 | 35, 62 | 36 63 | ], 64 | "visible_layers": "0001000_ffffffff", 65 | "zone_display_mode": 0 66 | }, 67 | "meta": { 68 | "filename": "0xcb-static.kicad_prl", 69 | "version": 3 70 | }, 71 | "project": { 72 | "files": [] 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /afterdark-rev1.0/0xcb-static.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.15, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 1.47, 37 | "height": 2.25, 38 | "width": 2.25 39 | }, 40 | "silk_line_width": 0.15, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.02 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "ignore", 65 | "copper_edge_clearance": "error", 66 | "courtyards_overlap": "error", 67 | "diff_pair_gap_out_of_range": "error", 68 | "diff_pair_uncoupled_length_too_long": "error", 69 | "drill_out_of_range": "error", 70 | "duplicate_footprints": "warning", 71 | "extra_footprint": "warning", 72 | "footprint_type_mismatch": "error", 73 | "hole_clearance": "ignore", 74 | "hole_near_hole": "ignore", 75 | "invalid_outline": "error", 76 | "item_on_disabled_layer": "error", 77 | "items_not_allowed": "error", 78 | "length_out_of_range": "error", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "error", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_over_copper": "ignore", 89 | "silk_overlap": "ignore", 90 | "skew_out_of_range": "error", 91 | "through_hole_pad_without_hole": "error", 92 | "too_many_vias": "error", 93 | "track_dangling": "warning", 94 | "track_width": "error", 95 | "tracks_crossing": "error", 96 | "unconnected_items": "error", 97 | "unresolved_variable": "error", 98 | "via_dangling": "warning", 99 | "zone_has_empty_net": "error", 100 | "zones_intersect": "error" 101 | }, 102 | "rules": { 103 | "allow_blind_buried_vias": false, 104 | "allow_microvias": false, 105 | "max_error": 0.005, 106 | "min_clearance": 0.09999999999999999, 107 | "min_copper_edge_clearance": 0.0, 108 | "min_hole_clearance": 0.0, 109 | "min_hole_to_hole": 0.25, 110 | "min_microvia_diameter": 0.19999999999999998, 111 | "min_microvia_drill": 0.09999999999999999, 112 | "min_silk_clearance": 0.0, 113 | "min_through_hole_diameter": 0.3, 114 | "min_track_width": 0.19999999999999998, 115 | "min_via_annular_width": 0.049999999999999996, 116 | "min_via_diameter": 0.39999999999999997, 117 | "solder_mask_clearance": 0.0, 118 | "solder_mask_min_width": 0.0, 119 | "use_height_for_length_calcs": true 120 | }, 121 | "track_widths": [ 122 | 0.0 123 | ], 124 | "via_dimensions": [ 125 | { 126 | "diameter": 0.0, 127 | "drill": 0.0 128 | } 129 | ], 130 | "zones_allow_external_fillets": false, 131 | "zones_use_no_outline": true 132 | }, 133 | "layer_presets": [] 134 | }, 135 | "boards": [], 136 | "cvpcb": { 137 | "equivalence_files": [] 138 | }, 139 | "erc": { 140 | "erc_exclusions": [], 141 | "meta": { 142 | "version": 0 143 | }, 144 | "pin_map": [ 145 | [ 146 | 0, 147 | 0, 148 | 0, 149 | 0, 150 | 0, 151 | 0, 152 | 1, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 2 158 | ], 159 | [ 160 | 0, 161 | 2, 162 | 0, 163 | 1, 164 | 0, 165 | 0, 166 | 1, 167 | 0, 168 | 2, 169 | 2, 170 | 2, 171 | 2 172 | ], 173 | [ 174 | 0, 175 | 0, 176 | 0, 177 | 0, 178 | 0, 179 | 0, 180 | 1, 181 | 0, 182 | 1, 183 | 0, 184 | 1, 185 | 2 186 | ], 187 | [ 188 | 0, 189 | 1, 190 | 0, 191 | 0, 192 | 0, 193 | 0, 194 | 1, 195 | 1, 196 | 2, 197 | 1, 198 | 1, 199 | 2 200 | ], 201 | [ 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 1, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 2 214 | ], 215 | [ 216 | 0, 217 | 0, 218 | 0, 219 | 0, 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 2 228 | ], 229 | [ 230 | 1, 231 | 1, 232 | 1, 233 | 1, 234 | 1, 235 | 0, 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 1, 241 | 2 242 | ], 243 | [ 244 | 0, 245 | 0, 246 | 0, 247 | 1, 248 | 0, 249 | 0, 250 | 1, 251 | 0, 252 | 0, 253 | 0, 254 | 0, 255 | 2 256 | ], 257 | [ 258 | 0, 259 | 2, 260 | 1, 261 | 2, 262 | 0, 263 | 0, 264 | 1, 265 | 0, 266 | 2, 267 | 2, 268 | 2, 269 | 2 270 | ], 271 | [ 272 | 0, 273 | 2, 274 | 0, 275 | 1, 276 | 0, 277 | 0, 278 | 1, 279 | 0, 280 | 2, 281 | 0, 282 | 0, 283 | 2 284 | ], 285 | [ 286 | 0, 287 | 2, 288 | 1, 289 | 1, 290 | 0, 291 | 0, 292 | 1, 293 | 0, 294 | 2, 295 | 0, 296 | 0, 297 | 2 298 | ], 299 | [ 300 | 2, 301 | 2, 302 | 2, 303 | 2, 304 | 2, 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2 312 | ] 313 | ], 314 | "rule_severities": { 315 | "bus_definition_conflict": "error", 316 | "bus_entry_needed": "error", 317 | "bus_label_syntax": "error", 318 | "bus_to_bus_conflict": "error", 319 | "bus_to_net_conflict": "error", 320 | "different_unit_footprint": "error", 321 | "different_unit_net": "error", 322 | "duplicate_reference": "error", 323 | "duplicate_sheet_names": "error", 324 | "extra_units": "error", 325 | "global_label_dangling": "warning", 326 | "hier_label_mismatch": "error", 327 | "label_dangling": "error", 328 | "lib_symbol_issues": "warning", 329 | "multiple_net_names": "warning", 330 | "net_not_bus_member": "warning", 331 | "no_connect_connected": "warning", 332 | "no_connect_dangling": "warning", 333 | "pin_not_connected": "error", 334 | "pin_not_driven": "error", 335 | "pin_to_pin": "error", 336 | "power_pin_not_driven": "error", 337 | "similar_labels": "warning", 338 | "unannotated": "error", 339 | "unit_value_mismatch": "error", 340 | "unresolved_variable": "error", 341 | "wire_dangling": "error" 342 | } 343 | }, 344 | "libraries": { 345 | "pinned_footprint_libs": [], 346 | "pinned_symbol_libs": [] 347 | }, 348 | "meta": { 349 | "filename": "0xcb-static.kicad_pro", 350 | "version": 1 351 | }, 352 | "net_settings": { 353 | "classes": [ 354 | { 355 | "bus_width": 6.0, 356 | "clearance": 0.15, 357 | "diff_pair_gap": 0.25, 358 | "diff_pair_via_gap": 0.25, 359 | "diff_pair_width": 0.2, 360 | "line_style": 0, 361 | "microvia_diameter": 0.3, 362 | "microvia_drill": 0.1, 363 | "name": "Default", 364 | "pcb_color": "rgba(0, 0, 0, 0.000)", 365 | "schematic_color": "rgba(0, 0, 0, 0.000)", 366 | "track_width": 0.25, 367 | "via_diameter": 0.8, 368 | "via_drill": 0.4, 369 | "wire_width": 6.0 370 | }, 371 | { 372 | "bus_width": 6.0, 373 | "clearance": 0.15, 374 | "diff_pair_gap": 0.25, 375 | "diff_pair_via_gap": 0.25, 376 | "diff_pair_width": 0.2, 377 | "line_style": 0, 378 | "microvia_diameter": 0.3, 379 | "microvia_drill": 0.1, 380 | "name": "pwr", 381 | "nets": [ 382 | "GND" 383 | ], 384 | "pcb_color": "rgba(0, 0, 0, 0.000)", 385 | "schematic_color": "rgba(0, 0, 0, 0.000)", 386 | "track_width": 0.35, 387 | "via_diameter": 0.8, 388 | "via_drill": 0.4, 389 | "wire_width": 6.0 390 | } 391 | ], 392 | "meta": { 393 | "version": 2 394 | }, 395 | "net_colors": null 396 | }, 397 | "pcbnew": { 398 | "last_paths": { 399 | "gencad": "", 400 | "idf": "", 401 | "netlist": "", 402 | "specctra_dsn": "../../../Downloads/0xcb-static.dsn", 403 | "step": "../../../Downloads/0xcb-static.step", 404 | "vrml": "0xcb-static.wrl" 405 | }, 406 | "page_layout_descr_file": "" 407 | }, 408 | "schematic": { 409 | "annotate_start_num": 0, 410 | "drawing": { 411 | "default_bus_thickness": 12.0, 412 | "default_junction_size": 36.0, 413 | "default_line_thickness": 6.0, 414 | "default_text_size": 50.0, 415 | "default_wire_thickness": 6.0, 416 | "field_names": [], 417 | "intersheets_ref_own_page": false, 418 | "intersheets_ref_prefix": "", 419 | "intersheets_ref_short": false, 420 | "intersheets_ref_show": false, 421 | "intersheets_ref_suffix": "", 422 | "junction_size_choice": 3, 423 | "label_size_ratio": 0.3, 424 | "pin_symbol_size": 25.0, 425 | "text_offset_ratio": 0.3 426 | }, 427 | "legacy_lib_dir": "", 428 | "legacy_lib_list": [], 429 | "meta": { 430 | "version": 1 431 | }, 432 | "net_format_name": "", 433 | "ngspice": { 434 | "fix_include_paths": true, 435 | "fix_passive_vals": false, 436 | "meta": { 437 | "version": 0 438 | }, 439 | "model_mode": 0, 440 | "workbook_filename": "" 441 | }, 442 | "page_layout_descr_file": "", 443 | "plot_directory": "./", 444 | "spice_adjust_passive_values": false, 445 | "spice_external_command": "spice \"%I\"", 446 | "subpart_first_id": 65, 447 | "subpart_id_separator": 0 448 | }, 449 | "sheets": [ 450 | [ 451 | "f27bbaf7-f1d3-4be4-a22c-a85c918a5e18", 452 | "" 453 | ] 454 | ], 455 | "text_variables": {} 456 | } 457 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20201005) (generator kicad_symbol_editor) 2 | (symbol "static:MX-NoLED" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 3 | (property "Reference" "MX39" (id 0) (at -0.3845 5.08 0) 4 | (effects (font (size 1.524 1.524))) 5 | ) 6 | (property "Value" "MX-NoLED" (id 1) (at -0.3845 3.81 0) 7 | (effects (font (size 0.508 0.508))) 8 | ) 9 | (property "Footprint" "MX_Only:MXOnly-2.75U-NoLED" (id 2) (at -15.875 -0.635 0) 10 | (effects (font (size 1.524 1.524)) hide) 11 | ) 12 | (property "Datasheet" "" (id 3) (at -15.875 -0.635 0) 13 | (effects (font (size 1.524 1.524)) hide) 14 | ) 15 | (property "Part Nb." "amz" (id 4) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (symbol "MX-NoLED_0_0" 19 | (text "COL" (at 3.175 0 0) 20 | (effects (font (size 0.762 0.762))) 21 | ) 22 | (text "ROW" (at 0 -1.905 900) 23 | (effects (font (size 0.762 0.762)) (justify right)) 24 | ) 25 | (rectangle (start -2.54 2.54) (end 1.27 -1.27) 26 | (stroke (width 0)) (fill (type none)) 27 | ) 28 | (polyline 29 | (pts 30 | (xy -1.27 -1.27) 31 | (xy -1.27 1.27) 32 | ) 33 | (stroke (width 0.127)) (fill (type none)) 34 | ) 35 | (polyline 36 | (pts 37 | (xy 1.27 1.27) 38 | (xy 0 1.27) 39 | (xy -1.27 1.905) 40 | ) 41 | (stroke (width 0.127)) (fill (type none)) 42 | ) 43 | ) 44 | (symbol "MX-NoLED_1_1" 45 | (pin passive line (at 3.81 1.27 180) (length 2.54) 46 | (name "COL" (effects (font (size 0 0)))) 47 | (number "1" (effects (font (size 0 0)))) 48 | ) 49 | (pin passive line (at -1.27 -3.81 90) (length 2.54) 50 | (name "ROW" (effects (font (size 0 0)))) 51 | (number "2" (effects (font (size 0 0)))) 52 | ) 53 | ) 54 | ) 55 | (symbol "static:OLED" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 56 | (property "Reference" "OL1" (id 0) (at 16.51 1.27 0) 57 | (effects (font (size 1.2954 1.2954)) (justify left)) 58 | ) 59 | (property "Value" "OLED" (id 1) (at 16.51 -1.27 0) 60 | (effects (font (size 1.1938 1.1938)) (justify left)) 61 | ) 62 | (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (id 2) (at 0 2.54 0) 63 | (effects (font (size 1.524 1.524)) hide) 64 | ) 65 | (property "Datasheet" "" (id 3) (at 0 2.54 0) 66 | (effects (font (size 1.524 1.524)) hide) 67 | ) 68 | (property "Part Nb." "amz" (id 4) (at 0 0 0) 69 | (effects (font (size 1.27 1.27)) hide) 70 | ) 71 | (symbol "OLED_0_1" 72 | (rectangle (start -13.97 8.89) (end 15.24 -7.62) 73 | (stroke (width 0)) (fill (type none)) 74 | ) 75 | ) 76 | (symbol "OLED_1_1" 77 | (pin bidirectional line (at -19.05 6.35 0) (length 5.08) 78 | (name "SDA" (effects (font (size 1.27 1.27)))) 79 | (number "1" (effects (font (size 1.27 1.27)))) 80 | ) 81 | (pin bidirectional line (at -19.05 2.54 0) (length 5.08) 82 | (name "SCL" (effects (font (size 1.27 1.27)))) 83 | (number "2" (effects (font (size 1.27 1.27)))) 84 | ) 85 | (pin power_in line (at -19.05 -1.27 0) (length 5.08) 86 | (name "VCC" (effects (font (size 1.27 1.27)))) 87 | (number "3" (effects (font (size 1.27 1.27)))) 88 | ) 89 | (pin power_in line (at -19.05 -5.08 0) (length 5.08) 90 | (name "GND" (effects (font (size 1.27 1.27)))) 91 | (number "4" (effects (font (size 1.27 1.27)))) 92 | ) 93 | ) 94 | ) 95 | ) 96 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-1.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D186) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 059ab34e-b703-44b4-8ddd-ad2c901844b3) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp b7dc50f3-a96a-4a27-ad04-e3ac698c53fe) 13 | ) 14 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 1395969f-05e1-4508-b13d-b76a2db272ea)) 15 | (fp_line (start 11.90625 -9.525) (end 11.90625 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 27147b68-4b00-4d54-9ec5-92cd534b2b9f)) 16 | (fp_line (start -11.90625 9.525) (end -11.90625 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 2b7d426f-e63a-4018-bb25-d32debfbac01)) 17 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 31d04ef4-907f-4c0f-8ef2-eb9bfac14228)) 18 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 49eba25f-409f-4b61-b56a-e2fab8631929)) 19 | (fp_line (start -11.90625 -9.525) (end 11.90625 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 6dbcccec-ac78-4266-a212-8b67ce70fd32)) 20 | (fp_line (start -11.90625 9.525) (end 11.90625 9.525) (layer "Dwgs.User") (width 0.15) (tstamp acf80f95-b370-457a-9f61-ba69d1fa4277)) 21 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp b14c6f36-3f65-4494-bf1a-49dc4ef12e26)) 22 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp d2f8aa9b-5611-4028-8fd1-cef07b8e8212)) 23 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp d475fb07-9fa6-49f9-912e-c97357fdc195)) 24 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp df36a070-8b93-4aaa-8542-25f5d90d0fd7)) 25 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp f244199a-413b-4a1c-962c-c5540eb4103a)) 26 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 11b08b67-67bb-435d-b7bf-ed60aad1939d)) 27 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8b7ccb43-ff85-41b6-8be5-3b8b4e36b5b7)) 28 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp c7732ba7-e346-4913-b82b-e77cae4e2067)) 29 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 08cfb090-20b8-4f23-8993-8c22fb40e56a)) 30 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 413a234a-7f62-424e-aa80-7c7e0b98174e)) 31 | ) 32 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-1.75U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1.75U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D195) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 49b0b2bd-0208-42a5-bfa4-3777eb6431b3) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp a93db589-c4c1-43a0-96c7-b94e5853b3ad) 13 | ) 14 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 26e752fa-065f-434e-a884-351b1e8fac1e)) 15 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 29d10323-0e95-441e-a736-8be94b5362a2)) 16 | (fp_line (start -16.66875 9.525) (end 16.66875 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 36aa623a-0b83-4101-85cc-e5fccf559fd6)) 17 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 49f0cbc2-f4e5-4863-a4d1-76eafbabc7a2)) 18 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 546d89e4-53d1-4563-84e8-bed8f0bb2b99)) 19 | (fp_line (start -16.66875 -9.525) (end 16.66875 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 92547a3e-f284-41e8-a289-38bfbbcd9b37)) 20 | (fp_line (start -16.66875 9.525) (end -16.66875 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp a7f22035-b7cf-471a-a6b4-c3214fd95e89)) 21 | (fp_line (start 16.66875 -9.525) (end 16.66875 9.525) (layer "Dwgs.User") (width 0.15) (tstamp b493022d-aeeb-4b6d-9f74-0557aee4eb51)) 22 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp c1b0261b-e6d6-4e4f-826c-9eaae0f19387)) 23 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp cf582bd7-3a88-4aff-a8fb-58331a06210f)) 24 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp ecad23b7-2aa6-48fd-b9e4-9c790e22c1d8)) 25 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp ee932e00-a03e-4a6e-8400-e2d5be540fd7)) 26 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 2ee0006d-ad4c-463c-b9e4-d2c4354a487f)) 27 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp d1942d98-2ff0-420b-9f6a-55a141ae9b11)) 28 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp f227871c-9170-431f-b03d-30ca2af45fa0)) 29 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 30f2a62d-8137-4156-a84d-cc6bba17a005)) 30 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp f0df758b-5d25-4a17-9bc6-33dff075636f)) 31 | ) 32 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-1U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D130) 3 | (property "Part Nb." "amz") 4 | (property "Sheetfile" "0xcb-static.kicad_sch") 5 | (property "Sheetname" "") 6 | (attr through_hole) 7 | (fp_text reference "MX1" (at 0 3.175) (layer "Dwgs.User") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 90e00bdd-8df1-4989-8bbc-278ba9912591) 10 | ) 11 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 4d972681-ce40-4f15-9cae-27aab7a50c43) 14 | ) 15 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 1a0779d7-cd61-427a-9cae-75266202263c)) 16 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp 1dae6e40-cca9-4822-b0e5-c325144d057a)) 17 | (fp_line (start -9.525 9.525) (end -9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 212a58a1-5499-4ee7-8528-f4f183be391c)) 18 | (fp_line (start 9.525 9.525) (end -9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 3052a3b9-d198-41a7-a5e0-c79077574344)) 19 | (fp_line (start 9.525 -9.525) (end 9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 30768f36-e3a8-4ddb-a634-48c5cb0a80ea)) 20 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 3fa2de84-a809-489c-9b45-0b8ba0232f8c)) 21 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 49ee490d-9a06-43ce-b195-0fbe1ee98b45)) 22 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 4b1e9ffa-5797-43b4-a9a0-0bad1df16e27)) 23 | (fp_line (start -9.525 -9.525) (end 9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 5c21c364-2568-4c9c-94df-fb55ea6d9d65)) 24 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 882e10b7-a252-4496-bc41-55df4a58532e)) 25 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 9662815e-39bd-450d-a09a-5ed3ebd65d73)) 26 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp c43d671f-4f9e-4d0e-b2b5-24054c2f5020)) 27 | (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8f5ed2a3-f8ba-4c22-aca3-51980edb4bad)) 28 | (pad "" np_thru_hole circle (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp a17eed82-bfad-4c64-a03f-d6f9500f622a)) 29 | (pad "" np_thru_hole circle (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp a6095f92-6e03-4f15-9815-da53f07a6323)) 30 | (pad "1" thru_hole circle (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 1c07c923-cfc9-463b-8433-5fead9710696)) 31 | (pad "2" thru_hole circle (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp aaf0581e-c770-40a0-9dc0-5d019bdd121f)) 32 | ) 33 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-2.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-2.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1A5) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp e64729a1-9e61-4644-96a1-895e3443093d) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 21ce8f9b-271b-46be-820b-9377f209555e) 13 | ) 14 | (fp_line (start -21.43125 9.525) (end 21.43125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 1358d2b6-e094-47a9-9bce-0a150ed9eac5)) 15 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 2d704621-d597-4dfd-aaaf-a983f14467bd)) 16 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 350f2f19-03e2-4530-af75-18c849e72ea2)) 17 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 472bd3d6-b6a7-4fc7-be8c-a5204a1a3f12)) 18 | (fp_line (start 21.43125 -9.525) (end 21.43125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 5bb9814f-8b64-4dc1-8dd2-08e19b15a834)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 5e974c8a-cd12-4e51-a63e-b34797697617)) 20 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 80928442-f99f-4618-ae5e-1b896dab79a3)) 21 | (fp_line (start -21.43125 9.525) (end -21.43125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 817c3da2-72c4-4d51-b040-db839ad86745)) 22 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 892bb177-86f0-4943-9fcf-514c16389f46)) 23 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp a7ffd896-4922-4a25-9eab-c1e28645b835)) 24 | (fp_line (start -21.43125 -9.525) (end 21.43125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp d61945f6-45ed-4c70-9f01-e8337b319ab4)) 25 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp edf9c14d-fe17-4f75-ac97-970c0d1bacf8)) 26 | (pad "" np_thru_hole circle locked (at 11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 085e4a35-2dc6-4828-8525-4bc9670f9dbc)) 27 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 3da88df1-d02f-4ab6-88b1-06d0e915ac49)) 28 | (pad "" np_thru_hole circle locked (at -11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 5450713a-ae91-4659-b7ea-3e1748faa4cb)) 29 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 5fbbd6fc-e382-4c09-a461-b66d86170be4)) 30 | (pad "" np_thru_hole circle locked (at -11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 766d5dd4-62bd-4025-a0f2-6121c97b9b33)) 31 | (pad "" np_thru_hole circle locked (at 11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8529ec07-ad58-44a7-b6ed-524d5f405516)) 32 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp f4b33150-6fee-4d26-a295-2deffae320d5)) 33 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp e9cdda9b-3693-470c-aace-3dd0708c2b36)) 34 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp cafe0562-cfb3-44a5-81f0-ed3ea8ddaec1)) 35 | ) 36 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-2.75U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-2.75U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1B0) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp f896a8cf-62a2-4509-a948-1043a9ec37e6) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 5d5813ad-c1a0-402c-a8cb-38f81c388064) 13 | ) 14 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 2e47e8ee-d462-42d5-a536-3b3b6e36ac58)) 15 | (fp_line (start -26.19375 9.525) (end -26.19375 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 366eee6d-75da-4eca-a2fe-17e0128a0412)) 16 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 5749c0c2-bd11-4294-90ac-9d32f17e314f)) 17 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 8684d134-fbfa-41a5-b5c8-c766a1aae2ff)) 18 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 908435f2-af35-473f-9a35-77a19642c7a4)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 9877503a-4ddf-42d5-be95-92e62610542e)) 20 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 99411aef-c811-476c-9f1d-43862c8e43d6)) 21 | (fp_line (start -26.19375 9.525) (end 26.19375 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 9fe9001a-b6f1-47c4-b726-645b511bd6fc)) 22 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp b36a36d4-9efb-4c05-a35e-33422ddb98ef)) 23 | (fp_line (start 26.19375 -9.525) (end 26.19375 9.525) (layer "Dwgs.User") (width 0.15) (tstamp b54f15a4-9d30-4e21-bbad-7bab4d412831)) 24 | (fp_line (start -26.19375 -9.525) (end 26.19375 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp bc00d860-fcf1-4440-bc2f-31b097d2fdcc)) 25 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp f6480fc5-53f4-4561-aad7-e21f0f93699a)) 26 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 4bcb304d-a70d-4424-a672-9a965fdee92c)) 27 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 818edb4e-789a-4d8e-9f94-23db3cb497f0)) 28 | (pad "" np_thru_hole circle locked (at 11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 8345b10a-8158-4a95-9be8-1736a1c1e7f1)) 29 | (pad "" np_thru_hole circle locked (at -11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 9b0167b6-52b5-46f2-9684-87e36f7bcce5)) 30 | (pad "" np_thru_hole circle locked (at -11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp c6ed1d8a-11dc-4e96-baa4-437af2526f02)) 31 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp cd14edcb-c9e4-49d4-953d-fc0068d1307b)) 32 | (pad "" np_thru_hole circle locked (at 11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp fbc0fbcf-e604-4a96-9bea-000ddd3503a1)) 33 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp d0fab0e8-37e4-4afa-8181-2371f8b7f5c2)) 34 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 649c832c-4a46-4db2-bcc7-c901c71ac740)) 35 | ) 36 | -------------------------------------------------------------------------------- /afterdark-rev1.0/static-lib/static.pretty/MXOnly-6.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-6.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1BA) 3 | (attr through_hole board_only exclude_from_bom) 4 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp 9e84419b-142d-4e4a-98ff-083bcc577c6d) 7 | ) 8 | (fp_text value "6.25U" (at 0 -7.9375) (layer "Dwgs.User") hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp 9cc87f7e-6a56-4bc5-9aa4-31530de942af) 11 | ) 12 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp 2fc7e66c-7ffc-48dc-8be4-86c97623954b)) 13 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 407ed88e-27a1-43fd-9acc-ed229e06b039)) 14 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 4e05c077-f386-4749-8723-93658b54fd83)) 15 | (fp_line (start -59.53125 9.525) (end 59.53125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 53735de7-d6a9-489f-85c1-66f8aa8beda9)) 16 | (fp_line (start -59.53125 9.525) (end -59.53125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 6a481749-aa78-4d6c-8606-50db2fb883c4)) 17 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 7bc8e2f3-00cd-49a5-8e88-6a3da778c55c)) 18 | (fp_line (start 59.53125 -9.525) (end 59.53125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 8ce727ef-9793-459f-b195-16adb9ded732)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 8ff54fe3-414e-4f11-8d33-5b3323091986)) 20 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 94ea8251-7ac5-4629-b7b4-f3757a811389)) 21 | (fp_line (start -59.53125 -9.525) (end 59.53125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp c42164b2-b02d-49e4-8144-56be141707c5)) 22 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp c92584ea-f69c-4a29-8637-f6a37987f116)) 23 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp df77d422-96c3-4261-9450-df29d04a0ebd)) 24 | (pad "" np_thru_hole circle locked (at 49.9999 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 45b7ed2b-78ba-48ab-bfac-2775caf15921)) 25 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 5e890a69-0f2c-48cb-ae11-6ab9bdcf72e1)) 26 | (pad "" np_thru_hole circle locked (at -49.9999 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 864e6199-8179-49cb-9908-e3c832c0ce3f)) 27 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 91013f07-a53a-484a-886b-9a8e5b757126)) 28 | (pad "" np_thru_hole circle locked (at -49.9999 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp c86605d7-690c-4b18-adfa-bfb0833c7363)) 29 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp ce6724ee-327a-4e39-9938-50cfafb78e97)) 30 | (pad "" np_thru_hole circle locked (at 49.9999 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp e407d652-822b-49cc-88a7-a3ba16c381ed)) 31 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 26e28394-c302-4c65-a219-c07be60a2799)) 32 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp e3deb4be-8f13-43b3-b8b0-8f2cfa3439a4)) 33 | ) 34 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:22+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,H4*% 18 | X33460000Y-141880000D03* 19 | %TD*% 20 | %TO.C,H5*% 21 | X266060000Y-37220000D03* 22 | %TD*% 23 | %TO.C,H6*% 24 | X266060000Y-57680000D03* 25 | %TD*% 26 | %TO.C,H8*% 27 | X266060000Y-141870000D03* 28 | %TD*% 29 | %TO.C,H7*% 30 | X266060000Y-63670000D03* 31 | %TD*% 32 | %TO.C,H1*% 33 | X33460000Y-37230000D03* 34 | %TD*% 35 | %TO.C,H3*% 36 | X33460000Y-63670000D03* 37 | %TD*% 38 | %TO.C,H2*% 39 | X33460000Y-57680000D03* 40 | %TD*% 41 | M02* 42 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:21+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:21* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:21+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:21* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:22+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:22* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.250000*% 15 | %TD*% 16 | %ADD11C,0.200000*% 17 | G04 APERTURE END LIST* 18 | D10* 19 | X154535212Y-97395153D02* 20 | X158606412Y-95451796D01* 21 | D11* 22 | X32958750Y-145375000D02* 23 | X33274011Y-145367828D01* 24 | X33564829Y-145346923D01* 25 | X33833124Y-145313201D01* 26 | X34080820Y-145267578D01* 27 | X34309839Y-145210968D01* 28 | X34522104Y-145144287D01* 29 | X34719537Y-145068450D01* 30 | X34904062Y-144984375D01* 31 | X35242075Y-144795166D01* 32 | X35551523Y-144583984D01* 33 | X35847788Y-144358154D01* 34 | X36146250Y-144125000D01* 35 | X36462290Y-143891845D01* 36 | X36631708Y-143777557D01* 37 | X36811289Y-143666015D01* 38 | X37002954Y-143558135D01* 39 | X37208627Y-143454833D01* 40 | X37430231Y-143357025D01* 41 | X37669687Y-143265625D01* 42 | X37928919Y-143181549D01* 43 | X38209848Y-143105712D01* 44 | X38514398Y-143039031D01* 45 | X38844492Y-142982421D01* 46 | X39202051Y-142936798D01* 47 | X39588999Y-142903076D01* 48 | X40007257Y-142882171D01* 49 | X40458750Y-142875000D01* 50 | D10* 51 | X165922118Y-94039603D02* 52 | X165922118Y-89532812D01* 53 | D11* 54 | X162429243Y-101621985D02* 55 | X162685101Y-101478397D01* 56 | X162930260Y-101332940D01* 57 | X163164841Y-101185442D01* 58 | X163388969Y-101035727D01* 59 | X163602767Y-100883623D01* 60 | X163806358Y-100728956D01* 61 | X163999867Y-100571552D01* 62 | X164183417Y-100411239D01* 63 | X164357131Y-100247842D01* 64 | X164521132Y-100081188D01* 65 | X164675546Y-99911104D01* 66 | X164820494Y-99737415D01* 67 | X164956101Y-99559949D01* 68 | X165082490Y-99378533D01* 69 | X165199785Y-99192991D01* 70 | X165308110Y-99003152D01* 71 | X165407587Y-98808841D01* 72 | X165498340Y-98609885D01* 73 | X165580494Y-98406110D01* 74 | X165654171Y-98197344D01* 75 | X165719496Y-97983411D01* 76 | X165776591Y-97764140D01* 77 | X165825580Y-97539356D01* 78 | X165866587Y-97308886D01* 79 | X165899736Y-97072556D01* 80 | X165925150Y-96830193D01* 81 | X165942952Y-96581624D01* 82 | X165953267Y-96326674D01* 83 | X165956217Y-96065170D01* 84 | X165951926Y-95796940D01* 85 | X165940519Y-95521808D01* 86 | X165922118Y-95239603D01* 87 | D10* 88 | X150473331Y-102516478D02* 89 | X150473331Y-99516478D01* 90 | X175084401Y-75715586D02* 91 | X175084401Y-82336604D01* 92 | D11* 93 | X154876760Y-74124757D02* 94 | X154701073Y-74014673D01* 95 | X154522899Y-73911035D01* 96 | X154342577Y-73813795D01* 97 | X154160449Y-73722905D01* 98 | X153976855Y-73638318D01* 99 | X153792137Y-73559985D01* 100 | X153420693Y-73421895D01* 101 | X153048844Y-73308252D01* 102 | X152679318Y-73218675D01* 103 | X152314844Y-73152783D01* 104 | X151958150Y-73110194D01* 105 | X151611964Y-73090528D01* 106 | X151279014Y-73093403D01* 107 | X150962028Y-73118437D01* 108 | X150663735Y-73165250D01* 109 | X150386862Y-73233460D01* 110 | X150134139Y-73322685D01* 111 | X149908293Y-73432545D01* 112 | X149712052Y-73562658D01* 113 | D10* 114 | X144466408Y-74124757D02* 115 | X144466408Y-63237788D01* 116 | X156076760Y-63637788D02* 117 | X162667414Y-63637788D01* 118 | X154876760Y-63237788D02* 119 | G75* 120 | G02* 121 | X155676760Y-62437788I800000J0D01* 122 | G01* 123 | D11* 124 | X162489107Y-95451796D02* 125 | X162480971Y-95738141D01* 126 | X162453637Y-96025759D01* 127 | X162402712Y-96313379D01* 128 | X162323807Y-96599734D01* 129 | X162253490Y-96789306D01* 130 | X162167484Y-96977376D01* 131 | X162064489Y-97163566D01* 132 | X161943202Y-97347501D01* 133 | X161802324Y-97528804D01* 134 | X161640553Y-97707100D01* 135 | X161456587Y-97882012D01* 136 | X161249126Y-98053165D01* 137 | X161016869Y-98220181D01* 138 | X160758515Y-98382686D01* 139 | D10* 140 | X123858767Y-83536604D02* 141 | G75* 142 | G02* 143 | X123058767Y-82736604I0J800000D01* 144 | G01* 145 | D11* 146 | X133421051Y-95239603D02* 147 | X133402649Y-95521808D01* 148 | X133391241Y-95796940D01* 149 | X133386951Y-96065170D01* 150 | X133389901Y-96326674D01* 151 | X133400215Y-96581624D01* 152 | X133418018Y-96830193D01* 153 | X133443431Y-97072556D01* 154 | X133476580Y-97308886D01* 155 | X133517587Y-97539356D01* 156 | X133566577Y-97764140D01* 157 | X133623672Y-97983411D01* 158 | X133688996Y-98197344D01* 159 | X133762673Y-98406110D01* 160 | X133844827Y-98609885D01* 161 | X133935581Y-98808841D01* 162 | X134035058Y-99003152D01* 163 | X134143382Y-99192991D01* 164 | X134260677Y-99378533D01* 165 | X134387066Y-99559949D01* 166 | X134522673Y-99737415D01* 167 | X134667622Y-99911104D01* 168 | X134822035Y-100081188D01* 169 | X134986037Y-100247842D01* 170 | X135159751Y-100411239D01* 171 | X135343300Y-100571552D01* 172 | X135536809Y-100728956D01* 173 | X135740401Y-100883623D01* 174 | X135954199Y-101035727D01* 175 | X136178327Y-101185442D01* 176 | X136412908Y-101332940D01* 177 | X136658066Y-101478397D01* 178 | X136913926Y-101621985D01* 179 | D10* 180 | X133421051Y-89532812D02* 181 | X133421051Y-94039603D01* 182 | X148869838Y-82075790D02* 183 | X148869838Y-88332812D01* 184 | X136675754Y-63637788D02* 185 | G75* 186 | G02* 187 | X136731259Y-62437788I-2550524J719256D01* 188 | G01* 189 | X123058767Y-94839603D02* 190 | X123058767Y-101961077D01* 191 | X125639949Y-89532812D02* 192 | X133421051Y-89532812D01* 193 | X144712379Y-88332812D02* 194 | X144712379Y-83637669D01* 195 | X267308749Y-37227001D02* 196 | G75* 197 | G03* 198 | X267308749Y-37227001I-1250000J0D01* 199 | G01* 200 | X162900239Y-114778400D02* 201 | X156080913Y-114778400D01* 202 | X124258767Y-102000721D02* 203 | X124258767Y-95239603D01* 204 | X156076760Y-74812791D02* 205 | X156076760Y-63637788D01* 206 | X133606616Y-82336604D02* 207 | X124258767Y-82336604D01* 208 | X156080913Y-105089830D02* 209 | X158596880Y-103715456D01* 210 | X148869838Y-102516478D02* 211 | G75* 212 | G02* 213 | X147211549Y-103464272I-1100000J0D01* 214 | G01* 215 | X158169395Y-80016198D02* 216 | X160758515Y-81469244D01* 217 | X141173773Y-80016198D02* 218 | X139438553Y-77058560D01* 219 | X165922118Y-88332812D02* 220 | X165922118Y-83536604D01* 221 | X155680913Y-115978400D02* 222 | G75* 223 | G02* 224 | X154880913Y-115178400I0J800000D01* 225 | G01* 226 | X32958750Y-33875001D02* 227 | X266558749Y-33875001D01* 228 | X150473331Y-82075790D02* 229 | X148869838Y-82075790D01* 230 | X175084401Y-82336604D02* 231 | X165736552Y-82336604D01* 232 | X176284401Y-101961076D02* 233 | G75* 234 | G02* 235 | X175084401Y-102000721I-514774J-2599521D01* 236 | G01* 237 | X162611909Y-62437788D02* 238 | G75* 239 | G02* 240 | X162667414Y-63637788I2606029J-480744D01* 241 | G01* 242 | X123058767Y-75755231D02* 243 | G75* 244 | G02* 245 | X124258767Y-75715586I514774J2599521D01* 246 | G01* 247 | X124258767Y-102000722D02* 248 | G75* 249 | G02* 250 | X123058767Y-101961077I-685226J-2559875D01* 251 | G01* 252 | X142482096Y-79281950D02* 253 | X147231488Y-76616530D01* 254 | X148869838Y-88332812D02* 255 | X144712379Y-88332812D01* 256 | X136854062Y-95451796D02* 257 | X136854062Y-83912584D01* 258 | X141229424Y-99940561D02* 259 | X138584654Y-98382686D01* 260 | X154535212Y-82736604D02* 261 | X154535212Y-88332812D01* 262 | X123058767Y-75755231D02* 263 | X123058767Y-82736604D01* 264 | D11* 265 | X160758515Y-81469244D02* 266 | X160943493Y-81579572D01* 267 | X161121289Y-81698698D01* 268 | X161291246Y-81825947D01* 269 | X161452710Y-81960645D01* 270 | X161605024Y-82102118D01* 271 | X161747533Y-82249691D01* 272 | X161879581Y-82402689D01* 273 | X162056605Y-82640886D01* 274 | X162206405Y-82887497D01* 275 | X162326768Y-83140249D01* 276 | X162415481Y-83396864D01* 277 | X162470331Y-83655068D01* 278 | X162489107Y-83912584D01* 279 | D10* 280 | X136913926Y-101621985D02* 281 | X139429548Y-102996171D01* 282 | X155680913Y-115978400D02* 283 | X162848834Y-115978400D01* 284 | D11* 285 | X259058749Y-142875000D02* 286 | X259510241Y-142882171D01* 287 | X259928499Y-142903076D01* 288 | X260315447Y-142936798D01* 289 | X260673006Y-142982421D01* 290 | X261003100Y-143039031D01* 291 | X261307650Y-143105712D01* 292 | X261588579Y-143181549D01* 293 | X261847811Y-143265625D01* 294 | X262087267Y-143357025D01* 295 | X262308871Y-143454833D01* 296 | X262514544Y-143558135D01* 297 | X262706209Y-143666015D01* 298 | X262885790Y-143777557D01* 299 | X263055208Y-143891845D01* 300 | X263371249Y-144125000D01* 301 | X263669710Y-144358154D01* 302 | X263965975Y-144583984D01* 303 | X264275423Y-144795166D01* 304 | X264613436Y-144984375D01* 305 | X264797961Y-145068450D01* 306 | X264995394Y-145144287D01* 307 | X265207659Y-145210968D01* 308 | X265436678Y-145267578D01* 309 | X265684374Y-145313201D01* 310 | X265952669Y-145346923D01* 311 | X266243487Y-145367828D01* 312 | X266558749Y-145375000D01* 313 | D10* 314 | X150473330Y-77575791D02* 315 | G75* 316 | G02* 317 | X152111680Y-76616530I1100001J0D01* 318 | G01* 319 | X150271584Y-113561428D02* 320 | G75* 321 | G02* 322 | X149071584Y-113565469I-591308J-2583187D01* 323 | G01* 324 | X133421051Y-88332812D02* 325 | X125639949Y-88332812D01* 326 | X136494334Y-115978400D02* 327 | X143662255Y-115978400D01* 328 | X142521871Y-100701864D02* 329 | X140746634Y-103715644D01* 330 | X266558749Y-33875001D02* 331 | G75* 332 | G02* 333 | X269058749Y-36375001I0J-2500000D01* 334 | G01* 335 | X162438697Y-78545284D02* 336 | X159904616Y-77058560D01* 337 | X143262255Y-105089830D02* 338 | X143262255Y-114778400D01* 339 | X124258767Y-82336604D02* 340 | X124258767Y-75715586D01* 341 | X149071584Y-106668965D02* 342 | X149071584Y-113565469D01* 343 | X143666408Y-62437788D02* 344 | G75* 345 | G02* 346 | X144466408Y-63237788I0J-800000D01* 347 | G01* 348 | X165922118Y-83536604D02* 349 | X175484401Y-83536604D01* 350 | X156861073Y-79281950D02* 351 | X158610842Y-76299515D01* 352 | X143266408Y-63637788D02* 353 | X143266408Y-74812791D01* 354 | D11* 355 | X136904471Y-78545284D02* 356 | X136574408Y-78745490D01* 357 | X136260262Y-78949665D01* 358 | X135962164Y-79158009D01* 359 | X135680244Y-79370720D01* 360 | X135414633Y-79587999D01* 361 | X135165461Y-79810045D01* 362 | X134932860Y-80037057D01* 363 | X134716958Y-80269236D01* 364 | X134517887Y-80506780D01* 365 | X134335777Y-80749890D01* 366 | X134170760Y-80998765D01* 367 | X134022964Y-81253605D01* 368 | X133892522Y-81514609D01* 369 | X133779562Y-81781977D01* 370 | X133684217Y-82055909D01* 371 | X133606616Y-82336604D01* 372 | D10* 373 | X150473331Y-80575790D02* 374 | X150473331Y-77575791D01* 375 | X34708750Y-57675001D02* 376 | G75* 377 | G03* 378 | X34708750Y-57675001I-1250000J0D01* 379 | G01* 380 | X176284401Y-101961077D02* 381 | X176284401Y-94839603D01* 382 | X152111680Y-76616530D02* 383 | X156861073Y-79281950D01* 384 | X136675754Y-63637788D02* 385 | X143266408Y-63637788D01* 386 | X158212300Y-99882508D02* 387 | X159913276Y-102996360D01* 388 | X140732326Y-76299515D02* 389 | X142482096Y-79281950D01* 390 | X144712379Y-91732414D02* 391 | X148869838Y-91732414D01* 392 | X269058749Y-142875000D02* 393 | G75* 394 | G02* 395 | X266558749Y-145375000I-2500000J0D01* 396 | G01* 397 | X148869838Y-98016478D02* 398 | X150473331Y-98016478D01* 399 | X40458750Y-142875000D02* 400 | X259058749Y-142875000D01* 401 | X150271584Y-113561428D02* 402 | X150271584Y-106752505D01* 403 | X176284401Y-82736604D02* 404 | X176284401Y-75755231D01* 405 | X123058767Y-94839603D02* 406 | G75* 407 | G02* 408 | X123858767Y-94039603I800000J0D01* 409 | G01* 410 | X148869838Y-99516478D02* 411 | X148869838Y-102516478D01* 412 | X154535212Y-88332812D02* 413 | X158606412Y-88332812D01* 414 | X162489107Y-83912584D02* 415 | X162489107Y-95451796D01* 416 | D11* 417 | X138584654Y-98382686D02* 418 | X138326299Y-98220181D01* 419 | X138094042Y-98053165D01* 420 | X137886581Y-97882012D01* 421 | X137702615Y-97707100D01* 422 | X137540844Y-97528804D01* 423 | X137399966Y-97347501D01* 424 | X137278679Y-97163566D01* 425 | X137175684Y-96977376D01* 426 | X137089678Y-96789306D01* 427 | X137019361Y-96599734D01* 428 | X136940456Y-96313379D01* 429 | X136889531Y-96025759D01* 430 | X136862197Y-95738141D01* 431 | X136854062Y-95451796D01* 432 | D10* 433 | X124258767Y-95239603D02* 434 | X133421051Y-95239603D01* 435 | X154535212Y-91732414D02* 436 | X154535212Y-97395153D01* 437 | D11* 438 | X150271584Y-106752505D02* 439 | X150546820Y-106848035D01* 440 | X150755166Y-106894683D01* 441 | X150981982Y-106926786D01* 442 | X151226055Y-106943559D01* 443 | X151486172Y-106944218D01* 444 | X151761119Y-106927982D01* 445 | X152049684Y-106894064D01* 446 | X152350655Y-106841683D01* 447 | X152662817Y-106770054D01* 448 | X152984958Y-106678393D01* 449 | X153315866Y-106565917D01* 450 | X153654327Y-106431842D01* 451 | X153999129Y-106275385D01* 452 | X154349058Y-106095761D01* 453 | X154525566Y-105997017D01* 454 | X154702902Y-105892187D01* 455 | X154880913Y-105781175D01* 456 | D10* 457 | X154880913Y-105781175D02* 458 | X154880913Y-115178400D01* 459 | X158606412Y-88332812D02* 460 | X158606412Y-84533178D01* 461 | D11* 462 | X136854062Y-83912584D02* 463 | X136872837Y-83655068D01* 464 | X136927687Y-83396864D01* 465 | X137016400Y-83140249D01* 466 | X137136763Y-82887497D01* 467 | X137286563Y-82640886D01* 468 | X137463587Y-82402689D01* 469 | X137595635Y-82249691D01* 470 | X137738144Y-82102118D01* 471 | X137890458Y-81960645D01* 472 | X138051922Y-81825947D01* 473 | X138221879Y-81698698D01* 474 | X138399675Y-81579572D01* 475 | X138584654Y-81469244D01* 476 | D10* 477 | X133421051Y-94039603D02* 478 | X123858767Y-94039603D01* 479 | X173703219Y-88332812D02* 480 | X165922118Y-88332812D01* 481 | X158610842Y-76299515D02* 482 | X156076760Y-74812791D01* 483 | X165922118Y-89532812D02* 484 | X173703219Y-89532812D01* 485 | X158606412Y-91732414D02* 486 | X154535212Y-91732414D01* 487 | X150473331Y-99516478D02* 488 | X148869838Y-99516478D01* 489 | X154876760Y-63237788D02* 490 | X154876760Y-74124757D01* 491 | X176284401Y-82736604D02* 492 | G75* 493 | G02* 494 | X175484401Y-83536604I-800000J0D01* 495 | G01* 496 | X148869838Y-77575791D02* 497 | X148869838Y-80575790D01* 498 | X140746634Y-103715644D02* 499 | X143262255Y-105089830D01* 500 | X34708750Y-63675001D02* 501 | G75* 502 | G03* 503 | X34708750Y-63675001I-1250000J0D01* 504 | G01* 505 | X148869838Y-91732414D02* 506 | X148869838Y-98016478D01* 507 | X138584654Y-81469244D02* 508 | X141173773Y-80016198D01* 509 | X147211549Y-103464272D02* 510 | X142521871Y-100701864D01* 511 | X139438553Y-77058560D02* 512 | X136904471Y-78545284D01* 513 | D11* 514 | X144462255Y-105781175D02* 515 | X144816511Y-105944020D01* 516 | X145149937Y-106098749D01* 517 | X145465107Y-106244035D01* 518 | X145764593Y-106378548D01* 519 | X146050967Y-106500960D01* 520 | X146326803Y-106609943D01* 521 | X146594674Y-106704170D01* 522 | X146857152Y-106782310D01* 523 | X147116810Y-106843037D01* 524 | X147376221Y-106885022D01* 525 | X147637959Y-106906936D01* 526 | X147904595Y-106907452D01* 527 | X148178702Y-106885241D01* 528 | X148462854Y-106838975D01* 529 | X148759624Y-106767326D01* 530 | X149071584Y-106668965D01* 531 | D10* 532 | X158606412Y-84533178D02* 533 | X154535212Y-82736604D01* 534 | X143666408Y-62437788D02* 535 | X136731259Y-62437788D01* 536 | X123858767Y-83536604D02* 537 | X133421051Y-83536604D01* 538 | X143262255Y-114778400D02* 539 | X136442930Y-114778400D01* 540 | X160758515Y-98382686D02* 541 | X158212300Y-99882508D01* 542 | X156080913Y-114778400D02* 543 | X156080913Y-105089830D01* 544 | X158606412Y-95451796D02* 545 | X158606412Y-91732414D01* 546 | X159904616Y-77058560D02* 547 | X158169395Y-80016198D01* 548 | X148869838Y-80575790D02* 549 | X150473331Y-80575790D01* 550 | X267308749Y-57675001D02* 551 | G75* 552 | G03* 553 | X267308749Y-57675001I-1250000J0D01* 554 | G01* 555 | X143266408Y-74812791D02* 556 | X140732326Y-76299515D01* 557 | X133421051Y-83536604D02* 558 | X133421051Y-88332812D01* 559 | X139429548Y-102996171D02* 560 | X141229424Y-99940561D01* 561 | X34708750Y-37227001D02* 562 | G75* 563 | G03* 564 | X34708750Y-37227001I-1250000J0D01* 565 | G01* 566 | X269058749Y-36375001D02* 567 | X269058749Y-142875000D01* 568 | X175484401Y-94039603D02* 569 | G75* 570 | G02* 571 | X176284401Y-94839603I0J-800000D01* 572 | G01* 573 | X144462255Y-115178400D02* 574 | X144462255Y-105781175D01* 575 | X175084401Y-95239603D02* 576 | X175084401Y-102000721D01* 577 | X144462255Y-115178400D02* 578 | G75* 579 | G02* 580 | X143662255Y-115978400I-800000J0D01* 581 | G01* 582 | X30458750Y-36375001D02* 583 | G75* 584 | G02* 585 | X32958750Y-33875001I2500000J0D01* 586 | G01* 587 | X165922118Y-95239603D02* 588 | X175084401Y-95239603D01* 589 | X34708750Y-141875000D02* 590 | G75* 591 | G03* 592 | X34708750Y-141875000I-1250000J0D01* 593 | G01* 594 | X30458750Y-142875000D02* 595 | X30458750Y-36375001D01* 596 | X32958750Y-145375000D02* 597 | G75* 598 | G02* 599 | X30458750Y-142875000I0J2500000D01* 600 | G01* 601 | X143673885Y-83024952D02* 602 | X140688529Y-84674205D01* 603 | X267308749Y-63675001D02* 604 | G75* 605 | G03* 606 | X267308749Y-63675001I-1250000J0D01* 607 | G01* 608 | X162611909Y-62437788D02* 609 | X155676760Y-62437788D01* 610 | X175484401Y-94039603D02* 611 | X165922118Y-94039603D01* 612 | X173703219Y-88332812D02* 613 | G75* 614 | G02* 615 | X173703219Y-89532812I2581182J-600000D01* 616 | G01* 617 | X175084401Y-75715586D02* 618 | G75* 619 | G02* 620 | X176284401Y-75755231I685226J2559876D01* 621 | G01* 622 | X136494334Y-115978400D02* 623 | G75* 624 | G02* 625 | X136442930Y-114778400I-2604391J489537D01* 626 | G01* 627 | X125639949Y-89532812D02* 628 | G75* 629 | G02* 630 | X125639949Y-88332812I-2581182J600000D01* 631 | G01* 632 | X144712379Y-96291783D02* 633 | G75* 634 | G02* 635 | X143687051Y-96911591I-700000J0D01* 636 | G01* 637 | X159913276Y-102996360D02* 638 | X162429243Y-101621985D01* 639 | D11* 640 | X149712052Y-73562658D02* 641 | X149417274Y-73418494D01* 642 | X149110624Y-73298519D01* 643 | X148793700Y-73202673D01* 644 | X148468102Y-73130896D01* 645 | X148135427Y-73083125D01* 646 | X147797277Y-73059301D01* 647 | X147455250Y-73059363D01* 648 | X147110945Y-73083249D01* 649 | X146765961Y-73130900D01* 650 | X146421898Y-73202255D01* 651 | X146080354Y-73297252D01* 652 | X145742930Y-73415832D01* 653 | X145411224Y-73557933D01* 654 | X145086836Y-73723494D01* 655 | X144771364Y-73912456D01* 656 | X144466408Y-74124757D01* 657 | D10* 658 | X140688529Y-84674205D02* 659 | X140688529Y-95337711D01* 660 | X156919177Y-100644209D02* 661 | X152131620Y-103464272D01* 662 | X152131620Y-103464272D02* 663 | G75* 664 | G02* 665 | X150473331Y-102516478I-558289J947794D01* 666 | G01* 667 | X267308749Y-141875000D02* 668 | G75* 669 | G03* 670 | X267308749Y-141875000I-1250000J0D01* 671 | G01* 672 | X150473331Y-98016478D02* 673 | X150473331Y-82075790D01* 674 | X144712379Y-96291783D02* 675 | X144712379Y-91732414D01* 676 | X158596880Y-103715456D02* 677 | X156919177Y-100644209D01* 678 | D11* 679 | X165736552Y-82336604D02* 680 | X165658950Y-82055909D01* 681 | X165563605Y-81781977D01* 682 | X165450646Y-81514609D01* 683 | X165320203Y-81253605D01* 684 | X165172408Y-80998765D01* 685 | X165007390Y-80749890D01* 686 | X164825281Y-80506780D01* 687 | X164626210Y-80269236D01* 688 | X164410308Y-80037057D01* 689 | X164177706Y-79810045D01* 690 | X163928535Y-79587999D01* 691 | X163662924Y-79370720D01* 692 | X163381004Y-79158009D01* 693 | X163082906Y-78949665D01* 694 | X162768760Y-78745490D01* 695 | X162438697Y-78545284D01* 696 | D10* 697 | X162900238Y-114778400D02* 698 | G75* 699 | G02* 700 | X162848834Y-115978400I2552988J-710463D01* 701 | G01* 702 | X143673885Y-83024952D02* 703 | G75* 704 | G02* 705 | X144712379Y-83637669I338494J-612717D01* 706 | G01* 707 | X140688529Y-95337711D02* 708 | X143687051Y-96911591D01* 709 | X147231489Y-76616531D02* 710 | G75* 711 | G02* 712 | X148869838Y-77575791I538349J-959260D01* 713 | G01* 714 | M02* 715 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:22+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:22* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,H4*% 18 | X33460000Y-141880000D03* 19 | %TD*% 20 | %TO.C,H5*% 21 | X266060000Y-37220000D03* 22 | %TD*% 23 | %TO.C,H6*% 24 | X266060000Y-57680000D03* 25 | %TD*% 26 | %TO.C,H8*% 27 | X266060000Y-141870000D03* 28 | %TD*% 29 | %TO.C,H7*% 30 | X266060000Y-63670000D03* 31 | %TD*% 32 | %TO.C,H1*% 33 | X33460000Y-37230000D03* 34 | %TD*% 35 | %TO.C,H3*% 36 | X33460000Y-63670000D03* 37 | %TD*% 38 | %TO.C,H2*% 39 | X33460000Y-57680000D03* 40 | %TD*% 41 | M02* 42 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:21+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:21* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-F_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10540-g55c1d814f9)*% 2 | %TF.CreationDate,2021-05-27T21:14:21+02:00*% 3 | %TF.ProjectId,plate-bottom,706c6174-652d-4626-9f74-746f6d2e6b69,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10540-g55c1d814f9)) date 2021-05-27 21:14:21* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-NPTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.99.0-10540-g55c1d814f9)} date Thu May 27 21:14:04 2021 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2021-05-27T21:14:04+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.99.0-10540-g55c1d814f9) 6 | ; #@! TF.FileFunction,NonPlated,1,2,NPTH 7 | FMAT,2 8 | INCH 9 | % 10 | G90 11 | G05 12 | T0 13 | M30 14 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-PTH.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.99.0-10540-g55c1d814f9)} date Thu May 27 21:14:04 2021 3 | ; FORMAT={-:-/ absolute / inch / decimal} 4 | ; #@! TF.CreationDate,2021-05-27T21:14:04+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.99.0-10540-g55c1d814f9) 6 | ; #@! TF.FileFunction,Plated,1,2,PTH 7 | FMAT,2 8 | INCH 9 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 10 | T1C0.0984 11 | % 12 | G90 13 | G05 14 | T1 15 | X1.3173Y-1.4657 16 | X1.3173Y-2.2709 17 | X1.3173Y-2.5067 18 | X1.3173Y-5.5858 19 | X10.4748Y-1.4654 20 | X10.4748Y-2.2709 21 | X10.4748Y-2.5067 22 | X10.4748Y-5.5854 23 | T0 24 | M30 25 | -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/plate-bottom/gerbers/plate-bottom-gerbers.zip -------------------------------------------------------------------------------- /plate-bottom/gerbers/plate-bottom-job.gbrjob: -------------------------------------------------------------------------------- 1 | { 2 | "Header": { 3 | "GenerationSoftware": { 4 | "Vendor": "KiCad", 5 | "Application": "Pcbnew", 6 | "Version": "(5.99.0-10540-g55c1d814f9)" 7 | }, 8 | "CreationDate": "2021-05-27T21:14:22+02:00" 9 | }, 10 | "GeneralSpecs": { 11 | "ProjectId": { 12 | "Name": "plate-bottom", 13 | "GUID": "706c6174-652d-4626-9f74-746f6d2e6b69", 14 | "Revision": "1.0" 15 | }, 16 | "Size": { 17 | "X": 239.35, 18 | "Y": 112.25 19 | }, 20 | "LayerNumber": 2, 21 | "BoardThickness": 1.6, 22 | "Finish": "None" 23 | }, 24 | "DesignRules": [ 25 | { 26 | "Layers": "Outer", 27 | "PadToPad": 0.2, 28 | "PadToTrack": 0.2, 29 | "TrackToTrack": 0.2, 30 | "TrackToRegion": 0.508, 31 | "RegionToRegion": 0.508 32 | } 33 | ], 34 | "FilesAttributes": [ 35 | { 36 | "Path": "plate-bottom-F_Cu.gbr", 37 | "FileFunction": "Copper,L1,Top", 38 | "FilePolarity": "Positive" 39 | }, 40 | { 41 | "Path": "plate-bottom-B_Cu.gbr", 42 | "FileFunction": "Copper,L2,Bot", 43 | "FilePolarity": "Positive" 44 | }, 45 | { 46 | "Path": "plate-bottom-F_Paste.gbr", 47 | "FileFunction": "SolderPaste,Top", 48 | "FilePolarity": "Positive" 49 | }, 50 | { 51 | "Path": "plate-bottom-B_Paste.gbr", 52 | "FileFunction": "SolderPaste,Bot", 53 | "FilePolarity": "Positive" 54 | }, 55 | { 56 | "Path": "plate-bottom-F_Silkscreen.gbr", 57 | "FileFunction": "Legend,Top", 58 | "FilePolarity": "Positive" 59 | }, 60 | { 61 | "Path": "plate-bottom-B_Silkscreen.gbr", 62 | "FileFunction": "Legend,Bot", 63 | "FilePolarity": "Positive" 64 | }, 65 | { 66 | "Path": "plate-bottom-F_Mask.gbr", 67 | "FileFunction": "SolderMask,Top", 68 | "FilePolarity": "Negative" 69 | }, 70 | { 71 | "Path": "plate-bottom-B_Mask.gbr", 72 | "FileFunction": "SolderMask,Bot", 73 | "FilePolarity": "Negative" 74 | }, 75 | { 76 | "Path": "plate-bottom-Edge_Cuts.gbr", 77 | "FileFunction": "Profile", 78 | "FilePolarity": "Positive" 79 | } 80 | ], 81 | "MaterialStackup": [ 82 | { 83 | "Type": "Legend", 84 | "Name": "Top Silk Screen" 85 | }, 86 | { 87 | "Type": "SolderPaste", 88 | "Name": "Top Solder Paste" 89 | }, 90 | { 91 | "Type": "SolderMask", 92 | "Name": "Top Solder Mask" 93 | }, 94 | { 95 | "Type": "Copper", 96 | "Name": "F.Cu" 97 | }, 98 | { 99 | "Type": "Dielectric", 100 | "Material": "FR4", 101 | "Name": "F.Cu/B.Cu", 102 | "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" 103 | }, 104 | { 105 | "Type": "Copper", 106 | "Name": "B.Cu" 107 | }, 108 | { 109 | "Type": "SolderMask", 110 | "Name": "Bottom Solder Mask" 111 | }, 112 | { 113 | "Type": "SolderPaste", 114 | "Name": "Bottom Solder Paste" 115 | }, 116 | { 117 | "Type": "Legend", 118 | "Name": "Bottom Silk Screen" 119 | } 120 | ] 121 | } 122 | -------------------------------------------------------------------------------- /plate-bottom/plate-bottom.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.1899999976158142 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 6, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 14, 44 | 15, 45 | 16, 46 | 17, 47 | 18, 48 | 19, 49 | 20, 50 | 21, 51 | 22, 52 | 23, 53 | 24, 54 | 25, 55 | 26, 56 | 27, 57 | 28, 58 | 29, 59 | 30, 60 | 32, 61 | 33, 62 | 34, 63 | 35, 64 | 36 65 | ], 66 | "visible_layers": "fffffff_ffffffff", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "plate-bottom.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /plate-bottom/plate-bottom.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.15, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 0.762, 37 | "height": 1.524, 38 | "width": 1.524 39 | }, 40 | "silk_line_width": 0.15, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.508 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "copper_edge_clearance": "ignore", 60 | "courtyards_overlap": "error", 61 | "diff_pair_gap_out_of_range": "error", 62 | "diff_pair_uncoupled_length_too_long": "error", 63 | "drill_out_of_range": "error", 64 | "duplicate_footprints": "warning", 65 | "extra_footprint": "warning", 66 | "hole_clearance": "error", 67 | "hole_near_hole": "error", 68 | "invalid_outline": "error", 69 | "item_on_disabled_layer": "error", 70 | "items_not_allowed": "error", 71 | "length_out_of_range": "error", 72 | "malformed_courtyard": "error", 73 | "microvia_drill_out_of_range": "error", 74 | "missing_courtyard": "ignore", 75 | "missing_footprint": "warning", 76 | "net_conflict": "warning", 77 | "npth_inside_courtyard": "ignore", 78 | "padstack": "error", 79 | "pth_inside_courtyard": "ignore", 80 | "shorting_items": "error", 81 | "silk_over_copper": "error", 82 | "silk_overlap": "error", 83 | "skew_out_of_range": "error", 84 | "too_many_vias": "error", 85 | "track_dangling": "warning", 86 | "track_width": "error", 87 | "tracks_crossing": "error", 88 | "unconnected_items": "error", 89 | "unresolved_variable": "error", 90 | "via_dangling": "warning", 91 | "zone_has_empty_net": "error", 92 | "zones_intersect": "error" 93 | }, 94 | "rules": { 95 | "allow_blind_buried_vias": false, 96 | "allow_microvias": false, 97 | "max_error": 0.005, 98 | "min_clearance": 0.0, 99 | "min_copper_edge_clearance": 0.0, 100 | "min_hole_clearance": 0.0, 101 | "min_hole_to_hole": 0.25, 102 | "min_microvia_diameter": 0.19999999999999998, 103 | "min_microvia_drill": 0.09999999999999999, 104 | "min_silk_clearance": 0.0, 105 | "min_through_hole_diameter": 0.3, 106 | "min_track_width": 0.19999999999999998, 107 | "min_via_annular_width": 0.049999999999999996, 108 | "min_via_diameter": 0.39999999999999997, 109 | "solder_mask_clearance": 0.0, 110 | "solder_mask_min_width": 0.0 111 | }, 112 | "track_widths": [], 113 | "via_dimensions": [], 114 | "zones_allow_external_fillets": false, 115 | "zones_use_no_outline": true 116 | }, 117 | "layer_presets": [] 118 | }, 119 | "boards": [], 120 | "cvpcb": { 121 | "equivalence_files": [] 122 | }, 123 | "erc": { 124 | "erc_exclusions": [], 125 | "meta": { 126 | "version": 0 127 | }, 128 | "pin_map": [ 129 | [ 130 | 0, 131 | 0, 132 | 0, 133 | 0, 134 | 0, 135 | 0, 136 | 1, 137 | 0, 138 | 0, 139 | 0, 140 | 0, 141 | 2 142 | ], 143 | [ 144 | 0, 145 | 2, 146 | 0, 147 | 1, 148 | 0, 149 | 0, 150 | 1, 151 | 0, 152 | 2, 153 | 2, 154 | 2, 155 | 2 156 | ], 157 | [ 158 | 0, 159 | 0, 160 | 0, 161 | 0, 162 | 0, 163 | 0, 164 | 1, 165 | 0, 166 | 1, 167 | 0, 168 | 1, 169 | 2 170 | ], 171 | [ 172 | 0, 173 | 1, 174 | 0, 175 | 0, 176 | 0, 177 | 0, 178 | 1, 179 | 1, 180 | 2, 181 | 1, 182 | 1, 183 | 2 184 | ], 185 | [ 186 | 0, 187 | 0, 188 | 0, 189 | 0, 190 | 0, 191 | 0, 192 | 1, 193 | 0, 194 | 0, 195 | 0, 196 | 0, 197 | 2 198 | ], 199 | [ 200 | 0, 201 | 0, 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 2 212 | ], 213 | [ 214 | 1, 215 | 1, 216 | 1, 217 | 1, 218 | 1, 219 | 0, 220 | 1, 221 | 1, 222 | 1, 223 | 1, 224 | 1, 225 | 2 226 | ], 227 | [ 228 | 0, 229 | 0, 230 | 0, 231 | 1, 232 | 0, 233 | 0, 234 | 1, 235 | 0, 236 | 0, 237 | 0, 238 | 0, 239 | 2 240 | ], 241 | [ 242 | 0, 243 | 2, 244 | 1, 245 | 2, 246 | 0, 247 | 0, 248 | 1, 249 | 0, 250 | 2, 251 | 2, 252 | 2, 253 | 2 254 | ], 255 | [ 256 | 0, 257 | 2, 258 | 0, 259 | 1, 260 | 0, 261 | 0, 262 | 1, 263 | 0, 264 | 2, 265 | 0, 266 | 0, 267 | 2 268 | ], 269 | [ 270 | 0, 271 | 2, 272 | 1, 273 | 1, 274 | 0, 275 | 0, 276 | 1, 277 | 0, 278 | 2, 279 | 0, 280 | 0, 281 | 2 282 | ], 283 | [ 284 | 2, 285 | 2, 286 | 2, 287 | 2, 288 | 2, 289 | 2, 290 | 2, 291 | 2, 292 | 2, 293 | 2, 294 | 2, 295 | 2 296 | ] 297 | ], 298 | "rule_severities": { 299 | "bus_definition_conflict": "error", 300 | "bus_label_syntax": "error", 301 | "bus_to_bus_conflict": "error", 302 | "bus_to_net_conflict": "error", 303 | "different_unit_footprint": "error", 304 | "different_unit_net": "error", 305 | "duplicate_reference": "error", 306 | "duplicate_sheet_names": "error", 307 | "extra_units": "error", 308 | "global_label_dangling": "warning", 309 | "hier_label_mismatch": "error", 310 | "label_dangling": "error", 311 | "lib_symbol_issues": "warning", 312 | "multiple_net_names": "warning", 313 | "net_not_bus_member": "warning", 314 | "no_connect_connected": "warning", 315 | "no_connect_dangling": "warning", 316 | "pin_not_connected": "error", 317 | "pin_not_driven": "error", 318 | "pin_to_pin": "warning", 319 | "power_pin_not_driven": "error", 320 | "similar_labels": "warning", 321 | "unannotated": "error", 322 | "unit_value_mismatch": "error", 323 | "unresolved_variable": "error", 324 | "wire_dangling": "error" 325 | } 326 | }, 327 | "libraries": { 328 | "pinned_footprint_libs": [], 329 | "pinned_symbol_libs": [] 330 | }, 331 | "meta": { 332 | "filename": "plates.kicad_pro", 333 | "version": 1 334 | }, 335 | "net_settings": { 336 | "classes": [ 337 | { 338 | "bus_width": 6.0, 339 | "clearance": 0.2, 340 | "diff_pair_gap": 0.25, 341 | "diff_pair_via_gap": 0.25, 342 | "diff_pair_width": 0.2, 343 | "line_style": 0, 344 | "microvia_diameter": 0.3, 345 | "microvia_drill": 0.1, 346 | "name": "Default", 347 | "pcb_color": "rgba(0, 0, 0, 0.000)", 348 | "schematic_color": "rgba(0, 0, 0, 0.000)", 349 | "track_width": 0.25, 350 | "via_diameter": 0.8, 351 | "via_drill": 0.4, 352 | "wire_width": 6.0 353 | } 354 | ], 355 | "meta": { 356 | "version": 0 357 | }, 358 | "net_colors": null 359 | }, 360 | "pcbnew": { 361 | "last_paths": { 362 | "gencad": "", 363 | "idf": "", 364 | "netlist": "", 365 | "specctra_dsn": "", 366 | "step": "", 367 | "vrml": "" 368 | }, 369 | "page_layout_descr_file": "" 370 | }, 371 | "schematic": { 372 | "drawing": { 373 | "default_bus_thickness": 12.0, 374 | "default_junction_size": 36.0, 375 | "default_line_thickness": 6.0, 376 | "default_text_size": 50.0, 377 | "default_wire_thickness": 6.0, 378 | "field_names": [], 379 | "intersheets_ref_own_page": false, 380 | "intersheets_ref_prefix": "", 381 | "intersheets_ref_short": false, 382 | "intersheets_ref_show": false, 383 | "intersheets_ref_suffix": "", 384 | "junction_size_choice": 3, 385 | "pin_symbol_size": 25.0, 386 | "text_offset_ratio": 0.3 387 | }, 388 | "legacy_lib_dir": "", 389 | "legacy_lib_list": [], 390 | "meta": { 391 | "version": 0 392 | }, 393 | "net_format_name": "", 394 | "ngspice": { 395 | "meta": { 396 | "version": 0 397 | }, 398 | "model_mode": 0 399 | }, 400 | "page_layout_descr_file": "", 401 | "plot_directory": "", 402 | "spice_adjust_passive_values": false, 403 | "spice_external_command": "spice \"%I\"", 404 | "subpart_first_id": 65, 405 | "subpart_id_separator": 0 406 | }, 407 | "sheets": [ 408 | [ 409 | "c50591db-2b85-4fad-bc71-50a48056cf99", 410 | "" 411 | ] 412 | ], 413 | "text_variables": {} 414 | } 415 | -------------------------------------------------------------------------------- /plate-bottom/plate-bottom.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20210406) (generator eeschema) 2 | 3 | (uuid c50591db-2b85-4fad-bc71-50a48056cf99) 4 | 5 | (paper "A4") 6 | 7 | (lib_symbols 8 | (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 9 | (property "Reference" "H" (id 0) (at 0 6.35 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (id 2) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (id 3) (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (symbol "MountingHole_Pad_0_1" 31 | (circle (center 0 1.27) (radius 1.27) (stroke (width 1.27)) (fill (type none))) 32 | ) 33 | (symbol "MountingHole_Pad_1_1" 34 | (pin input line (at 0 -2.54 90) (length 2.54) 35 | (name "1" (effects (font (size 1.27 1.27)))) 36 | (number "1" (effects (font (size 1.27 1.27)))) 37 | ) 38 | ) 39 | ) 40 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 41 | (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) 42 | (effects (font (size 1.27 1.27)) hide) 43 | ) 44 | (property "Value" "GND" (id 1) (at 0 -3.81 0) 45 | (effects (font (size 1.27 1.27))) 46 | ) 47 | (property "Footprint" "" (id 2) (at 0 0 0) 48 | (effects (font (size 1.27 1.27)) hide) 49 | ) 50 | (property "Datasheet" "" (id 3) (at 0 0 0) 51 | (effects (font (size 1.27 1.27)) hide) 52 | ) 53 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 54 | (effects (font (size 1.27 1.27)) hide) 55 | ) 56 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) 57 | (effects (font (size 1.27 1.27)) hide) 58 | ) 59 | (symbol "GND_0_1" 60 | (polyline 61 | (pts 62 | (xy 0 0) 63 | (xy 0 -1.27) 64 | (xy 1.27 -1.27) 65 | (xy 0 -2.54) 66 | (xy -1.27 -1.27) 67 | (xy 0 -1.27) 68 | ) 69 | (stroke (width 0)) (fill (type none)) 70 | ) 71 | ) 72 | (symbol "GND_1_1" 73 | (pin power_in line (at 0 0 270) (length 0) hide 74 | (name "GND" (effects (font (size 1.27 1.27)))) 75 | (number "1" (effects (font (size 1.27 1.27)))) 76 | ) 77 | ) 78 | ) 79 | (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) 80 | (property "Reference" "#FLG" (id 0) (at 0 1.905 0) 81 | (effects (font (size 1.27 1.27)) hide) 82 | ) 83 | (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) 84 | (effects (font (size 1.27 1.27))) 85 | ) 86 | (property "Footprint" "" (id 2) (at 0 0 0) 87 | (effects (font (size 1.27 1.27)) hide) 88 | ) 89 | (property "Datasheet" "~" (id 3) (at 0 0 0) 90 | (effects (font (size 1.27 1.27)) hide) 91 | ) 92 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 93 | (effects (font (size 1.27 1.27)) hide) 94 | ) 95 | (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) 96 | (effects (font (size 1.27 1.27)) hide) 97 | ) 98 | (symbol "PWR_FLAG_0_0" 99 | (pin power_out line (at 0 0 90) (length 0) 100 | (name "pwr" (effects (font (size 1.27 1.27)))) 101 | (number "1" (effects (font (size 1.27 1.27)))) 102 | ) 103 | ) 104 | (symbol "PWR_FLAG_0_1" 105 | (polyline 106 | (pts 107 | (xy 0 0) 108 | (xy 0 1.27) 109 | (xy -1.016 1.905) 110 | (xy 0 2.54) 111 | (xy 1.016 1.905) 112 | (xy 0 1.27) 113 | ) 114 | (stroke (width 0)) (fill (type none)) 115 | ) 116 | ) 117 | ) 118 | ) 119 | 120 | (junction (at 151.13 85.725) (diameter 0.9144) (color 0 0 0 0)) 121 | (junction (at 151.13 96.52) (diameter 0.9144) (color 0 0 0 0)) 122 | (junction (at 151.13 106.68) (diameter 0.9144) (color 0 0 0 0)) 123 | (junction (at 151.13 116.84) (diameter 0.9144) (color 0 0 0 0)) 124 | (junction (at 151.13 125.095) (diameter 0.9144) (color 0 0 0 0)) 125 | (junction (at 151.13 132.715) (diameter 0.9144) (color 0 0 0 0)) 126 | (junction (at 151.13 140.97) (diameter 0.9144) (color 0 0 0 0)) 127 | (junction (at 151.13 151.765) (diameter 0.9144) (color 0 0 0 0)) 128 | 129 | (wire (pts (xy 151.13 85.725) (xy 151.13 96.52)) 130 | (stroke (width 0) (type solid) (color 0 0 0 0)) 131 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 132 | ) 133 | (wire (pts (xy 151.13 96.52) (xy 151.13 106.68)) 134 | (stroke (width 0) (type solid) (color 0 0 0 0)) 135 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 136 | ) 137 | (wire (pts (xy 151.13 106.68) (xy 151.13 116.84)) 138 | (stroke (width 0) (type solid) (color 0 0 0 0)) 139 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 140 | ) 141 | (wire (pts (xy 151.13 125.095) (xy 151.13 116.84)) 142 | (stroke (width 0) (type solid) (color 0 0 0 0)) 143 | (uuid ac5c756b-7fa6-4522-b860-67db80452cc4) 144 | ) 145 | (wire (pts (xy 151.13 132.715) (xy 151.13 125.095)) 146 | (stroke (width 0) (type solid) (color 0 0 0 0)) 147 | (uuid 3ffe4418-ddf3-4291-a7e0-5968f0a725fd) 148 | ) 149 | (wire (pts (xy 151.13 140.97) (xy 151.13 132.715)) 150 | (stroke (width 0) (type solid) (color 0 0 0 0)) 151 | (uuid 3ffe4418-ddf3-4291-a7e0-5968f0a725fd) 152 | ) 153 | (wire (pts (xy 151.13 151.765) (xy 151.13 140.97)) 154 | (stroke (width 0) (type solid) (color 0 0 0 0)) 155 | (uuid 8e73002d-70da-4bfb-bc55-ff7b1cce670a) 156 | ) 157 | 158 | (symbol (lib_id "power:PWR_FLAG") (at 151.13 85.725 0) (unit 1) 159 | (in_bom yes) (on_board yes) 160 | (uuid d54f50a8-2d8c-4ea8-aa2a-a9aaab8f6ee8) 161 | (property "Reference" "#FLG0101" (id 0) (at 151.13 83.82 0) 162 | (effects (font (size 1.27 1.27)) hide) 163 | ) 164 | (property "Value" "PWR_FLAG" (id 1) (at 156.845 83.82 0)) 165 | (property "Footprint" "" (id 2) (at 151.13 85.725 0) 166 | (effects (font (size 1.27 1.27)) hide) 167 | ) 168 | (property "Datasheet" "~" (id 3) (at 151.13 85.725 0) 169 | (effects (font (size 1.27 1.27)) hide) 170 | ) 171 | (pin "1" (uuid 6e668264-44ee-4b89-bc48-1f942a20b5ef)) 172 | ) 173 | 174 | (symbol (lib_id "power:GND") (at 151.13 151.765 0) (unit 1) 175 | (in_bom yes) (on_board yes) 176 | (uuid d02cd1a6-3749-4d8f-9df5-70015ad38245) 177 | (property "Reference" "#PWR0101" (id 0) (at 151.13 158.115 0) 178 | (effects (font (size 1.27 1.27)) hide) 179 | ) 180 | (property "Value" "GND" (id 1) (at 153.67 154.305 0)) 181 | (property "Footprint" "" (id 2) (at 151.13 151.765 0) 182 | (effects (font (size 1.27 1.27)) hide) 183 | ) 184 | (property "Datasheet" "" (id 3) (at 151.13 151.765 0) 185 | (effects (font (size 1.27 1.27)) hide) 186 | ) 187 | (pin "1" (uuid c1daee15-5988-4feb-bbb8-5fe4b17363bb)) 188 | ) 189 | 190 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 85.725 90) (unit 1) 191 | (in_bom yes) (on_board yes) 192 | (uuid 4c244714-e144-4bd5-a03b-b296da2c7fe8) 193 | (property "Reference" "H1" (id 0) (at 147.193 82.55 90)) 194 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 85.725 90)) 195 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 85.725 0) 196 | (effects (font (size 1.27 1.27)) hide) 197 | ) 198 | (property "Datasheet" "~" (id 3) (at 148.59 85.725 0) 199 | (effects (font (size 1.27 1.27)) hide) 200 | ) 201 | (pin "1" (uuid ad38cc51-8ef1-4291-bd5a-604028cbbb48)) 202 | ) 203 | 204 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 96.52 90) (unit 1) 205 | (in_bom yes) (on_board yes) 206 | (uuid c319c735-b95d-43e4-b98f-b91d19b32f8f) 207 | (property "Reference" "H2" (id 0) (at 147.193 93.345 90)) 208 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 96.52 90)) 209 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 96.52 0) 210 | (effects (font (size 1.27 1.27)) hide) 211 | ) 212 | (property "Datasheet" "~" (id 3) (at 148.59 96.52 0) 213 | (effects (font (size 1.27 1.27)) hide) 214 | ) 215 | (pin "1" (uuid ecffac63-428c-4ee9-bbb8-a23e1a719cd2)) 216 | ) 217 | 218 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 106.68 90) (unit 1) 219 | (in_bom yes) (on_board yes) 220 | (uuid e43f6ebd-a50b-4580-bc9b-a34cfba75082) 221 | (property "Reference" "H3" (id 0) (at 147.193 103.505 90)) 222 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 106.68 90)) 223 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 106.68 0) 224 | (effects (font (size 1.27 1.27)) hide) 225 | ) 226 | (property "Datasheet" "~" (id 3) (at 148.59 106.68 0) 227 | (effects (font (size 1.27 1.27)) hide) 228 | ) 229 | (pin "1" (uuid 81df150a-9085-4423-8d99-b437b144db1f)) 230 | ) 231 | 232 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 116.84 90) (unit 1) 233 | (in_bom yes) (on_board yes) 234 | (uuid 8c745390-cc38-46bd-bb97-2cf3ad614589) 235 | (property "Reference" "H4" (id 0) (at 147.193 113.665 90)) 236 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 116.84 90)) 237 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 116.84 0) 238 | (effects (font (size 1.27 1.27)) hide) 239 | ) 240 | (property "Datasheet" "~" (id 3) (at 148.59 116.84 0) 241 | (effects (font (size 1.27 1.27)) hide) 242 | ) 243 | (pin "1" (uuid 52e28e2d-adeb-499a-9dc8-a93b8a62c212)) 244 | ) 245 | 246 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 125.095 90) (unit 1) 247 | (in_bom yes) (on_board yes) 248 | (uuid c8e60124-e357-4bdc-9757-f4e4980657e9) 249 | (property "Reference" "H5" (id 0) (at 147.193 121.92 90)) 250 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 125.095 90)) 251 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 125.095 0) 252 | (effects (font (size 1.27 1.27)) hide) 253 | ) 254 | (property "Datasheet" "~" (id 3) (at 148.59 125.095 0) 255 | (effects (font (size 1.27 1.27)) hide) 256 | ) 257 | (pin "1" (uuid 1f693584-0a9d-494b-ab7e-08a3d5148173)) 258 | ) 259 | 260 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 132.715 90) (unit 1) 261 | (in_bom yes) (on_board yes) 262 | (uuid 5a574c9e-db42-434a-8454-2f5287146d31) 263 | (property "Reference" "H6" (id 0) (at 147.193 129.54 90)) 264 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 132.715 90)) 265 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 132.715 0) 266 | (effects (font (size 1.27 1.27)) hide) 267 | ) 268 | (property "Datasheet" "~" (id 3) (at 148.59 132.715 0) 269 | (effects (font (size 1.27 1.27)) hide) 270 | ) 271 | (pin "1" (uuid 405cf6d9-2c13-43fd-8fb3-88e93174c420)) 272 | ) 273 | 274 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 140.97 90) (unit 1) 275 | (in_bom yes) (on_board yes) 276 | (uuid 355a6045-7868-4d83-bbf5-a9e25c3763e0) 277 | (property "Reference" "H7" (id 0) (at 147.193 137.795 90)) 278 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 140.97 90)) 279 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 140.97 0) 280 | (effects (font (size 1.27 1.27)) hide) 281 | ) 282 | (property "Datasheet" "~" (id 3) (at 148.59 140.97 0) 283 | (effects (font (size 1.27 1.27)) hide) 284 | ) 285 | (pin "1" (uuid d3117d7e-3035-48cb-a2f6-0755dc49ddd9)) 286 | ) 287 | 288 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 151.765 90) (unit 1) 289 | (in_bom yes) (on_board yes) 290 | (uuid 1eb9dddf-4c5b-44ba-a982-57a41462a293) 291 | (property "Reference" "H8" (id 0) (at 147.193 148.59 90)) 292 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 151.765 90)) 293 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 151.765 0) 294 | (effects (font (size 1.27 1.27)) hide) 295 | ) 296 | (property "Datasheet" "~" (id 3) (at 148.59 151.765 0) 297 | (effects (font (size 1.27 1.27)) hide) 298 | ) 299 | (pin "1" (uuid cd0a51a1-d726-4c11-a8bc-52b738ecdec7)) 300 | ) 301 | 302 | (sheet_instances 303 | (path "/" (page "1")) 304 | ) 305 | 306 | (symbol_instances 307 | (path "/d54f50a8-2d8c-4ea8-aa2a-a9aaab8f6ee8" 308 | (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "") 309 | ) 310 | (path "/d02cd1a6-3749-4d8f-9df5-70015ad38245" 311 | (reference "#PWR0101") (unit 1) (value "GND") (footprint "") 312 | ) 313 | (path "/4c244714-e144-4bd5-a03b-b296da2c7fe8" 314 | (reference "H1") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 315 | ) 316 | (path "/c319c735-b95d-43e4-b98f-b91d19b32f8f" 317 | (reference "H2") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 318 | ) 319 | (path "/e43f6ebd-a50b-4580-bc9b-a34cfba75082" 320 | (reference "H3") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 321 | ) 322 | (path "/8c745390-cc38-46bd-bb97-2cf3ad614589" 323 | (reference "H4") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 324 | ) 325 | (path "/c8e60124-e357-4bdc-9757-f4e4980657e9" 326 | (reference "H5") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 327 | ) 328 | (path "/5a574c9e-db42-434a-8454-2f5287146d31" 329 | (reference "H6") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 330 | ) 331 | (path "/355a6045-7868-4d83-bbf5-a9e25c3763e0" 332 | (reference "H7") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 333 | ) 334 | (path "/1eb9dddf-4c5b-44ba-a982-57a41462a293" 335 | (reference "H8") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 336 | ) 337 | ) 338 | ) 339 | -------------------------------------------------------------------------------- /plate-top/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-B_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:07+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Bot*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:07* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,H2*% 18 | X33460000Y-141880000D03* 19 | %TD*% 20 | %TO.C,H4*% 21 | X266060000Y-141870000D03* 22 | %TD*% 23 | %TO.C,H3*% 24 | X266060000Y-63670000D03* 25 | %TD*% 26 | %TO.C,H1*% 27 | X33460000Y-63670000D03* 28 | %TD*% 29 | M02* 30 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:06+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:06* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-B_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:06+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:06* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | %LPC*% 17 | D10* 18 | %TO.C,H2*% 19 | X33460000Y-141880000D03* 20 | %TD*% 21 | %TO.C,H4*% 22 | X266060000Y-141870000D03* 23 | %TD*% 24 | %TO.C,H3*% 25 | X266060000Y-63670000D03* 26 | %TD*% 27 | %TO.C,H1*% 28 | X33460000Y-63670000D03* 29 | %TD*% 30 | M02* 31 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-F_Mask.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:07+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Soldermask,Top*% 6 | %TF.FilePolarity,Negative*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:07* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | D10* 17 | %TO.C,H2*% 18 | X33460000Y-141880000D03* 19 | %TD*% 20 | %TO.C,H4*% 21 | X266060000Y-141870000D03* 22 | %TD*% 23 | %TO.C,H3*% 24 | X266060000Y-63670000D03* 25 | %TD*% 26 | %TO.C,H1*% 27 | X33460000Y-63670000D03* 28 | %TD*% 29 | M02* 30 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:06+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:06* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top-F_Silkscreen.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-10650-gfdcc49d3ee)*% 2 | %TF.CreationDate,2021-06-11T23:30:06+02:00*% 3 | %TF.ProjectId,plate-top,706c6174-652d-4746-9f70-2e6b69636164,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Legend,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-10650-gfdcc49d3ee)) date 2021-06-11 23:30:06* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | %ADD10C,5.000000*% 15 | G04 APERTURE END LIST* 16 | %LPC*% 17 | D10* 18 | %TO.C,H2*% 19 | X33460000Y-141880000D03* 20 | %TD*% 21 | %TO.C,H4*% 22 | X266060000Y-141870000D03* 23 | %TD*% 24 | %TO.C,H3*% 25 | X266060000Y-63670000D03* 26 | %TD*% 27 | %TO.C,H1*% 28 | X33460000Y-63670000D03* 29 | %TD*% 30 | M02* 31 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.99.0-10650-gfdcc49d3ee)} date Fri Jun 11 23:29:57 2021 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2021-06-11T23:29:57+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.99.0-10650-gfdcc49d3ee) 6 | ; #@! TF.FileFunction,MixedPlating,1,2 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 10 | T1C2.500 11 | % 12 | G90 13 | G05 14 | T1 15 | X33.46Y-63.67 16 | X33.46Y-141.88 17 | X266.06Y-63.67 18 | X266.06Y-141.87 19 | T0 20 | M30 21 | -------------------------------------------------------------------------------- /plate-top/gerbers/plate-top.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/plate-top/gerbers/plate-top.zip -------------------------------------------------------------------------------- /plate-top/plate-top.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 44, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 1, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.44999998807907104 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 6, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 14, 44 | 15, 45 | 16, 46 | 17, 47 | 18, 48 | 19, 49 | 20, 50 | 21, 51 | 22, 52 | 23, 53 | 24, 54 | 25, 55 | 26, 56 | 27, 57 | 28, 58 | 29, 59 | 30, 60 | 32, 61 | 33, 62 | 34, 63 | 35, 64 | 36 65 | ], 66 | "visible_layers": "fffffff_ffffffff", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "plate-top.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /plate-top/plate-top.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.15, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 0.762, 37 | "height": 1.524, 38 | "width": 1.524 39 | }, 40 | "silk_line_width": 0.15, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.508 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "copper_edge_clearance": "ignore", 60 | "courtyards_overlap": "error", 61 | "diff_pair_gap_out_of_range": "error", 62 | "diff_pair_uncoupled_length_too_long": "error", 63 | "drill_out_of_range": "error", 64 | "duplicate_footprints": "warning", 65 | "extra_footprint": "warning", 66 | "hole_clearance": "error", 67 | "hole_near_hole": "error", 68 | "invalid_outline": "ignore", 69 | "item_on_disabled_layer": "error", 70 | "items_not_allowed": "error", 71 | "length_out_of_range": "error", 72 | "malformed_courtyard": "error", 73 | "microvia_drill_out_of_range": "error", 74 | "missing_courtyard": "ignore", 75 | "missing_footprint": "warning", 76 | "net_conflict": "warning", 77 | "npth_inside_courtyard": "ignore", 78 | "padstack": "error", 79 | "pth_inside_courtyard": "ignore", 80 | "shorting_items": "error", 81 | "silk_over_copper": "error", 82 | "silk_overlap": "error", 83 | "skew_out_of_range": "error", 84 | "too_many_vias": "error", 85 | "track_dangling": "warning", 86 | "track_width": "error", 87 | "tracks_crossing": "error", 88 | "unconnected_items": "error", 89 | "unresolved_variable": "error", 90 | "via_dangling": "warning", 91 | "zone_has_empty_net": "error", 92 | "zones_intersect": "error" 93 | }, 94 | "rules": { 95 | "allow_blind_buried_vias": false, 96 | "allow_microvias": false, 97 | "max_error": 0.005, 98 | "min_clearance": 0.0, 99 | "min_copper_edge_clearance": 0.0, 100 | "min_hole_clearance": 0.0, 101 | "min_hole_to_hole": 0.25, 102 | "min_microvia_diameter": 0.19999999999999998, 103 | "min_microvia_drill": 0.09999999999999999, 104 | "min_silk_clearance": 0.0, 105 | "min_through_hole_diameter": 0.3, 106 | "min_track_width": 0.19999999999999998, 107 | "min_via_annular_width": 0.049999999999999996, 108 | "min_via_diameter": 0.39999999999999997, 109 | "solder_mask_clearance": 0.0, 110 | "solder_mask_min_width": 0.0, 111 | "use_height_for_length_calcs": true 112 | }, 113 | "track_widths": [], 114 | "via_dimensions": [], 115 | "zones_allow_external_fillets": false, 116 | "zones_use_no_outline": true 117 | }, 118 | "layer_presets": [] 119 | }, 120 | "boards": [], 121 | "cvpcb": { 122 | "equivalence_files": [] 123 | }, 124 | "erc": { 125 | "erc_exclusions": [], 126 | "meta": { 127 | "version": 0 128 | }, 129 | "pin_map": [ 130 | [ 131 | 0, 132 | 0, 133 | 0, 134 | 0, 135 | 0, 136 | 0, 137 | 1, 138 | 0, 139 | 0, 140 | 0, 141 | 0, 142 | 2 143 | ], 144 | [ 145 | 0, 146 | 2, 147 | 0, 148 | 1, 149 | 0, 150 | 0, 151 | 1, 152 | 0, 153 | 2, 154 | 2, 155 | 2, 156 | 2 157 | ], 158 | [ 159 | 0, 160 | 0, 161 | 0, 162 | 0, 163 | 0, 164 | 0, 165 | 1, 166 | 0, 167 | 1, 168 | 0, 169 | 1, 170 | 2 171 | ], 172 | [ 173 | 0, 174 | 1, 175 | 0, 176 | 0, 177 | 0, 178 | 0, 179 | 1, 180 | 1, 181 | 2, 182 | 1, 183 | 1, 184 | 2 185 | ], 186 | [ 187 | 0, 188 | 0, 189 | 0, 190 | 0, 191 | 0, 192 | 0, 193 | 1, 194 | 0, 195 | 0, 196 | 0, 197 | 0, 198 | 2 199 | ], 200 | [ 201 | 0, 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 2 213 | ], 214 | [ 215 | 1, 216 | 1, 217 | 1, 218 | 1, 219 | 1, 220 | 0, 221 | 1, 222 | 1, 223 | 1, 224 | 1, 225 | 1, 226 | 2 227 | ], 228 | [ 229 | 0, 230 | 0, 231 | 0, 232 | 1, 233 | 0, 234 | 0, 235 | 1, 236 | 0, 237 | 0, 238 | 0, 239 | 0, 240 | 2 241 | ], 242 | [ 243 | 0, 244 | 2, 245 | 1, 246 | 2, 247 | 0, 248 | 0, 249 | 1, 250 | 0, 251 | 2, 252 | 2, 253 | 2, 254 | 2 255 | ], 256 | [ 257 | 0, 258 | 2, 259 | 0, 260 | 1, 261 | 0, 262 | 0, 263 | 1, 264 | 0, 265 | 2, 266 | 0, 267 | 0, 268 | 2 269 | ], 270 | [ 271 | 0, 272 | 2, 273 | 1, 274 | 1, 275 | 0, 276 | 0, 277 | 1, 278 | 0, 279 | 2, 280 | 0, 281 | 0, 282 | 2 283 | ], 284 | [ 285 | 2, 286 | 2, 287 | 2, 288 | 2, 289 | 2, 290 | 2, 291 | 2, 292 | 2, 293 | 2, 294 | 2, 295 | 2, 296 | 2 297 | ] 298 | ], 299 | "rule_severities": { 300 | "bus_definition_conflict": "error", 301 | "bus_label_syntax": "error", 302 | "bus_to_bus_conflict": "error", 303 | "bus_to_net_conflict": "error", 304 | "different_unit_footprint": "error", 305 | "different_unit_net": "error", 306 | "duplicate_reference": "error", 307 | "duplicate_sheet_names": "error", 308 | "extra_units": "error", 309 | "global_label_dangling": "warning", 310 | "hier_label_mismatch": "error", 311 | "label_dangling": "error", 312 | "lib_symbol_issues": "warning", 313 | "multiple_net_names": "warning", 314 | "net_not_bus_member": "warning", 315 | "no_connect_connected": "warning", 316 | "no_connect_dangling": "warning", 317 | "pin_not_connected": "error", 318 | "pin_not_driven": "error", 319 | "pin_to_pin": "warning", 320 | "power_pin_not_driven": "error", 321 | "similar_labels": "warning", 322 | "unannotated": "error", 323 | "unit_value_mismatch": "error", 324 | "unresolved_variable": "error", 325 | "wire_dangling": "error" 326 | } 327 | }, 328 | "libraries": { 329 | "pinned_footprint_libs": [], 330 | "pinned_symbol_libs": [] 331 | }, 332 | "meta": { 333 | "filename": "plate-top.kicad_pro", 334 | "version": 1 335 | }, 336 | "net_settings": { 337 | "classes": [ 338 | { 339 | "bus_width": 6.0, 340 | "clearance": 0.2, 341 | "diff_pair_gap": 0.25, 342 | "diff_pair_via_gap": 0.25, 343 | "diff_pair_width": 0.2, 344 | "line_style": 0, 345 | "microvia_diameter": 0.3, 346 | "microvia_drill": 0.1, 347 | "name": "Default", 348 | "pcb_color": "rgba(0, 0, 0, 0.000)", 349 | "schematic_color": "rgba(0, 0, 0, 0.000)", 350 | "track_width": 0.25, 351 | "via_diameter": 0.8, 352 | "via_drill": 0.4, 353 | "wire_width": 6.0 354 | } 355 | ], 356 | "meta": { 357 | "version": 0 358 | }, 359 | "net_colors": null 360 | }, 361 | "pcbnew": { 362 | "last_paths": { 363 | "gencad": "", 364 | "idf": "", 365 | "netlist": "", 366 | "specctra_dsn": "", 367 | "step": "", 368 | "vrml": "" 369 | }, 370 | "page_layout_descr_file": "" 371 | }, 372 | "schematic": { 373 | "drawing": { 374 | "default_bus_thickness": 12.0, 375 | "default_junction_size": 36.0, 376 | "default_line_thickness": 6.0, 377 | "default_text_size": 50.0, 378 | "default_wire_thickness": 6.0, 379 | "field_names": [], 380 | "intersheets_ref_own_page": false, 381 | "intersheets_ref_prefix": "", 382 | "intersheets_ref_short": false, 383 | "intersheets_ref_show": false, 384 | "intersheets_ref_suffix": "", 385 | "junction_size_choice": 3, 386 | "pin_symbol_size": 25.0, 387 | "text_offset_ratio": 0.3 388 | }, 389 | "legacy_lib_dir": "", 390 | "legacy_lib_list": [], 391 | "meta": { 392 | "version": 0 393 | }, 394 | "net_format_name": "", 395 | "ngspice": { 396 | "meta": { 397 | "version": 0 398 | }, 399 | "model_mode": 0, 400 | "workbook_filename": "" 401 | }, 402 | "page_layout_descr_file": "", 403 | "plot_directory": "", 404 | "spice_adjust_passive_values": false, 405 | "spice_external_command": "spice \"%I\"", 406 | "subpart_first_id": 65, 407 | "subpart_id_separator": 0 408 | }, 409 | "sheets": [ 410 | [ 411 | "c50591db-2b85-4fad-bc71-50a48056cf99", 412 | "" 413 | ] 414 | ], 415 | "text_variables": {} 416 | } 417 | -------------------------------------------------------------------------------- /plate-top/plate-top.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20210406) (generator eeschema) 2 | 3 | (uuid c50591db-2b85-4fad-bc71-50a48056cf99) 4 | 5 | (paper "A4") 6 | 7 | (lib_symbols 8 | (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 9 | (property "Reference" "H" (id 0) (at 0 6.35 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (id 2) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (id 3) (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (symbol "MountingHole_Pad_0_1" 31 | (circle (center 0 1.27) (radius 1.27) (stroke (width 1.27)) (fill (type none))) 32 | ) 33 | (symbol "MountingHole_Pad_1_1" 34 | (pin input line (at 0 -2.54 90) (length 2.54) 35 | (name "1" (effects (font (size 1.27 1.27)))) 36 | (number "1" (effects (font (size 1.27 1.27)))) 37 | ) 38 | ) 39 | ) 40 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 41 | (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) 42 | (effects (font (size 1.27 1.27)) hide) 43 | ) 44 | (property "Value" "GND" (id 1) (at 0 -3.81 0) 45 | (effects (font (size 1.27 1.27))) 46 | ) 47 | (property "Footprint" "" (id 2) (at 0 0 0) 48 | (effects (font (size 1.27 1.27)) hide) 49 | ) 50 | (property "Datasheet" "" (id 3) (at 0 0 0) 51 | (effects (font (size 1.27 1.27)) hide) 52 | ) 53 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 54 | (effects (font (size 1.27 1.27)) hide) 55 | ) 56 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) 57 | (effects (font (size 1.27 1.27)) hide) 58 | ) 59 | (symbol "GND_0_1" 60 | (polyline 61 | (pts 62 | (xy 0 0) 63 | (xy 0 -1.27) 64 | (xy 1.27 -1.27) 65 | (xy 0 -2.54) 66 | (xy -1.27 -1.27) 67 | (xy 0 -1.27) 68 | ) 69 | (stroke (width 0)) (fill (type none)) 70 | ) 71 | ) 72 | (symbol "GND_1_1" 73 | (pin power_in line (at 0 0 270) (length 0) hide 74 | (name "GND" (effects (font (size 1.27 1.27)))) 75 | (number "1" (effects (font (size 1.27 1.27)))) 76 | ) 77 | ) 78 | ) 79 | (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) 80 | (property "Reference" "#FLG" (id 0) (at 0 1.905 0) 81 | (effects (font (size 1.27 1.27)) hide) 82 | ) 83 | (property "Value" "PWR_FLAG" (id 1) (at 0 3.81 0) 84 | (effects (font (size 1.27 1.27))) 85 | ) 86 | (property "Footprint" "" (id 2) (at 0 0 0) 87 | (effects (font (size 1.27 1.27)) hide) 88 | ) 89 | (property "Datasheet" "~" (id 3) (at 0 0 0) 90 | (effects (font (size 1.27 1.27)) hide) 91 | ) 92 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 93 | (effects (font (size 1.27 1.27)) hide) 94 | ) 95 | (property "ki_description" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) 96 | (effects (font (size 1.27 1.27)) hide) 97 | ) 98 | (symbol "PWR_FLAG_0_0" 99 | (pin power_out line (at 0 0 90) (length 0) 100 | (name "pwr" (effects (font (size 1.27 1.27)))) 101 | (number "1" (effects (font (size 1.27 1.27)))) 102 | ) 103 | ) 104 | (symbol "PWR_FLAG_0_1" 105 | (polyline 106 | (pts 107 | (xy 0 0) 108 | (xy 0 1.27) 109 | (xy -1.016 1.905) 110 | (xy 0 2.54) 111 | (xy 1.016 1.905) 112 | (xy 0 1.27) 113 | ) 114 | (stroke (width 0)) (fill (type none)) 115 | ) 116 | ) 117 | ) 118 | ) 119 | 120 | (junction (at 151.13 85.725) (diameter 0.9144) (color 0 0 0 0)) 121 | (junction (at 151.13 96.52) (diameter 0.9144) (color 0 0 0 0)) 122 | (junction (at 151.13 106.68) (diameter 0.9144) (color 0 0 0 0)) 123 | 124 | (wire (pts (xy 151.13 85.725) (xy 151.13 96.52)) 125 | (stroke (width 0) (type solid) (color 0 0 0 0)) 126 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 127 | ) 128 | (wire (pts (xy 151.13 96.52) (xy 151.13 106.68)) 129 | (stroke (width 0) (type solid) (color 0 0 0 0)) 130 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 131 | ) 132 | (wire (pts (xy 151.13 106.68) (xy 151.13 116.84)) 133 | (stroke (width 0) (type solid) (color 0 0 0 0)) 134 | (uuid 90c96a59-5c8a-491f-804a-2a9844c74060) 135 | ) 136 | 137 | (symbol (lib_id "power:PWR_FLAG") (at 151.13 85.725 0) (unit 1) 138 | (in_bom yes) (on_board yes) 139 | (uuid d54f50a8-2d8c-4ea8-aa2a-a9aaab8f6ee8) 140 | (property "Reference" "#FLG0101" (id 0) (at 151.13 83.82 0) 141 | (effects (font (size 1.27 1.27)) hide) 142 | ) 143 | (property "Value" "PWR_FLAG" (id 1) (at 156.845 83.82 0)) 144 | (property "Footprint" "" (id 2) (at 151.13 85.725 0) 145 | (effects (font (size 1.27 1.27)) hide) 146 | ) 147 | (property "Datasheet" "~" (id 3) (at 151.13 85.725 0) 148 | (effects (font (size 1.27 1.27)) hide) 149 | ) 150 | (pin "1" (uuid 6e668264-44ee-4b89-bc48-1f942a20b5ef)) 151 | ) 152 | 153 | (symbol (lib_id "power:GND") (at 151.13 116.84 0) (unit 1) 154 | (in_bom yes) (on_board yes) 155 | (uuid d02cd1a6-3749-4d8f-9df5-70015ad38245) 156 | (property "Reference" "#PWR0101" (id 0) (at 151.13 123.19 0) 157 | (effects (font (size 1.27 1.27)) hide) 158 | ) 159 | (property "Value" "GND" (id 1) (at 153.67 119.38 0)) 160 | (property "Footprint" "" (id 2) (at 151.13 116.84 0) 161 | (effects (font (size 1.27 1.27)) hide) 162 | ) 163 | (property "Datasheet" "" (id 3) (at 151.13 116.84 0) 164 | (effects (font (size 1.27 1.27)) hide) 165 | ) 166 | (pin "1" (uuid c1daee15-5988-4feb-bbb8-5fe4b17363bb)) 167 | ) 168 | 169 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 85.725 90) (unit 1) 170 | (in_bom yes) (on_board yes) 171 | (uuid 4c244714-e144-4bd5-a03b-b296da2c7fe8) 172 | (property "Reference" "H1" (id 0) (at 147.193 82.55 90)) 173 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 85.725 90)) 174 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 85.725 0) 175 | (effects (font (size 1.27 1.27)) hide) 176 | ) 177 | (property "Datasheet" "~" (id 3) (at 148.59 85.725 0) 178 | (effects (font (size 1.27 1.27)) hide) 179 | ) 180 | (pin "1" (uuid ad38cc51-8ef1-4291-bd5a-604028cbbb48)) 181 | ) 182 | 183 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 96.52 90) (unit 1) 184 | (in_bom yes) (on_board yes) 185 | (uuid c319c735-b95d-43e4-b98f-b91d19b32f8f) 186 | (property "Reference" "H2" (id 0) (at 147.193 93.345 90)) 187 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 96.52 90)) 188 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 96.52 0) 189 | (effects (font (size 1.27 1.27)) hide) 190 | ) 191 | (property "Datasheet" "~" (id 3) (at 148.59 96.52 0) 192 | (effects (font (size 1.27 1.27)) hide) 193 | ) 194 | (pin "1" (uuid ecffac63-428c-4ee9-bbb8-a23e1a719cd2)) 195 | ) 196 | 197 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 106.68 90) (unit 1) 198 | (in_bom yes) (on_board yes) 199 | (uuid e43f6ebd-a50b-4580-bc9b-a34cfba75082) 200 | (property "Reference" "H3" (id 0) (at 147.193 103.505 90)) 201 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 106.68 90)) 202 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 106.68 0) 203 | (effects (font (size 1.27 1.27)) hide) 204 | ) 205 | (property "Datasheet" "~" (id 3) (at 148.59 106.68 0) 206 | (effects (font (size 1.27 1.27)) hide) 207 | ) 208 | (pin "1" (uuid 81df150a-9085-4423-8d99-b437b144db1f)) 209 | ) 210 | 211 | (symbol (lib_id "Mechanical:MountingHole_Pad") (at 148.59 116.84 90) (unit 1) 212 | (in_bom yes) (on_board yes) 213 | (uuid 8c745390-cc38-46bd-bb97-2cf3ad614589) 214 | (property "Reference" "H4" (id 0) (at 147.193 113.665 90)) 215 | (property "Value" "MountingHole_Pad" (id 1) (at 136.398 116.84 90)) 216 | (property "Footprint" "MountingHole:MountingHole_2.5mm_Pad" (id 2) (at 148.59 116.84 0) 217 | (effects (font (size 1.27 1.27)) hide) 218 | ) 219 | (property "Datasheet" "~" (id 3) (at 148.59 116.84 0) 220 | (effects (font (size 1.27 1.27)) hide) 221 | ) 222 | (pin "1" (uuid 52e28e2d-adeb-499a-9dc8-a93b8a62c212)) 223 | ) 224 | 225 | (sheet_instances 226 | (path "/" (page "1")) 227 | ) 228 | 229 | (symbol_instances 230 | (path "/d54f50a8-2d8c-4ea8-aa2a-a9aaab8f6ee8" 231 | (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "") 232 | ) 233 | (path "/d02cd1a6-3749-4d8f-9df5-70015ad38245" 234 | (reference "#PWR0101") (unit 1) (value "GND") (footprint "") 235 | ) 236 | (path "/4c244714-e144-4bd5-a03b-b296da2c7fe8" 237 | (reference "H1") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 238 | ) 239 | (path "/c319c735-b95d-43e4-b98f-b91d19b32f8f" 240 | (reference "H2") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 241 | ) 242 | (path "/e43f6ebd-a50b-4580-bc9b-a34cfba75082" 243 | (reference "H3") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 244 | ) 245 | (path "/8c745390-cc38-46bd-bb97-2cf3ad614589" 246 | (reference "H4") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_2.5mm_Pad") 247 | ) 248 | ) 249 | ) 250 | -------------------------------------------------------------------------------- /rev1.0/0xcb-static.bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/rev1.0/0xcb-static.bottom.png -------------------------------------------------------------------------------- /rev1.0/0xcb-static.csv: -------------------------------------------------------------------------------- 1 | "Source:","/home/conor/Sites/0xcb-static/PCB/rev1.0/0xcb-static.kicad_sch" 2 | "Date:","Fr 28 Mai 2021 11:54:58 CEST" 3 | "Tool:","Eeschema (5.99.0-10540-g55c1d814f9)" 4 | "Generator:","/usr/share/kicad-nightly/plugins/bom_csv_grouped_by_value.py" 5 | "Component Count:","111" 6 | 7 | "Individual Components:" 8 | 9 | "Item","Qty","Reference(s)","Value","LibPart","Footprint","Datasheet","Part Nb." 10 | "","","C1","0.1uF","Device:C_Small","Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm","~","C277965" 11 | "","","C2","0.1uF","Device:C_Small","Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm","~","C277965" 12 | "","","C3","20pF","Device:C_Small","Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm","~","C254096" 13 | "","","C4","20pF","Device:C_Small","Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm","~","C254096" 14 | "","","D1","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 15 | "","","D2","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 16 | "","","D3","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 17 | "","","D4","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 18 | "","","D5","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 19 | "","","D6","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 20 | "","","D7","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 21 | "","","D8","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 22 | "","","D9","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 23 | "","","D10","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 24 | "","","D11","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 25 | "","","D12","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 26 | "","","D13","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 27 | "","","D14","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 28 | "","","D15","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 29 | "","","D16","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 30 | "","","D17","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 31 | "","","D18","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 32 | "","","D19","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 33 | "","","D20","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 34 | "","","D21","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 35 | "","","D22","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 36 | "","","D23","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 37 | "","","D24","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 38 | "","","D25","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 39 | "","","D26","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 40 | "","","D27","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 41 | "","","D28","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 42 | "","","D29","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 43 | "","","D30","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 44 | "","","D31","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 45 | "","","D32","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 46 | "","","D33","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 47 | "","","D34","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 48 | "","","D35","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 49 | "","","D36","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 50 | "","","D37","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 51 | "","","D38","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 52 | "","","D39","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 53 | "","","D40","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 54 | "","","D41","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 55 | "","","D42","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 56 | "","","D43","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 57 | "","","D44","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 58 | "","","D45","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 59 | "","","D46","1N4729","Device:D_Schottky","Diode_THT:D_DO-41_SOD81_P7.62mm_Horizontal","~","C2532" 60 | "","","D47","1N4729","Device:D_Schottky","Diode_THT:D_DO-41_SOD81_P7.62mm_Horizontal","~","C2532" 61 | "","","D48","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 62 | "","","D49","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 63 | "","","D50","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 64 | "","","F1","500mA","Device:Polyfuse_Small","Fuse:Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm","~","C268799" 65 | "","","J1","USB_C_Receptacle_USB2.0","Connector:USB_C_Receptacle_USB2.0","Connector_USB:USB_C_Receptacle_GCT_USB4085","https://www.usb.org/sites/default/files/documents/usb_type-c.zip","2073-USB4085-GF-ACT-ND" 66 | "","","MX1","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 67 | "","","MX2","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 68 | "","","MX3","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 69 | "","","MX4","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 70 | "","","MX5","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 71 | "","","MX6","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 72 | "","","MX7","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 73 | "","","MX8","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 74 | "","","MX9","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 75 | "","","MX10","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 76 | "","","MX11","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 77 | "","","MX12","EC11","Device:RotaryEncoder_Switch","Rotary_Encoder:RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm","~","amz" 78 | "","","MX13","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.25U-NoLED","","amz" 79 | "","","MX14","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 80 | "","","MX15","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 81 | "","","MX16","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 82 | "","","MX17","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 83 | "","","MX18","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 84 | "","","MX19","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 85 | "","","MX20","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 86 | "","","MX21","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 87 | "","","MX22","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 88 | "","","MX23","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.75U-NoLED","","amz" 89 | "","","MX24","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 90 | "","","MX25","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.75U-NoLED","","amz" 91 | "","","MX26","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 92 | "","","MX27","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 93 | "","","MX28","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 94 | "","","MX29","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 95 | "","","MX30","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 96 | "","","MX31","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 97 | "","","MX32","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 98 | "","","MX33","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 99 | "","","MX34","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 100 | "","","MX35","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.25U-NoLED","","amz" 101 | "","","MX36","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 102 | "","","MX37","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 103 | "","","MX38","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 104 | "","","MX39","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-2.75U-NoLED","","amz" 105 | "","","MX40","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 106 | "","","MX41","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-2.25U-NoLED","","amz" 107 | "","","MX42","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 108 | "","","MX43","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 109 | "","","MX44","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 110 | "","","OL1","OLED","static:OLED","Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical","","amz" 111 | "","","R1","5.1K","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C58676" 112 | "","","R2","5.1K","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C58676" 113 | "","","R3","75","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C713897" 114 | "","","R4","75","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C713897" 115 | "","","R5","10k","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C58673 " 116 | "","","R6","1.5k","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C433494" 117 | "","","SW1","RESET","Switch:SW_Push","Button_Switch_THT:SW_PUSH_6mm_H5mm","~","C127509 " 118 | "","","SW2","BOOT","Switch:SW_Push","Button_Switch_THT:SW_PUSH_6mm_H5mm","~","C127509 " 119 | "","","U1","ATmega328-P","MCU_Microchip_ATmega:ATmega328-P","Package_DIP:DIP-28_W7.62mm","http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf","C613508" 120 | "","","Y1","16MHz","Device:Crystal","Crystal:Crystal_HC49-4H_Vertical","~","C16212" 121 | 122 | 123 | 124 | "Collated Components:" 125 | 126 | "Item","Qty","Reference(s)","Value","LibPart","Footprint","Datasheet","Part Nb." 127 | "1","2","C1, C2","0.1uF","Device:C_Small","Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P5.00mm","~","C277965" 128 | "2","2","C3, C4","20pF","Device:C_Small","Capacitor_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm","~","C254096" 129 | "3","48","D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, D16, D17, D18, D19, D20, D21, D22, D23, D24, D25, D26, D27, D28, D29, D30, D31, D32, D33, D34, D35, D36, D37, D38, D39, D40, D41, D42, D43, D44, D45, D48, D49, D50","1N4148","Diode:1N4148","Diode_THT:D_DO-35_SOD27_P12.70mm_Horizontal","https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf","C14538" 130 | "4","2","D46, D47","1N4729","Device:D_Schottky","Diode_THT:D_DO-41_SOD81_P7.62mm_Horizontal","~","C2532" 131 | "5","1","F1","500mA","Device:Polyfuse_Small","Fuse:Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm","~","C268799" 132 | "6","1","J1","USB_C_Receptacle_USB2.0","Connector:USB_C_Receptacle_USB2.0","Connector_USB:USB_C_Receptacle_GCT_USB4085","https://www.usb.org/sites/default/files/documents/usb_type-c.zip","2073-USB4085-GF-ACT-ND" 133 | "7","37","MX1, MX2, MX3, MX4, MX5, MX6, MX7, MX8, MX9, MX10, MX11, MX14, MX15, MX16, MX17, MX18, MX19, MX20, MX21, MX22, MX24, MX26, MX27, MX28, MX29, MX30, MX31, MX32, MX33, MX34, MX36, MX37, MX38, MX40, MX42, MX43, MX44","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1U-NoLED","","amz" 134 | "8","1","MX12","EC11","Device:RotaryEncoder_Switch","Rotary_Encoder:RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm","~","amz" 135 | "9","2","MX13, MX35","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.25U-NoLED","","amz" 136 | "10","2","MX23, MX25","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-1.75U-NoLED","","amz" 137 | "11","1","MX39","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-2.75U-NoLED","","amz" 138 | "12","1","MX41","MX-NoLED","static:MX-NoLED","MX_Only:MXOnly-2.25U-NoLED","","amz" 139 | "13","1","OL1","OLED","static:OLED","Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical","","amz" 140 | "14","2","R1, R2","5.1K","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C58676" 141 | "15","2","R3, R4","75","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C713897" 142 | "16","1","R5","10k","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C58673 " 143 | "17","1","R6","1.5k","Device:R","Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal","~","C433494" 144 | "18","1","SW1","RESET","Switch:SW_Push","Button_Switch_THT:SW_PUSH_6mm_H5mm","~","C127509 " 145 | "19","1","SW2","BOOT","Switch:SW_Push","Button_Switch_THT:SW_PUSH_6mm_H5mm","~","C127509 " 146 | "20","1","U1","ATmega328-P","MCU_Microchip_ATmega:ATmega328-P","Package_DIP:DIP-28_W7.62mm","http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf","C613508" 147 | "21","1","Y1","16MHz","Device:Crystal","Crystal:Crystal_HC49-4H_Vertical","~","C16212" 148 | -------------------------------------------------------------------------------- /rev1.0/0xcb-static.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 31, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.10999999940395355 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 6, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 13, 42 | 14, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36 64 | ], 65 | "visible_layers": "fffffef_ffffffff", 66 | "zone_display_mode": 0 67 | }, 68 | "meta": { 69 | "filename": "0xcb-static.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /rev1.0/0xcb-static.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.15, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 1.47, 37 | "height": 2.25, 38 | "width": 2.25 39 | }, 40 | "silk_line_width": 0.15, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.02 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "ignore", 65 | "copper_edge_clearance": "error", 66 | "courtyards_overlap": "error", 67 | "diff_pair_gap_out_of_range": "error", 68 | "diff_pair_uncoupled_length_too_long": "error", 69 | "drill_out_of_range": "error", 70 | "duplicate_footprints": "warning", 71 | "extra_footprint": "warning", 72 | "footprint_type_mismatch": "error", 73 | "hole_clearance": "ignore", 74 | "hole_near_hole": "ignore", 75 | "invalid_outline": "error", 76 | "item_on_disabled_layer": "error", 77 | "items_not_allowed": "error", 78 | "length_out_of_range": "error", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "error", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_over_copper": "ignore", 89 | "silk_overlap": "ignore", 90 | "skew_out_of_range": "error", 91 | "through_hole_pad_without_hole": "error", 92 | "too_many_vias": "error", 93 | "track_dangling": "warning", 94 | "track_width": "error", 95 | "tracks_crossing": "error", 96 | "unconnected_items": "error", 97 | "unresolved_variable": "error", 98 | "via_dangling": "warning", 99 | "zone_has_empty_net": "error", 100 | "zones_intersect": "error" 101 | }, 102 | "rules": { 103 | "allow_blind_buried_vias": false, 104 | "allow_microvias": false, 105 | "max_error": 0.005, 106 | "min_clearance": 0.09999999999999999, 107 | "min_copper_edge_clearance": 0.0, 108 | "min_hole_clearance": 0.0, 109 | "min_hole_to_hole": 0.25, 110 | "min_microvia_diameter": 0.19999999999999998, 111 | "min_microvia_drill": 0.09999999999999999, 112 | "min_silk_clearance": 0.0, 113 | "min_through_hole_diameter": 0.3, 114 | "min_track_width": 0.19999999999999998, 115 | "min_via_annular_width": 0.049999999999999996, 116 | "min_via_diameter": 0.39999999999999997, 117 | "solder_mask_clearance": 0.0, 118 | "solder_mask_min_width": 0.0, 119 | "use_height_for_length_calcs": true 120 | }, 121 | "track_widths": [ 122 | 0.0 123 | ], 124 | "via_dimensions": [ 125 | { 126 | "diameter": 0.0, 127 | "drill": 0.0 128 | } 129 | ], 130 | "zones_allow_external_fillets": false, 131 | "zones_use_no_outline": true 132 | }, 133 | "layer_presets": [] 134 | }, 135 | "boards": [], 136 | "cvpcb": { 137 | "equivalence_files": [] 138 | }, 139 | "erc": { 140 | "erc_exclusions": [], 141 | "meta": { 142 | "version": 0 143 | }, 144 | "pin_map": [ 145 | [ 146 | 0, 147 | 0, 148 | 0, 149 | 0, 150 | 0, 151 | 0, 152 | 1, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 2 158 | ], 159 | [ 160 | 0, 161 | 2, 162 | 0, 163 | 1, 164 | 0, 165 | 0, 166 | 1, 167 | 0, 168 | 2, 169 | 2, 170 | 2, 171 | 2 172 | ], 173 | [ 174 | 0, 175 | 0, 176 | 0, 177 | 0, 178 | 0, 179 | 0, 180 | 1, 181 | 0, 182 | 1, 183 | 0, 184 | 1, 185 | 2 186 | ], 187 | [ 188 | 0, 189 | 1, 190 | 0, 191 | 0, 192 | 0, 193 | 0, 194 | 1, 195 | 1, 196 | 2, 197 | 1, 198 | 1, 199 | 2 200 | ], 201 | [ 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 1, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 2 214 | ], 215 | [ 216 | 0, 217 | 0, 218 | 0, 219 | 0, 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 2 228 | ], 229 | [ 230 | 1, 231 | 1, 232 | 1, 233 | 1, 234 | 1, 235 | 0, 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 1, 241 | 2 242 | ], 243 | [ 244 | 0, 245 | 0, 246 | 0, 247 | 1, 248 | 0, 249 | 0, 250 | 1, 251 | 0, 252 | 0, 253 | 0, 254 | 0, 255 | 2 256 | ], 257 | [ 258 | 0, 259 | 2, 260 | 1, 261 | 2, 262 | 0, 263 | 0, 264 | 1, 265 | 0, 266 | 2, 267 | 2, 268 | 2, 269 | 2 270 | ], 271 | [ 272 | 0, 273 | 2, 274 | 0, 275 | 1, 276 | 0, 277 | 0, 278 | 1, 279 | 0, 280 | 2, 281 | 0, 282 | 0, 283 | 2 284 | ], 285 | [ 286 | 0, 287 | 2, 288 | 1, 289 | 1, 290 | 0, 291 | 0, 292 | 1, 293 | 0, 294 | 2, 295 | 0, 296 | 0, 297 | 2 298 | ], 299 | [ 300 | 2, 301 | 2, 302 | 2, 303 | 2, 304 | 2, 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2 312 | ] 313 | ], 314 | "rule_severities": { 315 | "bus_definition_conflict": "error", 316 | "bus_entry_needed": "error", 317 | "bus_label_syntax": "error", 318 | "bus_to_bus_conflict": "error", 319 | "bus_to_net_conflict": "error", 320 | "different_unit_footprint": "error", 321 | "different_unit_net": "error", 322 | "duplicate_reference": "error", 323 | "duplicate_sheet_names": "error", 324 | "extra_units": "error", 325 | "global_label_dangling": "warning", 326 | "hier_label_mismatch": "error", 327 | "label_dangling": "error", 328 | "lib_symbol_issues": "warning", 329 | "multiple_net_names": "warning", 330 | "net_not_bus_member": "warning", 331 | "no_connect_connected": "warning", 332 | "no_connect_dangling": "warning", 333 | "pin_not_connected": "error", 334 | "pin_not_driven": "error", 335 | "pin_to_pin": "error", 336 | "power_pin_not_driven": "error", 337 | "similar_labels": "warning", 338 | "unannotated": "error", 339 | "unit_value_mismatch": "error", 340 | "unresolved_variable": "error", 341 | "wire_dangling": "error" 342 | } 343 | }, 344 | "libraries": { 345 | "pinned_footprint_libs": [], 346 | "pinned_symbol_libs": [] 347 | }, 348 | "meta": { 349 | "filename": "0xcb-static.kicad_pro", 350 | "version": 1 351 | }, 352 | "net_settings": { 353 | "classes": [ 354 | { 355 | "bus_width": 6.0, 356 | "clearance": 0.15, 357 | "diff_pair_gap": 0.25, 358 | "diff_pair_via_gap": 0.25, 359 | "diff_pair_width": 0.2, 360 | "line_style": 0, 361 | "microvia_diameter": 0.3, 362 | "microvia_drill": 0.1, 363 | "name": "Default", 364 | "pcb_color": "rgba(0, 0, 0, 0.000)", 365 | "schematic_color": "rgba(0, 0, 0, 0.000)", 366 | "track_width": 0.25, 367 | "via_diameter": 0.8, 368 | "via_drill": 0.4, 369 | "wire_width": 6.0 370 | } 371 | ], 372 | "meta": { 373 | "version": 2 374 | }, 375 | "net_colors": null 376 | }, 377 | "pcbnew": { 378 | "last_paths": { 379 | "gencad": "", 380 | "idf": "", 381 | "netlist": "", 382 | "specctra_dsn": "../../../Downloads/0xcb-static.dsn", 383 | "step": "../../../Downloads/0xcb-static.step", 384 | "vrml": "0xcb-static.wrl" 385 | }, 386 | "page_layout_descr_file": "" 387 | }, 388 | "schematic": { 389 | "annotate_start_num": 0, 390 | "drawing": { 391 | "default_bus_thickness": 12.0, 392 | "default_junction_size": 36.0, 393 | "default_line_thickness": 6.0, 394 | "default_text_size": 50.0, 395 | "default_wire_thickness": 6.0, 396 | "field_names": [], 397 | "intersheets_ref_own_page": false, 398 | "intersheets_ref_prefix": "", 399 | "intersheets_ref_short": false, 400 | "intersheets_ref_show": false, 401 | "intersheets_ref_suffix": "", 402 | "junction_size_choice": 3, 403 | "label_size_ratio": 0.3, 404 | "pin_symbol_size": 25.0, 405 | "text_offset_ratio": 0.3 406 | }, 407 | "legacy_lib_dir": "", 408 | "legacy_lib_list": [], 409 | "meta": { 410 | "version": 1 411 | }, 412 | "net_format_name": "", 413 | "ngspice": { 414 | "fix_include_paths": true, 415 | "fix_passive_vals": false, 416 | "meta": { 417 | "version": 0 418 | }, 419 | "model_mode": 0, 420 | "workbook_filename": "" 421 | }, 422 | "page_layout_descr_file": "", 423 | "plot_directory": "./", 424 | "spice_adjust_passive_values": false, 425 | "spice_external_command": "spice \"%I\"", 426 | "subpart_first_id": 65, 427 | "subpart_id_separator": 0 428 | }, 429 | "sheets": [ 430 | [ 431 | "f27bbaf7-f1d3-4be4-a22c-a85c918a5e18", 432 | "" 433 | ] 434 | ], 435 | "text_variables": {} 436 | } 437 | -------------------------------------------------------------------------------- /rev1.0/0xcb-static.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/rev1.0/0xcb-static.pdf -------------------------------------------------------------------------------- /rev1.0/0xcb-static.top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/rev1.0/0xcb-static.top.png -------------------------------------------------------------------------------- /rev1.0/OSHWA.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | DE000114 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /rev1.0/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "static")(type "KiCad")(uri "${KIPRJMOD}/static-lib/static.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /rev1.0/gerbers/0xcb-static-B_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-11145-g173c9a974c)*% 2 | %TF.CreationDate,2021-06-26T13:39:59+02:00*% 3 | %TF.ProjectId,0xcb-static,30786362-2d73-4746-9174-69632e6b6963,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Bot*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-11145-g173c9a974c)) date 2021-06-26 13:39:59* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /rev1.0/gerbers/0xcb-static-Edge_Cuts.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-11145-g173c9a974c)*% 2 | %TF.CreationDate,2021-06-26T13:40:00+02:00*% 3 | %TF.ProjectId,0xcb-static,30786362-2d73-4746-9174-69632e6b6963,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Profile,NP*% 6 | %FSLAX46Y46*% 7 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 8 | G04 Created by KiCad (PCBNEW (5.99.0-11145-g173c9a974c)) date 2021-06-26 13:40:00* 9 | %MOMM*% 10 | %LPD*% 11 | G01* 12 | G04 APERTURE LIST* 13 | %TA.AperFunction,Profile*% 14 | %ADD10C,0.200000*% 15 | %TD*% 16 | G04 APERTURE END LIST* 17 | D10* 18 | X263958924Y-48778572D02* 19 | G75* 20 | G03* 21 | X255322926Y-40142574I-8635998J0D01* 22 | G01* 23 | X48831498Y-40132002D02* 24 | G75* 25 | G03* 26 | X40195500Y-48768000I0J-8635998D01* 27 | G01* 28 | X40206076Y-139689428D02* 29 | G75* 30 | G03* 31 | X48842074Y-148325426I8635998J0D01* 32 | G01* 33 | X255322926Y-148325426D02* 34 | X48842074Y-148325426D01* 35 | X255322926Y-40142574D02* 36 | X48831500Y-40132000D01* 37 | X255322928Y-148325424D02* 38 | G75* 39 | G03* 40 | X263958926Y-139689426I0J8635998D01* 41 | G01* 42 | X263958926Y-48778574D02* 43 | X263958926Y-139689426D01* 44 | X40206074Y-139689426D02* 45 | X40195500Y-48768000D01* 46 | M02* 47 | -------------------------------------------------------------------------------- /rev1.0/gerbers/0xcb-static-F_Paste.gbr: -------------------------------------------------------------------------------- 1 | %TF.GenerationSoftware,KiCad,Pcbnew,(5.99.0-11145-g173c9a974c)*% 2 | %TF.CreationDate,2021-06-26T13:39:59+02:00*% 3 | %TF.ProjectId,0xcb-static,30786362-2d73-4746-9174-69632e6b6963,1.0*% 4 | %TF.SameCoordinates,Original*% 5 | %TF.FileFunction,Paste,Top*% 6 | %TF.FilePolarity,Positive*% 7 | %FSLAX46Y46*% 8 | G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* 9 | G04 Created by KiCad (PCBNEW (5.99.0-11145-g173c9a974c)) date 2021-06-26 13:39:59* 10 | %MOMM*% 11 | %LPD*% 12 | G01* 13 | G04 APERTURE LIST* 14 | G04 APERTURE END LIST* 15 | M02* 16 | -------------------------------------------------------------------------------- /rev1.0/gerbers/0xcb-static.drl: -------------------------------------------------------------------------------- 1 | M48 2 | ; DRILL file {KiCad (5.99.0-11145-g173c9a974c)} date Sat Jun 26 13:39:51 2021 3 | ; FORMAT={-:-/ absolute / metric / decimal} 4 | ; #@! TF.CreationDate,2021-06-26T13:39:51+02:00 5 | ; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.99.0-11145-g173c9a974c) 6 | ; #@! TF.FileFunction,MixedPlating,1,2 7 | FMAT,2 8 | METRIC 9 | ; #@! TA.AperFunction,Plated,PTH,ViaDrill 10 | T1C0.400 11 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 12 | T2C0.400 13 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 14 | T3C0.600 15 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 16 | T4C0.700 17 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 18 | T5C0.800 19 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 20 | T6C0.850 21 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 22 | T7C1.000 23 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 24 | T8C1.100 25 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 26 | T9C1.470 27 | ; #@! TA.AperFunction,Plated,PTH,ComponentDrill 28 | T10C1.500 29 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 30 | T11C1.750 31 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 32 | T12C3.048 33 | ; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill 34 | T13C3.988 35 | % 36 | G90 37 | G05 38 | T1 39 | X42.05Y-54.93 40 | X48.56Y-66.92 41 | X55.88Y-125.476 42 | X57.909Y-69.402 43 | X61.214Y-67.31 44 | X76.89Y-67.21 45 | X79.502Y-83.82 46 | X80.51Y-66.35 47 | X81.177Y-58.224 48 | X82.07Y-64.97 49 | X82.867Y-44.45 50 | X83.883Y-44.45 51 | X84.899Y-44.45 52 | X85.899Y-44.45 53 | X106.83Y-84.89 54 | X111.66Y-64.966 55 | X118.95Y-66.38 56 | X132.334Y-136.906 57 | X134.58Y-53.65 58 | X142.49Y-66.39 59 | X144.82Y-54.83 60 | X148.082Y-55.88 61 | X149.61Y-70.33 62 | X153.37Y-66.51 63 | X168.54Y-56.02 64 | X171.44Y-66.49 65 | X185.166Y-111.76 66 | X195.047Y-103.605 67 | X195.311Y-70.681 68 | X213.189Y-78.646 69 | X215.081Y-54.366 70 | X232.71Y-64.51 71 | X233.934Y-55.88 72 | X245.872Y-140.716 73 | T2 74 | X71.257Y-44.839 75 | X71.257Y-46.189 76 | X72.106Y-44.839 77 | X72.106Y-46.189 78 | X72.956Y-44.839 79 | X72.956Y-46.189 80 | X73.806Y-44.839 81 | X73.806Y-46.189 82 | X74.656Y-44.839 83 | X74.656Y-46.189 84 | X75.507Y-44.839 85 | X75.507Y-46.189 86 | X76.356Y-44.839 87 | X76.356Y-46.189 88 | X77.206Y-44.839 89 | X77.206Y-46.189 90 | T4 91 | X65.93Y-55.59 92 | X67.882Y-43.18 93 | X67.882Y-48.26 94 | X71.01Y-55.59 95 | X73.152Y-48.26 96 | X73.152Y-53.34 97 | X75.438Y-48.26 98 | X75.438Y-53.34 99 | X78.041Y-58.42 100 | X80.581Y-43.18 101 | X80.581Y-48.26 102 | X83.121Y-58.42 103 | T5 104 | X41.759Y-68.834 105 | X42.227Y-58.42 106 | X42.227Y-66.04 107 | X44.767Y-58.42 108 | X44.767Y-66.04 109 | X46.759Y-68.834 110 | X47.307Y-58.42 111 | X47.307Y-66.04 112 | X48.851Y-50.292 113 | X48.871Y-68.834 114 | X49.847Y-58.42 115 | X49.847Y-66.04 116 | X51.207Y-54.346 117 | X51.351Y-50.292 118 | X52.387Y-58.42 119 | X52.387Y-66.04 120 | X53.871Y-68.834 121 | X54.927Y-58.42 122 | X54.927Y-66.04 123 | X55.963Y-50.292 124 | X56.087Y-54.346 125 | X57.467Y-58.42 126 | X57.467Y-66.04 127 | X58.463Y-50.292 128 | X60.008Y-58.42 129 | X60.008Y-66.04 130 | X62.547Y-58.42 131 | X62.547Y-66.04 132 | X65.087Y-58.42 133 | X65.087Y-66.04 134 | X67.627Y-58.42 135 | X67.627Y-66.04 136 | X70.167Y-58.42 137 | X70.167Y-66.04 138 | X72.707Y-58.42 139 | X72.707Y-66.04 140 | X75.248Y-58.42 141 | X75.248Y-66.04 142 | X88.709Y-45.212 143 | X88.709Y-57.912 144 | X91.249Y-47.752 145 | X91.249Y-60.452 146 | X93.789Y-50.292 147 | X93.789Y-62.992 148 | X96.329Y-52.832 149 | X96.329Y-65.532 150 | X98.87Y-46.482 151 | X98.87Y-59.182 152 | X101.409Y-49.022 153 | X101.409Y-61.722 154 | X103.94Y-51.67 155 | X103.94Y-64.37 156 | X106.489Y-54.102 157 | X106.489Y-66.802 158 | X109.029Y-45.212 159 | X109.029Y-57.912 160 | X111.569Y-47.752 161 | X111.569Y-60.452 162 | X114.109Y-50.292 163 | X114.109Y-62.992 164 | X116.649Y-52.832 165 | X116.649Y-65.532 166 | X119.189Y-46.482 167 | X119.189Y-59.182 168 | X121.73Y-49.022 169 | X121.73Y-61.722 170 | X124.269Y-51.816 171 | X124.269Y-64.516 172 | X126.809Y-54.102 173 | X126.809Y-66.802 174 | X129.35Y-45.212 175 | X129.35Y-57.912 176 | X131.889Y-47.752 177 | X131.889Y-60.452 178 | X134.429Y-50.292 179 | X134.429Y-62.992 180 | X136.98Y-52.84 181 | X136.98Y-65.54 182 | X139.51Y-46.482 183 | X139.51Y-59.182 184 | X142.049Y-49.022 185 | X142.049Y-61.722 186 | X144.589Y-51.562 187 | X144.589Y-64.262 188 | X147.13Y-54.102 189 | X147.13Y-66.802 190 | X149.669Y-45.212 191 | X149.669Y-57.912 192 | X152.209Y-47.752 193 | X152.209Y-60.452 194 | X154.749Y-50.292 195 | X154.749Y-62.992 196 | X157.29Y-52.82 197 | X157.29Y-65.52 198 | X159.829Y-46.482 199 | X159.829Y-59.182 200 | X162.369Y-49.022 201 | X162.369Y-61.722 202 | X164.909Y-51.562 203 | X164.909Y-64.262 204 | X167.46Y-54.16 205 | X167.46Y-66.86 206 | X169.989Y-45.212 207 | X169.989Y-57.912 208 | X172.529Y-47.752 209 | X172.529Y-60.452 210 | X175.07Y-50.292 211 | X175.07Y-62.992 212 | X177.609Y-52.832 213 | X177.609Y-65.532 214 | X180.149Y-46.482 215 | X180.149Y-59.182 216 | X182.689Y-49.022 217 | X182.689Y-61.722 218 | X185.23Y-51.562 219 | X185.23Y-64.262 220 | X187.769Y-54.102 221 | X187.769Y-66.802 222 | X190.309Y-45.212 223 | X190.309Y-57.912 224 | X192.849Y-47.752 225 | X192.849Y-60.452 226 | X195.389Y-50.292 227 | X195.389Y-62.992 228 | X197.929Y-52.832 229 | X197.929Y-65.532 230 | X200.469Y-46.482 231 | X200.469Y-59.182 232 | X203.01Y-49.022 233 | X203.01Y-61.722 234 | X205.549Y-51.562 235 | X205.549Y-64.262 236 | X208.089Y-54.102 237 | X208.089Y-66.802 238 | T6 239 | X79.047Y-53.964 240 | X84.147Y-55.764 241 | T7 242 | X42.921Y-47.513 243 | X42.921Y-50.053 244 | X42.921Y-52.593 245 | X45.461Y-47.513 246 | X45.461Y-50.053 247 | X45.461Y-52.593 248 | X213.11Y-48.98 249 | X213.11Y-51.52 250 | X213.11Y-54.06 251 | X213.11Y-56.6 252 | X254.357Y-45.582 253 | X254.357Y-60.082 254 | X256.858Y-45.582 255 | X259.358Y-45.582 256 | X259.358Y-60.082 257 | T8 258 | X48.883Y-42.962 259 | X48.883Y-47.462 260 | X55.383Y-42.962 261 | X55.383Y-47.462 262 | X58.535Y-42.962 263 | X58.535Y-47.462 264 | X63.02Y-50.93 265 | X65.035Y-42.962 266 | X65.035Y-47.462 267 | X70.64Y-50.93 268 | X77.94Y-50.89 269 | X85.56Y-50.89 270 | T9 271 | X43.497Y-77.47 272 | X43.497Y-134.62 273 | X45.879Y-96.52 274 | X45.879Y-134.62 275 | X49.847Y-74.93 276 | X49.847Y-132.08 277 | X50.641Y-115.57 278 | X52.229Y-93.98 279 | X52.229Y-132.08 280 | X56.991Y-113.03 281 | X62.547Y-77.47 282 | X62.547Y-134.62 283 | X64.929Y-134.62 284 | X67.31Y-96.52 285 | X67.31Y-134.62 286 | X68.897Y-74.93 287 | X68.897Y-132.08 288 | X71.279Y-132.08 289 | X73.66Y-93.98 290 | X73.66Y-132.08 291 | X76.835Y-115.57 292 | X81.597Y-77.47 293 | X81.597Y-134.62 294 | X83.185Y-113.03 295 | X83.979Y-134.62 296 | X86.36Y-96.52 297 | X86.36Y-134.62 298 | X87.947Y-74.93 299 | X87.947Y-132.08 300 | X90.329Y-132.08 301 | X92.71Y-93.98 302 | X92.71Y-132.08 303 | X95.885Y-115.57 304 | X100.647Y-77.47 305 | X102.235Y-113.03 306 | X105.41Y-96.52 307 | X106.997Y-74.93 308 | X111.76Y-93.98 309 | X112.554Y-134.62 310 | X114.935Y-115.57 311 | X117.316Y-134.62 312 | X118.904Y-132.08 313 | X119.697Y-77.47 314 | X121.285Y-113.03 315 | X123.666Y-132.08 316 | X124.46Y-96.52 317 | X126.047Y-74.93 318 | X130.81Y-93.98 319 | X133.985Y-115.57 320 | X138.748Y-77.47 321 | X140.335Y-113.03 322 | X143.51Y-96.52 323 | X143.51Y-134.62 324 | X145.097Y-74.93 325 | X149.86Y-93.98 326 | X149.86Y-132.08 327 | X153.035Y-115.57 328 | X153.05Y-134.61 329 | X155.416Y-134.62 330 | X157.797Y-77.47 331 | X159.385Y-113.03 332 | X159.4Y-132.07 333 | X161.766Y-132.08 334 | X162.56Y-96.52 335 | X164.147Y-74.93 336 | X168.91Y-93.98 337 | X172.085Y-115.57 338 | X176.847Y-77.47 339 | X178.435Y-113.03 340 | X179.23Y-134.625 341 | X181.61Y-96.52 342 | X183.197Y-74.93 343 | X184.0Y-134.62 344 | X185.58Y-132.085 345 | X187.96Y-93.98 346 | X190.35Y-132.08 347 | X191.135Y-115.57 348 | X195.897Y-77.47 349 | X197.485Y-113.03 350 | X200.66Y-96.52 351 | X202.248Y-74.93 352 | X207.01Y-93.98 353 | X210.185Y-115.57 354 | X214.947Y-77.47 355 | X214.947Y-134.62 356 | X216.535Y-113.03 357 | X219.71Y-96.52 358 | X221.297Y-74.93 359 | X221.297Y-132.08 360 | X226.06Y-93.98 361 | X226.854Y-134.62 362 | X229.235Y-115.57 363 | X233.204Y-132.08 364 | X233.998Y-77.47 365 | X233.998Y-134.62 366 | X235.585Y-113.03 367 | X240.347Y-74.93 368 | X240.347Y-132.08 369 | X245.904Y-96.52 370 | X250.666Y-115.57 371 | X250.666Y-134.62 372 | X252.254Y-93.98 373 | X253.047Y-77.47 374 | X253.047Y-134.62 375 | X257.016Y-113.03 376 | X257.016Y-132.08 377 | X259.397Y-74.93 378 | X259.397Y-132.08 379 | T11 380 | X42.227Y-80.01 381 | X42.227Y-137.16 382 | X44.609Y-99.06 383 | X44.609Y-137.16 384 | X49.371Y-118.11 385 | X52.387Y-80.01 386 | X52.387Y-137.16 387 | X54.769Y-99.06 388 | X54.769Y-137.16 389 | X59.531Y-118.11 390 | X61.277Y-80.01 391 | X61.277Y-137.16 392 | X63.659Y-137.16 393 | X66.04Y-99.06 394 | X66.04Y-137.16 395 | X71.438Y-80.01 396 | X71.438Y-137.16 397 | X73.819Y-137.16 398 | X75.565Y-118.11 399 | X76.2Y-99.06 400 | X76.2Y-137.16 401 | X80.328Y-80.01 402 | X80.328Y-137.16 403 | X82.709Y-137.16 404 | X85.09Y-99.06 405 | X85.09Y-137.16 406 | X85.725Y-118.11 407 | X90.487Y-80.01 408 | X90.487Y-137.16 409 | X92.869Y-137.16 410 | X94.615Y-118.11 411 | X95.25Y-99.06 412 | X95.25Y-137.16 413 | X99.377Y-80.01 414 | X104.14Y-99.06 415 | X104.775Y-118.11 416 | X109.537Y-80.01 417 | X111.284Y-137.16 418 | X113.665Y-118.11 419 | X114.3Y-99.06 420 | X116.046Y-137.16 421 | X118.427Y-80.01 422 | X121.444Y-137.16 423 | X123.19Y-99.06 424 | X123.825Y-118.11 425 | X126.206Y-137.16 426 | X128.588Y-80.01 427 | X132.715Y-118.11 428 | X133.35Y-99.06 429 | X137.477Y-80.01 430 | X142.24Y-99.06 431 | X142.24Y-137.16 432 | X142.875Y-118.11 433 | X147.637Y-80.01 434 | X151.765Y-118.11 435 | X151.78Y-137.15 436 | X152.4Y-99.06 437 | X152.4Y-137.16 438 | X154.146Y-137.16 439 | X156.528Y-80.01 440 | X161.29Y-99.06 441 | X161.925Y-118.11 442 | X161.94Y-137.15 443 | X164.306Y-137.16 444 | X166.688Y-80.01 445 | X170.815Y-118.11 446 | X171.45Y-99.06 447 | X175.577Y-80.01 448 | X177.96Y-137.165 449 | X180.34Y-99.06 450 | X180.975Y-118.11 451 | X182.73Y-137.16 452 | X185.737Y-80.01 453 | X188.12Y-137.165 454 | X189.865Y-118.11 455 | X190.5Y-99.06 456 | X192.89Y-137.16 457 | X194.627Y-80.01 458 | X199.39Y-99.06 459 | X200.025Y-118.11 460 | X204.787Y-80.01 461 | X208.915Y-118.11 462 | X209.55Y-99.06 463 | X213.677Y-80.01 464 | X213.677Y-137.16 465 | X218.44Y-99.06 466 | X219.075Y-118.11 467 | X223.837Y-80.01 468 | X223.837Y-137.16 469 | X225.584Y-137.16 470 | X227.965Y-118.11 471 | X228.6Y-99.06 472 | X232.727Y-80.01 473 | X232.727Y-137.16 474 | X235.744Y-137.16 475 | X238.125Y-118.11 476 | X242.887Y-80.01 477 | X242.887Y-137.16 478 | X244.634Y-99.06 479 | X249.396Y-118.11 480 | X249.396Y-137.16 481 | X251.777Y-80.01 482 | X251.777Y-137.16 483 | X254.794Y-99.06 484 | X259.556Y-118.11 485 | X259.556Y-137.16 486 | X261.938Y-80.01 487 | X261.938Y-137.16 488 | T12 489 | X104.458Y-130.175 490 | X109.22Y-130.175 491 | X109.226Y-130.175 492 | X128.27Y-130.175 493 | X133.033Y-130.175 494 | X171.134Y-130.18 495 | X175.904Y-130.175 496 | X194.946Y-130.18 497 | X199.716Y-130.175 498 | X209.226Y-130.175 499 | T13 500 | X47.307Y-80.01 501 | X47.307Y-137.16 502 | X49.689Y-99.06 503 | X49.689Y-137.16 504 | X54.451Y-118.11 505 | X66.358Y-80.01 506 | X66.358Y-137.16 507 | X68.739Y-137.16 508 | X71.12Y-99.06 509 | X71.12Y-137.16 510 | X80.645Y-118.11 511 | X85.407Y-80.01 512 | X85.407Y-137.16 513 | X87.789Y-137.16 514 | X90.17Y-99.06 515 | X90.17Y-137.16 516 | X99.695Y-118.11 517 | X104.457Y-80.01 518 | X104.458Y-145.415 519 | X109.22Y-99.06 520 | X109.22Y-145.415 521 | X109.226Y-145.415 522 | X116.364Y-137.16 523 | X118.745Y-118.11 524 | X121.126Y-137.16 525 | X123.507Y-80.01 526 | X128.27Y-99.06 527 | X128.27Y-145.415 528 | X133.033Y-145.415 529 | X137.795Y-118.11 530 | X142.558Y-80.01 531 | X147.32Y-99.06 532 | X147.32Y-137.16 533 | X156.845Y-118.11 534 | X156.86Y-137.15 535 | X159.226Y-137.16 536 | X161.607Y-80.01 537 | X166.37Y-99.06 538 | X171.134Y-145.42 539 | X175.895Y-118.11 540 | X175.904Y-145.415 541 | X180.657Y-80.01 542 | X183.04Y-137.165 543 | X185.42Y-99.06 544 | X187.81Y-137.16 545 | X194.945Y-118.11 546 | X194.946Y-145.42 547 | X199.707Y-80.01 548 | X199.716Y-145.415 549 | X204.47Y-99.06 550 | X209.226Y-145.415 551 | X213.995Y-118.11 552 | X218.757Y-80.01 553 | X218.757Y-137.16 554 | X223.52Y-99.06 555 | X230.664Y-137.16 556 | X233.045Y-118.11 557 | X237.807Y-80.01 558 | X237.807Y-137.16 559 | X249.714Y-99.06 560 | X254.476Y-118.11 561 | X254.476Y-137.16 562 | X256.858Y-80.01 563 | X256.858Y-137.16 564 | T3 565 | G00X69.906Y-42.229 566 | M15 567 | G01X69.906Y-41.429 568 | M16 569 | G05 570 | G00X69.906Y-45.959 571 | M15 572 | G01X69.906Y-44.459 573 | M16 574 | G05 575 | G00X78.556Y-42.229 576 | M15 577 | G01X78.556Y-41.429 578 | M16 579 | G05 580 | G00X78.556Y-45.959 581 | M15 582 | G01X78.556Y-44.459 583 | M16 584 | G05 585 | T10 586 | G00X251.257Y-52.432 587 | M15 588 | G01X251.257Y-53.732 589 | M16 590 | G05 591 | G00X262.457Y-52.432 592 | M15 593 | G01X262.457Y-53.732 594 | M16 595 | G05 596 | T0 597 | M30 598 | -------------------------------------------------------------------------------- /rev1.0/gerbers/0xcb-static.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xCB-dev/0xCB-Static/4cad7a89158e4dab07329f690d119aa4f8853a4f/rev1.0/gerbers/0xcb-static.zip -------------------------------------------------------------------------------- /rev1.0/static-lib/static.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20201005) (generator kicad_symbol_editor) 2 | (symbol "static:MX-NoLED" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 3 | (property "Reference" "MX39" (id 0) (at -0.3845 5.08 0) 4 | (effects (font (size 1.524 1.524))) 5 | ) 6 | (property "Value" "MX-NoLED" (id 1) (at -0.3845 3.81 0) 7 | (effects (font (size 0.508 0.508))) 8 | ) 9 | (property "Footprint" "MX_Only:MXOnly-2.75U-NoLED" (id 2) (at -15.875 -0.635 0) 10 | (effects (font (size 1.524 1.524)) hide) 11 | ) 12 | (property "Datasheet" "" (id 3) (at -15.875 -0.635 0) 13 | (effects (font (size 1.524 1.524)) hide) 14 | ) 15 | (property "Part Nb." "amz" (id 4) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (symbol "MX-NoLED_0_0" 19 | (text "COL" (at 3.175 0 0) 20 | (effects (font (size 0.762 0.762))) 21 | ) 22 | (text "ROW" (at 0 -1.905 900) 23 | (effects (font (size 0.762 0.762)) (justify right)) 24 | ) 25 | (rectangle (start -2.54 2.54) (end 1.27 -1.27) 26 | (stroke (width 0)) (fill (type none)) 27 | ) 28 | (polyline 29 | (pts 30 | (xy -1.27 -1.27) 31 | (xy -1.27 1.27) 32 | ) 33 | (stroke (width 0.127)) (fill (type none)) 34 | ) 35 | (polyline 36 | (pts 37 | (xy 1.27 1.27) 38 | (xy 0 1.27) 39 | (xy -1.27 1.905) 40 | ) 41 | (stroke (width 0.127)) (fill (type none)) 42 | ) 43 | ) 44 | (symbol "MX-NoLED_1_1" 45 | (pin passive line (at 3.81 1.27 180) (length 2.54) 46 | (name "COL" (effects (font (size 0 0)))) 47 | (number "1" (effects (font (size 0 0)))) 48 | ) 49 | (pin passive line (at -1.27 -3.81 90) (length 2.54) 50 | (name "ROW" (effects (font (size 0 0)))) 51 | (number "2" (effects (font (size 0 0)))) 52 | ) 53 | ) 54 | ) 55 | (symbol "static:OLED" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 56 | (property "Reference" "OL1" (id 0) (at 16.51 1.27 0) 57 | (effects (font (size 1.2954 1.2954)) (justify left)) 58 | ) 59 | (property "Value" "OLED" (id 1) (at 16.51 -1.27 0) 60 | (effects (font (size 1.1938 1.1938)) (justify left)) 61 | ) 62 | (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (id 2) (at 0 2.54 0) 63 | (effects (font (size 1.524 1.524)) hide) 64 | ) 65 | (property "Datasheet" "" (id 3) (at 0 2.54 0) 66 | (effects (font (size 1.524 1.524)) hide) 67 | ) 68 | (property "Part Nb." "amz" (id 4) (at 0 0 0) 69 | (effects (font (size 1.27 1.27)) hide) 70 | ) 71 | (symbol "OLED_0_1" 72 | (rectangle (start -13.97 8.89) (end 15.24 -7.62) 73 | (stroke (width 0)) (fill (type none)) 74 | ) 75 | ) 76 | (symbol "OLED_1_1" 77 | (pin bidirectional line (at -19.05 6.35 0) (length 5.08) 78 | (name "SDA" (effects (font (size 1.27 1.27)))) 79 | (number "1" (effects (font (size 1.27 1.27)))) 80 | ) 81 | (pin bidirectional line (at -19.05 2.54 0) (length 5.08) 82 | (name "SCL" (effects (font (size 1.27 1.27)))) 83 | (number "2" (effects (font (size 1.27 1.27)))) 84 | ) 85 | (pin power_in line (at -19.05 -1.27 0) (length 5.08) 86 | (name "VCC" (effects (font (size 1.27 1.27)))) 87 | (number "3" (effects (font (size 1.27 1.27)))) 88 | ) 89 | (pin power_in line (at -19.05 -5.08 0) (length 5.08) 90 | (name "GND" (effects (font (size 1.27 1.27)))) 91 | (number "4" (effects (font (size 1.27 1.27)))) 92 | ) 93 | ) 94 | ) 95 | ) 96 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-1.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D186) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 059ab34e-b703-44b4-8ddd-ad2c901844b3) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp b7dc50f3-a96a-4a27-ad04-e3ac698c53fe) 13 | ) 14 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 1395969f-05e1-4508-b13d-b76a2db272ea)) 15 | (fp_line (start 11.90625 -9.525) (end 11.90625 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 27147b68-4b00-4d54-9ec5-92cd534b2b9f)) 16 | (fp_line (start -11.90625 9.525) (end -11.90625 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 2b7d426f-e63a-4018-bb25-d32debfbac01)) 17 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 31d04ef4-907f-4c0f-8ef2-eb9bfac14228)) 18 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 49eba25f-409f-4b61-b56a-e2fab8631929)) 19 | (fp_line (start -11.90625 -9.525) (end 11.90625 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 6dbcccec-ac78-4266-a212-8b67ce70fd32)) 20 | (fp_line (start -11.90625 9.525) (end 11.90625 9.525) (layer "Dwgs.User") (width 0.15) (tstamp acf80f95-b370-457a-9f61-ba69d1fa4277)) 21 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp b14c6f36-3f65-4494-bf1a-49dc4ef12e26)) 22 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp d2f8aa9b-5611-4028-8fd1-cef07b8e8212)) 23 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp d475fb07-9fa6-49f9-912e-c97357fdc195)) 24 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp df36a070-8b93-4aaa-8542-25f5d90d0fd7)) 25 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp f244199a-413b-4a1c-962c-c5540eb4103a)) 26 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 11b08b67-67bb-435d-b7bf-ed60aad1939d)) 27 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8b7ccb43-ff85-41b6-8be5-3b8b4e36b5b7)) 28 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp c7732ba7-e346-4913-b82b-e77cae4e2067)) 29 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 08cfb090-20b8-4f23-8993-8c22fb40e56a)) 30 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 413a234a-7f62-424e-aa80-7c7e0b98174e)) 31 | ) 32 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-1.75U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1.75U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D195) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 49b0b2bd-0208-42a5-bfa4-3777eb6431b3) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp a93db589-c4c1-43a0-96c7-b94e5853b3ad) 13 | ) 14 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 26e752fa-065f-434e-a884-351b1e8fac1e)) 15 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 29d10323-0e95-441e-a736-8be94b5362a2)) 16 | (fp_line (start -16.66875 9.525) (end 16.66875 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 36aa623a-0b83-4101-85cc-e5fccf559fd6)) 17 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 49f0cbc2-f4e5-4863-a4d1-76eafbabc7a2)) 18 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 546d89e4-53d1-4563-84e8-bed8f0bb2b99)) 19 | (fp_line (start -16.66875 -9.525) (end 16.66875 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 92547a3e-f284-41e8-a289-38bfbbcd9b37)) 20 | (fp_line (start -16.66875 9.525) (end -16.66875 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp a7f22035-b7cf-471a-a6b4-c3214fd95e89)) 21 | (fp_line (start 16.66875 -9.525) (end 16.66875 9.525) (layer "Dwgs.User") (width 0.15) (tstamp b493022d-aeeb-4b6d-9f74-0557aee4eb51)) 22 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp c1b0261b-e6d6-4e4f-826c-9eaae0f19387)) 23 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp cf582bd7-3a88-4aff-a8fb-58331a06210f)) 24 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp ecad23b7-2aa6-48fd-b9e4-9c790e22c1d8)) 25 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp ee932e00-a03e-4a6e-8400-e2d5be540fd7)) 26 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 2ee0006d-ad4c-463c-b9e4-d2c4354a487f)) 27 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp d1942d98-2ff0-420b-9f6a-55a141ae9b11)) 28 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp f227871c-9170-431f-b03d-30ca2af45fa0)) 29 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 30f2a62d-8137-4156-a84d-cc6bba17a005)) 30 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp f0df758b-5d25-4a17-9bc6-33dff075636f)) 31 | ) 32 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-1U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-1U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D130) 3 | (property "Part Nb." "amz") 4 | (property "Sheetfile" "0xcb-static.kicad_sch") 5 | (property "Sheetname" "") 6 | (attr through_hole) 7 | (fp_text reference "MX1" (at 0 3.175) (layer "Dwgs.User") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 90e00bdd-8df1-4989-8bbc-278ba9912591) 10 | ) 11 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 4d972681-ce40-4f15-9cae-27aab7a50c43) 14 | ) 15 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 1a0779d7-cd61-427a-9cae-75266202263c)) 16 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp 1dae6e40-cca9-4822-b0e5-c325144d057a)) 17 | (fp_line (start -9.525 9.525) (end -9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 212a58a1-5499-4ee7-8528-f4f183be391c)) 18 | (fp_line (start 9.525 9.525) (end -9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 3052a3b9-d198-41a7-a5e0-c79077574344)) 19 | (fp_line (start 9.525 -9.525) (end 9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 30768f36-e3a8-4ddb-a634-48c5cb0a80ea)) 20 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 3fa2de84-a809-489c-9b45-0b8ba0232f8c)) 21 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 49ee490d-9a06-43ce-b195-0fbe1ee98b45)) 22 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 4b1e9ffa-5797-43b4-a9a0-0bad1df16e27)) 23 | (fp_line (start -9.525 -9.525) (end 9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 5c21c364-2568-4c9c-94df-fb55ea6d9d65)) 24 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 882e10b7-a252-4496-bc41-55df4a58532e)) 25 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 9662815e-39bd-450d-a09a-5ed3ebd65d73)) 26 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp c43d671f-4f9e-4d0e-b2b5-24054c2f5020)) 27 | (pad "" np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8f5ed2a3-f8ba-4c22-aca3-51980edb4bad)) 28 | (pad "" np_thru_hole circle (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp a17eed82-bfad-4c64-a03f-d6f9500f622a)) 29 | (pad "" np_thru_hole circle (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp a6095f92-6e03-4f15-9815-da53f07a6323)) 30 | (pad "1" thru_hole circle (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 1c07c923-cfc9-463b-8433-5fead9710696)) 31 | (pad "2" thru_hole circle (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp aaf0581e-c770-40a0-9dc0-5d019bdd121f)) 32 | ) 33 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-2.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-2.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1A5) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp e64729a1-9e61-4644-96a1-895e3443093d) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 21ce8f9b-271b-46be-820b-9377f209555e) 13 | ) 14 | (fp_line (start -21.43125 9.525) (end 21.43125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 1358d2b6-e094-47a9-9bce-0a150ed9eac5)) 15 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 2d704621-d597-4dfd-aaaf-a983f14467bd)) 16 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 350f2f19-03e2-4530-af75-18c849e72ea2)) 17 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 472bd3d6-b6a7-4fc7-be8c-a5204a1a3f12)) 18 | (fp_line (start 21.43125 -9.525) (end 21.43125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 5bb9814f-8b64-4dc1-8dd2-08e19b15a834)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 5e974c8a-cd12-4e51-a63e-b34797697617)) 20 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 80928442-f99f-4618-ae5e-1b896dab79a3)) 21 | (fp_line (start -21.43125 9.525) (end -21.43125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 817c3da2-72c4-4d51-b040-db839ad86745)) 22 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 892bb177-86f0-4943-9fcf-514c16389f46)) 23 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp a7ffd896-4922-4a25-9eab-c1e28645b835)) 24 | (fp_line (start -21.43125 -9.525) (end 21.43125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp d61945f6-45ed-4c70-9f01-e8337b319ab4)) 25 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp edf9c14d-fe17-4f75-ac97-970c0d1bacf8)) 26 | (pad "" np_thru_hole circle locked (at 11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 085e4a35-2dc6-4828-8525-4bc9670f9dbc)) 27 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 3da88df1-d02f-4ab6-88b1-06d0e915ac49)) 28 | (pad "" np_thru_hole circle locked (at -11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 5450713a-ae91-4659-b7ea-3e1748faa4cb)) 29 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 5fbbd6fc-e382-4c09-a461-b66d86170be4)) 30 | (pad "" np_thru_hole circle locked (at -11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 766d5dd4-62bd-4025-a0f2-6121c97b9b33)) 31 | (pad "" np_thru_hole circle locked (at 11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8529ec07-ad58-44a7-b6ed-524d5f405516)) 32 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp f4b33150-6fee-4d26-a295-2deffae320d5)) 33 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp e9cdda9b-3693-470c-aace-3dd0708c2b36)) 34 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp cafe0562-cfb3-44a5-81f0-ed3ea8ddaec1)) 35 | ) 36 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-2.75U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-2.75U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1B0) 3 | (property "Sheetfile" "0xcb-static.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole board_only exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp f896a8cf-62a2-4509-a948-1043a9ec37e6) 9 | ) 10 | (fp_text value "MX-NoLED" (at 0 -7.9375) (layer "Dwgs.User") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 5d5813ad-c1a0-402c-a8cb-38f81c388064) 13 | ) 14 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 2e47e8ee-d462-42d5-a536-3b3b6e36ac58)) 15 | (fp_line (start -26.19375 9.525) (end -26.19375 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 366eee6d-75da-4eca-a2fe-17e0128a0412)) 16 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 5749c0c2-bd11-4294-90ac-9d32f17e314f)) 17 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 8684d134-fbfa-41a5-b5c8-c766a1aae2ff)) 18 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp 908435f2-af35-473f-9a35-77a19642c7a4)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 9877503a-4ddf-42d5-be95-92e62610542e)) 20 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 99411aef-c811-476c-9f1d-43862c8e43d6)) 21 | (fp_line (start -26.19375 9.525) (end 26.19375 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 9fe9001a-b6f1-47c4-b726-645b511bd6fc)) 22 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp b36a36d4-9efb-4c05-a35e-33422ddb98ef)) 23 | (fp_line (start 26.19375 -9.525) (end 26.19375 9.525) (layer "Dwgs.User") (width 0.15) (tstamp b54f15a4-9d30-4e21-bbad-7bab4d412831)) 24 | (fp_line (start -26.19375 -9.525) (end 26.19375 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp bc00d860-fcf1-4440-bc2f-31b097d2fdcc)) 25 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp f6480fc5-53f4-4561-aad7-e21f0f93699a)) 26 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 4bcb304d-a70d-4424-a672-9a965fdee92c)) 27 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 818edb4e-789a-4d8e-9f94-23db3cb497f0)) 28 | (pad "" np_thru_hole circle locked (at 11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 8345b10a-8158-4a95-9be8-1736a1c1e7f1)) 29 | (pad "" np_thru_hole circle locked (at -11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 9b0167b6-52b5-46f2-9684-87e36f7bcce5)) 30 | (pad "" np_thru_hole circle locked (at -11.90625 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp c6ed1d8a-11dc-4e96-baa4-437af2526f02)) 31 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp cd14edcb-c9e4-49d4-953d-fc0068d1307b)) 32 | (pad "" np_thru_hole circle locked (at 11.90625 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp fbc0fbcf-e604-4a96-9bea-000ddd3503a1)) 33 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp d0fab0e8-37e4-4afa-8181-2371f8b7f5c2)) 34 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 649c832c-4a46-4db2-bcc7-c901c71ac740)) 35 | ) 36 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/MXOnly-6.25U-NoLED.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MXOnly-6.25U-NoLED" (version 20210424) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60C3D1BA) 3 | (attr through_hole board_only exclude_from_bom) 4 | (fp_text reference "REF**" (at 0 3.175) (layer "Dwgs.User") hide 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp 9e84419b-142d-4e4a-98ff-083bcc577c6d) 7 | ) 8 | (fp_text value "6.25U" (at 0 -7.9375) (layer "Dwgs.User") hide 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp 9cc87f7e-6a56-4bc5-9aa4-31530de942af) 11 | ) 12 | (fp_line (start -7 7) (end -5 7) (layer "Dwgs.User") (width 0.15) (tstamp 2fc7e66c-7ffc-48dc-8be4-86c97623954b)) 13 | (fp_line (start 5 -7) (end 7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 407ed88e-27a1-43fd-9acc-ed229e06b039)) 14 | (fp_line (start 7 7) (end 7 5) (layer "Dwgs.User") (width 0.15) (tstamp 4e05c077-f386-4749-8723-93658b54fd83)) 15 | (fp_line (start -59.53125 9.525) (end 59.53125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 53735de7-d6a9-489f-85c1-66f8aa8beda9)) 16 | (fp_line (start -59.53125 9.525) (end -59.53125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 6a481749-aa78-4d6c-8606-50db2fb883c4)) 17 | (fp_line (start 7 -7) (end 7 -5) (layer "Dwgs.User") (width 0.15) (tstamp 7bc8e2f3-00cd-49a5-8e88-6a3da778c55c)) 18 | (fp_line (start 59.53125 -9.525) (end 59.53125 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 8ce727ef-9793-459f-b195-16adb9ded732)) 19 | (fp_line (start 5 7) (end 7 7) (layer "Dwgs.User") (width 0.15) (tstamp 8ff54fe3-414e-4f11-8d33-5b3323091986)) 20 | (fp_line (start -5 -7) (end -7 -7) (layer "Dwgs.User") (width 0.15) (tstamp 94ea8251-7ac5-4629-b7b4-f3757a811389)) 21 | (fp_line (start -59.53125 -9.525) (end 59.53125 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp c42164b2-b02d-49e4-8144-56be141707c5)) 22 | (fp_line (start -7 -7) (end -7 -5) (layer "Dwgs.User") (width 0.15) (tstamp c92584ea-f69c-4a29-8637-f6a37987f116)) 23 | (fp_line (start -7 5) (end -7 7) (layer "Dwgs.User") (width 0.15) (tstamp df77d422-96c3-4261-9450-df29d04a0ebd)) 24 | (pad "" np_thru_hole circle locked (at 49.9999 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 45b7ed2b-78ba-48ab-bfac-2775caf15921)) 25 | (pad "" np_thru_hole circle locked (at 0 0) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 5e890a69-0f2c-48cb-ae11-6ab9bdcf72e1)) 26 | (pad "" np_thru_hole circle locked (at -49.9999 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp 864e6199-8179-49cb-9908-e3c832c0ce3f)) 27 | (pad "" np_thru_hole circle locked (at 5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp 91013f07-a53a-484a-886b-9a8e5b757126)) 28 | (pad "" np_thru_hole circle locked (at -49.9999 8.255) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp c86605d7-690c-4b18-adfa-bfb0833c7363)) 29 | (pad "" np_thru_hole circle locked (at -5.08 0 48.0996) (size 1.75 1.75) (drill 1.75) (layers *.Cu *.Mask) (tstamp ce6724ee-327a-4e39-9938-50cfafb78e97)) 30 | (pad "" np_thru_hole circle locked (at 49.9999 -6.985) (size 3.048 3.048) (drill 3.048) (layers *.Cu *.Mask) (tstamp e407d652-822b-49cc-88a7-a3ba16c381ed)) 31 | (pad "1" thru_hole circle locked (at -3.81 -2.54) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp 26e28394-c302-4c65-a219-c07be60a2799)) 32 | (pad "2" thru_hole circle locked (at 2.54 -5.08) (size 2.25 2.25) (drill 1.47) (layers *.Cu *.Mask) (tstamp e3deb4be-8f13-43b3-b8b0-8f2cfa3439a4)) 33 | ) 34 | -------------------------------------------------------------------------------- /rev1.0/static-lib/static.pretty/oshwa.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "oshwa" (version 20210606) (generator pcbnew) (layer "F.Cu") 2 | (tedit 60D70B7A) 3 | (attr board_only exclude_from_pos_files exclude_from_bom) 4 | (fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide 5 | (effects (font (size 1.524 1.524) (thickness 0.3))) 6 | (tstamp 00000000-0000-0000-0000-000000000000) 7 | ) 8 | (fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide 9 | (effects (font (size 1.524 1.524) (thickness 0.3))) 10 | (tstamp 00000000-0000-0000-0000-000000000000) 11 | ) 12 | (fp_poly (pts (xy 1.033474 2.185566) 13 | (xy 1.052071 2.229389) 14 | (xy 1.010304 2.290589) 15 | (xy 0.951874 2.304537) 16 | (xy 0.870274 2.273212) 17 | (xy 0.851677 2.229389) 18 | (xy 0.893444 2.168189) 19 | (xy 0.951874 2.154241)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 20 | (fp_poly (pts (xy -1.863507 1.607576) 21 | (xy -1.754457 1.623466) 22 | (xy -1.708466 1.654778) 23 | (xy -1.703353 1.678304) 24 | (xy -1.727871 1.723407) 25 | (xy -1.814023 1.746757) 26 | (xy -1.980704 1.753452) 27 | (xy -2.260486 1.753452) 28 | (xy -2.229388 2.129192) 29 | (xy -1.96637 2.144335) 30 | (xy -1.791835 2.165122) 31 | (xy -1.714422 2.195615) 32 | (xy -1.732856 2.226614) 33 | (xy -1.84586 2.248921) 34 | (xy -1.98164 2.254438) 35 | (xy -2.259927 2.254438) 36 | (xy -2.244658 2.492407) 37 | (xy -2.229388 2.730375) 38 | (xy -1.941321 2.7454) 39 | (xy -1.758063 2.763235) 40 | (xy -1.669562 2.788715) 41 | (xy -1.671275 2.816125) 42 | (xy -1.758657 2.839752) 43 | (xy -1.927162 2.853883) 44 | (xy -2.028994 2.855622) 45 | (xy -2.404733 2.855622) 46 | (xy -2.404733 1.603156) 47 | (xy -2.054043 1.603156)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 48 | (fp_poly (pts (xy -0.714984 -1.634404) 49 | (xy -0.541712 -1.605075) 50 | (xy -0.446397 -1.568707) 51 | (xy -0.406966 -1.512426) 52 | (xy -0.400789 -1.451143) 53 | (xy -0.414329 -1.386851) 54 | (xy -0.473912 -1.384991) 55 | (xy -0.529296 -1.404001) 56 | (xy -0.718835 -1.44797) 57 | (xy -0.90869 -1.446823) 58 | (xy -1.062575 -1.40319) 59 | (xy -1.119454 -1.361242) 60 | (xy -1.200872 -1.221379) 61 | (xy -1.184718 -1.093313) 62 | (xy -1.073245 -0.980221) 63 | (xy -0.868704 -0.885275) 64 | (xy -0.758245 -0.852272) 65 | (xy -0.592295 -0.788433) 66 | (xy -0.448976 -0.700649) 67 | (xy -0.420079 -0.675126) 68 | (xy -0.32168 -0.511595) 69 | (xy -0.298787 -0.315544) 70 | (xy -0.351492 -0.120425) 71 | (xy -0.41828 -0.019061) 72 | (xy -0.504009 0.062215) 73 | (xy -0.606269 0.107018) 74 | (xy -0.760736 0.128451) 75 | (xy -0.831594 0.132748) 76 | (xy -1.019332 0.132076) 77 | (xy -1.186853 0.114368) 78 | (xy -1.26499 0.094742) 79 | (xy -1.376205 0.017373) 80 | (xy -1.402761 -0.059633) 81 | (xy -1.378337 -0.133952) 82 | (xy -1.330746 -0.133381) 83 | (xy -1.050207 -0.046811) 84 | (xy -0.836654 -0.02904) 85 | (xy -0.717454 -0.060403) 86 | (xy -0.564718 -0.168885) 87 | (xy -0.507214 -0.301065) 88 | (xy -0.527959 -0.430137) 89 | (xy -0.573404 -0.51057) 90 | (xy -0.658494 -0.574905) 91 | (xy -0.806434 -0.637799) 92 | (xy -0.914857 -0.67446) 93 | (xy -1.152149 -0.766429) 94 | (xy -1.303088 -0.866305) 95 | (xy -1.381421 -0.986464) 96 | (xy -1.401168 -1.112337) 97 | (xy -1.360355 -1.330901) 98 | (xy -1.241306 -1.498997) 99 | (xy -1.057588 -1.606304) 100 | (xy -0.822767 -1.642499)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 101 | (fp_poly (pts (xy 4.174478 1.626866) 102 | (xy 4.195998 1.708335) 103 | (xy 4.206344 1.863068) 104 | (xy 4.208284 2.028995) 105 | (xy 4.211493 2.241891) 106 | (xy 4.223171 2.372191) 107 | (xy 4.246401 2.437352) 108 | (xy 4.283432 2.454833) 109 | (xy 4.350102 2.481885) 110 | (xy 4.35858 2.504931) 111 | (xy 4.318003 2.549378) 112 | (xy 4.283432 2.55503) 113 | (xy 4.223772 2.59984) 114 | (xy 4.208284 2.705326) 115 | (xy 4.18588 2.824647) 116 | (xy 4.133137 2.855622) 117 | (xy 4.073476 2.810812) 118 | (xy 4.057989 2.705326) 119 | (xy 4.052516 2.616354) 120 | (xy 4.018867 2.571988) 121 | (xy 3.931195 2.556718) 122 | (xy 3.807496 2.55503) 123 | (xy 3.659811 2.546248) 124 | (xy 3.578667 2.511242) 125 | (xy 3.562376 2.437024) 126 | (xy 3.563729 2.433374) 127 | (xy 3.6572 2.433374) 128 | (xy 3.701697 2.446819) 129 | (xy 3.812841 2.45429) 130 | (xy 3.857594 2.454833) 131 | (xy 4.057989 2.454833) 132 | (xy 4.057989 2.129192) 133 | (xy 4.055294 1.963331) 134 | (xy 4.048245 1.84604) 135 | (xy 4.038795 1.803551) 136 | (xy 4.006782 1.842668) 137 | (xy 3.9411 1.942434) 138 | (xy 3.857733 2.076465) 139 | (xy 3.772663 2.218382) 140 | (xy 3.701876 2.341802) 141 | (xy 3.661354 2.420344) 142 | (xy 3.6572 2.433374) 143 | (xy 3.563729 2.433374) 144 | (xy 3.609248 2.310607) 145 | (xy 3.717594 2.119001) 146 | (xy 3.744978 2.074174) 147 | (xy 3.87952 1.860685) 148 | (xy 3.977193 1.720968) 149 | (xy 4.049634 1.641118) 150 | (xy 4.108481 1.607236) 151 | (xy 4.139271 1.603156)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 152 | (fp_poly (pts (xy -0.866235 1.688683) 153 | (xy -0.794187 1.750139) 154 | (xy -0.709241 1.923139) 155 | (xy -0.672967 2.147421) 156 | (xy -0.684008 2.387452) 157 | (xy -0.741004 2.6077) 158 | (xy -0.832874 2.762328) 159 | (xy -0.963166 2.83945) 160 | (xy -1.123012 2.846505) 161 | (xy -1.270631 2.783789) 162 | (xy -1.298952 2.759036) 163 | (xy -1.388512 2.608677) 164 | (xy -1.436188 2.400843) 165 | (xy -1.440244 2.228566) 166 | (xy -1.29495 2.228566) 167 | (xy -1.28033 2.418695) 168 | (xy -1.241664 2.581606) 169 | (xy -1.181772 2.682911) 170 | (xy -1.176583 2.687009) 171 | (xy -1.073713 2.746928) 172 | (xy -0.997369 2.734611) 173 | (xy -0.934496 2.680792) 174 | (xy -0.862042 2.553841) 175 | (xy -0.821571 2.372293) 176 | (xy -0.813378 2.170062) 177 | (xy -0.837757 1.981062) 178 | (xy -0.895004 1.839208) 179 | (xy -0.926873 1.80351) 180 | (xy -1.044445 1.75997) 181 | (xy -1.161866 1.805564) 182 | (xy -1.240775 1.904192) 183 | (xy -1.282705 2.045603) 184 | (xy -1.29495 2.228566) 185 | (xy -1.440244 2.228566) 186 | (xy -1.441641 2.169241) 187 | (xy -1.404529 1.947576) 188 | (xy -1.324511 1.769553) 189 | (xy -1.30917 1.74917) 190 | (xy -1.180994 1.661891) 191 | (xy -1.01964 1.641755)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 192 | (fp_poly (pts (xy 3.132325 -2.895162) 193 | (xy 3.14255 -2.841326) 194 | (xy 3.137263 -2.822144) 195 | (xy 3.121134 -2.756007) 196 | (xy 3.087648 -2.608837) 197 | (xy 3.040061 -2.395588) 198 | (xy 2.981629 -2.13121) 199 | (xy 2.915608 -1.830656) 200 | (xy 2.845254 -1.508878) 201 | (xy 2.773823 -1.180827) 202 | (xy 2.70457 -0.861456) 203 | (xy 2.640752 -0.565716) 204 | (xy 2.585625 -0.30856) 205 | (xy 2.542444 -0.10494) 206 | (xy 2.514466 0.030194) 207 | (xy 2.504931 0.081638) 208 | (xy 2.462159 0.095937) 209 | (xy 2.387515 0.100198) 210 | (xy 2.329673 0.091959) 211 | (xy 2.287257 0.054697) 212 | (xy 2.251361 -0.030407) 213 | (xy 2.213082 -0.182171) 214 | (xy 2.180096 -0.338165) 215 | (xy 2.136177 -0.541705) 216 | (xy 2.095765 -0.710824) 217 | (xy 2.06535 -0.819032) 218 | (xy 2.057227 -0.839733) 219 | (xy 2.033713 -0.821221) 220 | (xy 1.995796 -0.72179) 221 | (xy 1.949215 -0.558673) 222 | (xy 1.911247 -0.40137) 223 | (xy 1.85683 -0.171466) 224 | (xy 1.813493 -0.023284) 225 | (xy 1.774123 0.05999) 226 | (xy 1.731609 0.095164) 227 | (xy 1.699072 0.100198) 228 | (xy 1.608029 0.072651) 229 | (xy 1.579333 0.037574) 230 | (xy 1.563473 -0.037949) 231 | (xy 1.537635 -0.190321) 232 | (xy 1.5051 -0.397074) 233 | (xy 1.469149 -0.635741) 234 | (xy 1.433063 -0.883854) 235 | (xy 1.400123 -1.118946) 236 | (xy 1.37361 -1.31855) 237 | (xy 1.356803 -1.460197) 238 | (xy 1.352542 -1.515483) 239 | (xy 1.393367 -1.589847) 240 | (xy 1.446873 -1.603155) 241 | (xy 1.488375 -1.592863) 242 | (xy 1.519919 -1.551149) 243 | (xy 1.545877 -1.461757) 244 | (xy 1.57062 -1.308432) 245 | (xy 1.598517 -1.074918) 246 | (xy 1.60515 -1.014497) 247 | (xy 1.640773 -0.703321) 248 | (xy 1.670935 -0.488185) 249 | (xy 1.698269 -0.365258) 250 | (xy 1.725409 -0.33071) 251 | (xy 1.754989 -0.380711) 252 | (xy 1.789643 -0.511431) 253 | (xy 1.826808 -0.692156) 254 | (xy 1.870775 -0.908068) 255 | (xy 1.906273 -1.0436) 256 | (xy 1.94151 -1.117173) 257 | (xy 1.984691 -1.147207) 258 | (xy 2.031792 -1.152268) 259 | (xy 2.092012 -1.142567) 260 | (xy 2.13567 -1.100231) 261 | (xy 2.172889 -1.00541) 262 | (xy 2.213793 -0.838254) 263 | (xy 2.229789 -0.764004) 264 | (xy 2.272527 -0.570039) 265 | (xy 2.310928 -0.408804) 266 | (xy 2.337833 -0.310087) 267 | (xy 2.341156 -0.300591) 268 | (xy 2.350722 -0.273305) 269 | (xy 2.358957 -0.255295) 270 | (xy 2.368306 -0.256427) 271 | (xy 2.381212 -0.286566) 272 | (xy 2.400119 -0.355576) 273 | (xy 2.427471 -0.473323) 274 | (xy 2.465711 -0.649671) 275 | (xy 2.517284 -0.894484) 276 | (xy 2.584633 -1.217629) 277 | (xy 2.670043 -1.628205) 278 | (xy 2.750228 -2.011328) 279 | (xy 2.813869 -2.307586) 280 | (xy 2.864341 -2.528309) 281 | (xy 2.90502 -2.68483) 282 | (xy 2.939284 -2.788479) 283 | (xy 2.970508 -2.850588) 284 | (xy 3.002068 -2.882488) 285 | (xy 3.037341 -2.89551) 286 | (xy 3.048168 -2.897292)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 287 | (fp_poly (pts (xy -2.21542 -1.635643) 288 | (xy -2.019793 -1.567614) 289 | (xy -1.878409 -1.431772) 290 | (xy -1.787681 -1.221461) 291 | (xy -1.744019 -0.930024) 292 | (xy -1.738716 -0.751479) 293 | (xy -1.763747 -0.407472) 294 | (xy -1.839379 -0.147822) 295 | (xy -1.966425 0.030065) 296 | (xy -1.989278 0.049316) 297 | (xy -2.162887 0.12991) 298 | (xy -2.366948 0.14547) 299 | (xy -2.555879 0.094554) 300 | (xy -2.599273 0.068601) 301 | (xy -2.699874 -0.035163) 302 | (xy -2.783095 -0.174027) 303 | (xy -2.785765 -0.180283) 304 | (xy -2.827187 -0.345192) 305 | (xy -2.849744 -0.572298) 306 | (xy -2.851802 -0.71177) 307 | (xy -2.630177 -0.71177) 308 | (xy -2.628628 -0.490552) 309 | (xy -2.620165 -0.345468) 310 | (xy -2.599065 -0.252465) 311 | (xy -2.559607 -0.187485) 312 | (xy -2.496066 -0.126475) 313 | (xy -2.489612 -0.120908) 314 | (xy -2.390354 -0.037451) 315 | (xy -2.327657 -0.007671) 316 | (xy -2.259541 -0.023036) 317 | (xy -2.18138 -0.058261) 318 | (xy -2.064897 -0.165821) 319 | (xy -1.99088 -0.360733) 320 | (xy -1.96033 -0.639138) 321 | (xy -1.965837 -0.889536) 322 | (xy -1.998563 -1.150237) 323 | (xy -2.061898 -1.3241) 324 | (xy -2.162204 -1.421504) 325 | (xy -2.305846 -1.452832) 326 | (xy -2.311146 -1.45286) 327 | (xy -2.44188 -1.425719) 328 | (xy -2.534795 -1.337688) 329 | (xy -2.594162 -1.178849) 330 | (xy -2.624249 -0.939287) 331 | (xy -2.630177 -0.71177) 332 | (xy -2.851802 -0.71177) 333 | (xy -2.853479 -0.825399) 334 | (xy -2.838435 -1.068295) 335 | (xy -2.804654 -1.264785) 336 | (xy -2.78442 -1.325895) 337 | (xy -2.661203 -1.500344) 338 | (xy -2.478619 -1.610536) 339 | (xy -2.264699 -1.64121)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 340 | (fp_poly (pts (xy 0.031502 2.185566) 341 | (xy 0.050099 2.229389) 342 | (xy 0.008332 2.290589) 343 | (xy -0.050098 2.304537) 344 | (xy -0.131698 2.273212) 345 | (xy -0.150295 2.229389) 346 | (xy -0.108528 2.168189) 347 | (xy -0.050098 2.154241)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 348 | (fp_poly (pts (xy 1.13771 1.688683) 349 | (xy 1.209758 1.750139) 350 | (xy 1.294704 1.923139) 351 | (xy 1.330977 2.147421) 352 | (xy 1.319937 2.387452) 353 | (xy 1.262941 2.6077) 354 | (xy 1.171071 2.762328) 355 | (xy 1.040778 2.83945) 356 | (xy 0.880932 2.846505) 357 | (xy 0.733314 2.783789) 358 | (xy 0.704992 2.759036) 359 | (xy 0.615433 2.608677) 360 | (xy 0.567757 2.400843) 361 | (xy 0.563701 2.228566) 362 | (xy 0.708995 2.228566) 363 | (xy 0.723615 2.418695) 364 | (xy 0.762281 2.581606) 365 | (xy 0.822173 2.682911) 366 | (xy 0.827362 2.687009) 367 | (xy 0.930231 2.746928) 368 | (xy 1.006576 2.734611) 369 | (xy 1.069448 2.680792) 370 | (xy 1.141902 2.553841) 371 | (xy 1.182373 2.372293) 372 | (xy 1.190567 2.170062) 373 | (xy 1.166187 1.981062) 374 | (xy 1.108941 1.839208) 375 | (xy 1.077072 1.80351) 376 | (xy 0.9595 1.75997) 377 | (xy 0.842079 1.805564) 378 | (xy 0.76317 1.904192) 379 | (xy 0.72124 2.045603) 380 | (xy 0.708995 2.228566) 381 | (xy 0.563701 2.228566) 382 | (xy 0.562304 2.169241) 383 | (xy 0.599416 1.947576) 384 | (xy 0.679434 1.769553) 385 | (xy 0.694775 1.74917) 386 | (xy 0.822951 1.661891) 387 | (xy 0.984305 1.641755)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 388 | (fp_poly (pts (xy 2.079093 2.730375) 389 | (xy 2.216864 2.746228) 390 | (xy 2.333047 2.769459) 391 | (xy 2.360524 2.797626) 392 | (xy 2.310229 2.82511) 393 | (xy 2.193094 2.846295) 394 | (xy 2.020055 2.855563) 395 | (xy 2.003945 2.855622) 396 | (xy 1.831106 2.849506) 397 | (xy 1.705857 2.833412) 398 | (xy 1.653533 2.810719) 399 | (xy 1.653255 2.808851) 400 | (xy 1.696581 2.769891) 401 | (xy 1.791026 2.746228) 402 | (xy 1.928797 2.730375) 403 | (xy 1.928797 1.778501) 404 | (xy 1.791026 1.794611) 405 | (xy 1.69165 1.79055) 406 | (xy 1.653255 1.759994) 407 | (xy 1.669935 1.707704) 408 | (xy 1.736031 1.669937) 409 | (xy 1.875629 1.633493) 410 | (xy 1.889549 1.630484) 411 | (xy 2.050695 1.595931)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 412 | (fp_poly (pts (xy 2.354636 -2.204339) 413 | (xy -3.406706 -2.204339) 414 | (xy -3.406706 0.651282) 415 | (xy 3.406707 0.651282) 416 | (xy 3.406707 -2.454832) 417 | (xy 3.707298 -2.454832) 418 | (xy 3.707298 0.901776) 419 | (xy -3.707297 0.901776) 420 | (xy -3.707297 -2.454832) 421 | (xy 2.354636 -2.454832)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 422 | (fp_poly (pts (xy -0.97047 2.185566) 423 | (xy -0.951873 2.229389) 424 | (xy -0.99364 2.290589) 425 | (xy -1.052071 2.304537) 426 | (xy -1.133671 2.273212) 427 | (xy -1.152268 2.229389) 428 | (xy -1.110501 2.168189) 429 | (xy -1.052071 2.154241)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 430 | (fp_poly (pts (xy 1.090048 -1.598227) 431 | (xy 1.115825 -1.574124) 432 | (xy 1.133296 -1.516872) 433 | (xy 1.144068 -1.412495) 434 | (xy 1.149748 -1.247019) 435 | (xy 1.151943 -1.006468) 436 | (xy 1.152269 -0.751479) 437 | (xy 1.151743 -0.441173) 438 | (xy 1.14907 -0.21707) 439 | (xy 1.142603 -0.065176) 440 | (xy 1.130696 0.0285) 441 | (xy 1.111702 0.077953) 442 | (xy 1.083975 0.097175) 443 | (xy 1.052071 0.100198) 444 | (xy 1.002149 0.09183) 445 | (xy 0.972229 0.053291) 446 | (xy 0.957273 -0.035574) 447 | (xy 0.952243 -0.19492) 448 | (xy 0.951874 -0.300591) 449 | (xy 0.951874 -0.70138) 450 | (xy 0.250494 -0.70138) 451 | (xy 0.250494 -0.300591) 452 | (xy 0.248402 -0.100901) 453 | (xy 0.238767 0.018778) 454 | (xy 0.216551 0.078601) 455 | (xy 0.176714 0.098723) 456 | (xy 0.150296 0.100198) 457 | (xy 0.11379 0.095734) 458 | (xy 0.087425 0.073013) 459 | (xy 0.069555 0.018042) 460 | (xy 0.058534 -0.083171) 461 | (xy 0.052716 -0.244621) 462 | (xy 0.050455 -0.480299) 463 | (xy 0.050099 -0.751479) 464 | (xy 0.050624 -1.061785) 465 | (xy 0.053297 -1.285888) 466 | (xy 0.059764 -1.437781) 467 | (xy 0.071672 -1.531458) 468 | (xy 0.090666 -1.580911) 469 | (xy 0.118393 -1.600133) 470 | (xy 0.150296 -1.603155) 471 | (xy 0.202817 -1.593751) 472 | (xy 0.232975 -1.551299) 473 | (xy 0.246834 -1.454435) 474 | (xy 0.250458 -1.2818) 475 | (xy 0.250494 -1.250176) 476 | (xy 0.250494 -0.897197) 477 | (xy 0.588659 -0.91201) 478 | (xy 0.926825 -0.926824) 479 | (xy 0.941639 -1.26499) 480 | (xy 0.952937 -1.446103) 481 | (xy 0.971664 -1.548503) 482 | (xy 1.004981 -1.593674) 483 | (xy 1.05436 -1.603155)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 484 | (fp_poly (pts (xy 0.135738 1.688683) 485 | (xy 0.207786 1.750139) 486 | (xy 0.292731 1.923139) 487 | (xy 0.329005 2.147421) 488 | (xy 0.317965 2.387452) 489 | (xy 0.260969 2.6077) 490 | (xy 0.169098 2.762328) 491 | (xy 0.038806 2.83945) 492 | (xy -0.12104 2.846505) 493 | (xy -0.268658 2.783789) 494 | (xy -0.29698 2.759036) 495 | (xy -0.386539 2.608677) 496 | (xy -0.434216 2.400843) 497 | (xy -0.438271 2.228566) 498 | (xy -0.292978 2.228566) 499 | (xy -0.278357 2.418695) 500 | (xy -0.239692 2.581606) 501 | (xy -0.1798 2.682911) 502 | (xy -0.17461 2.687009) 503 | (xy -0.071741 2.746928) 504 | (xy 0.004603 2.734611) 505 | (xy 0.067476 2.680792) 506 | (xy 0.13993 2.553841) 507 | (xy 0.180401 2.372293) 508 | (xy 0.188594 2.170062) 509 | (xy 0.164215 1.981062) 510 | (xy 0.106969 1.839208) 511 | (xy 0.0751 1.80351) 512 | (xy -0.042473 1.75997) 513 | (xy -0.159893 1.805564) 514 | (xy -0.238803 1.904192) 515 | (xy -0.280733 2.045603) 516 | (xy -0.292978 2.228566) 517 | (xy -0.438271 2.228566) 518 | (xy -0.439668 2.169241) 519 | (xy -0.402556 1.947576) 520 | (xy -0.322539 1.769553) 521 | (xy -0.307198 1.74917) 522 | (xy -0.179021 1.661891) 523 | (xy -0.017667 1.641755)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 524 | (fp_poly (pts (xy 3.066866 2.163153) 525 | (xy 3.081066 2.730375) 526 | (xy 3.218837 2.746228) 527 | (xy 3.33502 2.769459) 528 | (xy 3.362497 2.797626) 529 | (xy 3.312201 2.82511) 530 | (xy 3.195067 2.846295) 531 | (xy 3.022027 2.855563) 532 | (xy 3.005918 2.855622) 533 | (xy 2.833078 2.849506) 534 | (xy 2.707829 2.833412) 535 | (xy 2.655505 2.810719) 536 | (xy 2.655227 2.808851) 537 | (xy 2.698553 2.769891) 538 | (xy 2.792998 2.746228) 539 | (xy 2.93077 2.730375) 540 | (xy 2.93077 1.778501) 541 | (xy 2.792998 1.794611) 542 | (xy 2.693623 1.79055) 543 | (xy 2.655227 1.759994) 544 | (xy 2.671907 1.707704) 545 | (xy 2.738003 1.669937) 546 | (xy 2.877601 1.633493) 547 | (xy 2.891521 1.630484) 548 | (xy 3.052667 1.595931)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 549 | (fp_poly (pts (xy -3.22934 1.620714) 550 | (xy -3.007089 1.666432) 551 | (xy -2.859406 1.740372) 552 | (xy -2.761503 1.857831) 553 | (xy -2.726133 1.931221) 554 | (xy -2.667466 2.121875) 555 | (xy -2.664013 2.309407) 556 | (xy -2.707937 2.517376) 557 | (xy -2.804541 2.697784) 558 | (xy -2.974369 2.810703) 559 | (xy -3.215538 2.854969) 560 | (xy -3.253922 2.855622) 561 | (xy -3.456804 2.855622) 562 | (xy -3.456804 1.753452) 563 | (xy -3.306508 1.753452) 564 | (xy -3.306508 2.767949) 565 | (xy -3.144359 2.735519) 566 | (xy -3.006892 2.690171) 567 | (xy -2.907225 2.628105) 568 | (xy -2.854378 2.51268) 569 | (xy -2.832765 2.305023) 570 | (xy -2.832242 2.257821) 571 | (xy -2.857208 2.01123) 572 | (xy -2.933649 1.848432) 573 | (xy -3.063874 1.765914) 574 | (xy -3.163977 1.753452) 575 | (xy -3.306508 1.753452) 576 | (xy -3.456804 1.753452) 577 | (xy -3.456804 1.589537)) (layer "F.SilkS") (width 0) (fill solid) (tstamp 00000000-0000-0000-0000-000000000000)) 578 | ) 579 | -------------------------------------------------------------------------------- /rev1.0/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name "static")(type "KiCad")(uri "${KIPRJMOD}/static-lib/static.kicad_sym")(options "")(descr "")) 3 | ) 4 | --------------------------------------------------------------------------------