├── .gitignore ├── README.md ├── outputs ├── gerber │ ├── smd_challenge_extreme.GBL │ ├── smd_challenge_extreme.GBO │ ├── smd_challenge_extreme.GBS │ ├── smd_challenge_extreme.GD1 │ ├── smd_challenge_extreme.GG1 │ ├── smd_challenge_extreme.GM1 │ ├── smd_challenge_extreme.GTL │ ├── smd_challenge_extreme.GTO │ ├── smd_challenge_extreme.GTS │ ├── smd_challenge_extreme.TXT │ └── smd_challenge_extreme.apr ├── renders │ ├── back.PNG │ └── front.PNG ├── smd_challenge_extreme_STEPmodel.step ├── smd_challenge_extreme_SimpleBOM.xlsx └── smd_challenge_extreme_assembly_drawing.pdf ├── smd_challenge_extreme.OutJob ├── smd_challenge_extreme.PCBDwf ├── smd_challenge_extreme.PcbDoc ├── smd_challenge_extreme.PcbLib ├── smd_challenge_extreme.PrjPCB ├── smd_challenge_extreme.SchDoc ├── smd_challenge_extreme.SchLib └── smd_challenge_extreme.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | History/ 2 | __Previews/ 3 | *.LOG 4 | *.htm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SMD Challenge Extreme Edition 2 | 3 | I competed in the soldering competition at the Hackaday Superconference last year which aims to see how fast you can solder up the [SMD Challenge kit from makersbox](https://www.tindie.com/products/makersbox/smd-challenge/). 4 | Dan Maloney did a [nice little writeup](https://hackaday.com/2019/11/18/a-newbie-takes-the-smd-challenge-at-supercon/) of the event and what it entails 5 | 6 | The normal kit starts off at 1206 components and goes down to 0201, however SMD components have been getting smaller and smaller 7 | 8 | After finding the infamous 555 timer comes in a [8ball BGA package](https://www.ti.com/product/LMC555), I had the crazy idea to make something similar, but as small as possible 9 | 10 | ## Features 11 | - 555 Timer in dsBGA package (1.41x1.43mm) 12 | - 74HC4017 decade counter in DHVQFN16 (2.5x3.5mm) 13 | - All 01005 passives (400x200um) 14 | - 0201 LEDs (350x650um) (pretty hard to find, so might to to 0402, but that seems too big!) 15 | - Powered from a 3V Lithium CR1220 battery 16 | - Should operate down to 2V at least 17 | - Board size defined by battery (17mm circle) 18 | 19 | ## Renders 20 | 21 | ![front](/outputs/renders/front.PNG) 22 | ![back](/outputs/renders/back.PNG) 23 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GBL: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Physical_Order=2* 5 | G04 Layer_Color=16711680* 6 | %FSLAX43Y43*% 7 | %MOMM*% 8 | G71* 9 | G04* 10 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 11 | G04* 12 | G04* 13 | G04 #@! TF.FilePolarity,Positive* 14 | G04* 15 | G01* 16 | G75* 17 | %ADD25C,0.127*% 18 | %ADD37C,2.400*% 19 | %ADD38C,0.450*% 20 | %ADD39C,0.254*% 21 | %ADD40R,4.000X4.000*% 22 | G36* 23 | X2514Y-5469D02* 24 | X2530Y-5470D01* 25 | X2544Y-5473D01* 26 | X2558Y-5475D01* 27 | X2570Y-5479D01* 28 | X2582Y-5482D01* 29 | X2593Y-5486D01* 30 | X2603Y-5491D01* 31 | X2612Y-5495D01* 32 | X2620Y-5499D01* 33 | X2627Y-5503D01* 34 | X2633Y-5506D01* 35 | X2637Y-5509D01* 36 | X2640Y-5511D01* 37 | X2642Y-5512D01* 38 | X2643Y-5513D01* 39 | X2653Y-5522D01* 40 | X2662Y-5532D01* 41 | X2671Y-5542D01* 42 | X2677Y-5554D01* 43 | X2684Y-5566D01* 44 | X2689Y-5578D01* 45 | X2694Y-5590D01* 46 | X2698Y-5602D01* 47 | X2702Y-5613D01* 48 | X2704Y-5624D01* 49 | X2707Y-5633D01* 50 | X2708Y-5641D01* 51 | X2709Y-5648D01* 52 | X2710Y-5651D01* 53 | X2710Y-5653D01* 54 | Y-5655D01* 55 | X2711Y-5657D01* 56 | Y-5657D01* 57 | Y-5658D01* 58 | X2589Y-5670D01* 59 | X2588Y-5660D01* 60 | X2587Y-5651D01* 61 | X2585Y-5643D01* 62 | X2583Y-5635D01* 63 | X2581Y-5628D01* 64 | X2579Y-5622D01* 65 | X2577Y-5616D01* 66 | X2574Y-5611D01* 67 | X2572Y-5607D01* 68 | X2570Y-5603D01* 69 | X2568Y-5600D01* 70 | X2567Y-5598D01* 71 | X2565Y-5596D01* 72 | X2564Y-5594D01* 73 | X2563Y-5594D01* 74 | X2563Y-5593D01* 75 | X2558Y-5589D01* 76 | X2554Y-5585D01* 77 | X2548Y-5583D01* 78 | X2544Y-5580D01* 79 | X2533Y-5576D01* 80 | X2524Y-5573D01* 81 | X2515Y-5571D01* 82 | X2511Y-5571D01* 83 | X2508D01* 84 | X2505Y-5570D01* 85 | X2501D01* 86 | X2494Y-5571D01* 87 | X2487Y-5571D01* 88 | X2475Y-5573D01* 89 | X2465Y-5577D01* 90 | X2456Y-5581D01* 91 | X2453Y-5583D01* 92 | X2450Y-5585D01* 93 | X2447Y-5587D01* 94 | X2444Y-5589D01* 95 | X2443Y-5590D01* 96 | X2441Y-5591D01* 97 | X2441Y-5592D01* 98 | X2440Y-5592D01* 99 | X2437Y-5596D01* 100 | X2433Y-5602D01* 101 | X2427Y-5611D01* 102 | X2424Y-5622D01* 103 | X2421Y-5632D01* 104 | X2419Y-5641D01* 105 | X2419Y-5645D01* 106 | Y-5648D01* 107 | X2418Y-5651D01* 108 | Y-5653D01* 109 | Y-5655D01* 110 | Y-5655D01* 111 | X2419Y-5662D01* 112 | X2419Y-5669D01* 113 | X2422Y-5683D01* 114 | X2426Y-5695D01* 115 | X2431Y-5707D01* 116 | X2433Y-5712D01* 117 | X2436Y-5717D01* 118 | X2438Y-5720D01* 119 | X2439Y-5724D01* 120 | X2441Y-5727D01* 121 | X2443Y-5729D01* 122 | X2443Y-5730D01* 123 | X2444Y-5731D01* 124 | X2448Y-5736D01* 125 | X2453Y-5743D01* 126 | X2460Y-5750D01* 127 | X2468Y-5758D01* 128 | X2475Y-5767D01* 129 | X2484Y-5775D01* 130 | X2501Y-5793D01* 131 | X2510Y-5801D01* 132 | X2518Y-5809D01* 133 | X2525Y-5816D01* 134 | X2532Y-5823D01* 135 | X2537Y-5828D01* 136 | X2542Y-5832D01* 137 | X2544Y-5834D01* 138 | X2545Y-5835D01* 139 | X2545Y-5835D01* 140 | X2564Y-5853D01* 141 | X2581Y-5869D01* 142 | X2596Y-5884D01* 143 | X2610Y-5899D01* 144 | X2623Y-5913D01* 145 | X2634Y-5926D01* 146 | X2644Y-5937D01* 147 | X2653Y-5948D01* 148 | X2660Y-5957D01* 149 | X2667Y-5965D01* 150 | X2672Y-5972D01* 151 | X2677Y-5978D01* 152 | X2679Y-5982D01* 153 | X2682Y-5986D01* 154 | X2683Y-5988D01* 155 | X2683Y-5988D01* 156 | X2689Y-6000D01* 157 | X2695Y-6010D01* 158 | X2700Y-6021D01* 159 | X2705Y-6032D01* 160 | X2708Y-6043D01* 161 | X2712Y-6052D01* 162 | X2715Y-6062D01* 163 | X2717Y-6071D01* 164 | X2720Y-6080D01* 165 | X2721Y-6087D01* 166 | X2722Y-6094D01* 167 | X2723Y-6099D01* 168 | X2724Y-6104D01* 169 | X2725Y-6108D01* 170 | X2725Y-6110D01* 171 | Y-6111D01* 172 | X2295D01* 173 | Y-5997D01* 174 | X2539D01* 175 | X2536Y-5991D01* 176 | X2531Y-5985D01* 177 | X2527Y-5979D01* 178 | X2523Y-5974D01* 179 | X2520Y-5970D01* 180 | X2517Y-5966D01* 181 | X2515Y-5964D01* 182 | X2514Y-5963D01* 183 | X2511Y-5959D01* 184 | X2506Y-5955D01* 185 | X2502Y-5950D01* 186 | X2496Y-5945D01* 187 | X2484Y-5933D01* 188 | X2471Y-5921D01* 189 | X2465Y-5915D01* 190 | X2460Y-5910D01* 191 | X2454Y-5905D01* 192 | X2450Y-5901D01* 193 | X2446Y-5897D01* 194 | X2443Y-5895D01* 195 | X2441Y-5893D01* 196 | X2440Y-5892D01* 197 | X2430Y-5883D01* 198 | X2420Y-5873D01* 199 | X2411Y-5865D01* 200 | X2403Y-5857D01* 201 | X2396Y-5850D01* 202 | X2389Y-5843D01* 203 | X2383Y-5837D01* 204 | X2378Y-5831D01* 205 | X2374Y-5827D01* 206 | X2370Y-5823D01* 207 | X2367Y-5819D01* 208 | X2364Y-5816D01* 209 | X2362Y-5813D01* 210 | X2361Y-5812D01* 211 | X2360Y-5811D01* 212 | X2360Y-5811D01* 213 | X2348Y-5795D01* 214 | X2338Y-5780D01* 215 | X2330Y-5766D01* 216 | X2326Y-5760D01* 217 | X2323Y-5754D01* 218 | X2320Y-5749D01* 219 | X2318Y-5743D01* 220 | X2316Y-5739D01* 221 | X2314Y-5736D01* 222 | X2313Y-5733D01* 223 | X2312Y-5731D01* 224 | X2311Y-5730D01* 225 | Y-5729D01* 226 | X2306Y-5714D01* 227 | X2302Y-5700D01* 228 | X2299Y-5686D01* 229 | X2297Y-5673D01* 230 | X2297Y-5668D01* 231 | X2296Y-5663D01* 232 | X2296Y-5658D01* 233 | X2295Y-5654D01* 234 | Y-5651D01* 235 | Y-5649D01* 236 | Y-5647D01* 237 | Y-5647D01* 238 | X2296Y-5633D01* 239 | X2297Y-5620D01* 240 | X2300Y-5607D01* 241 | X2303Y-5595D01* 242 | X2308Y-5584D01* 243 | X2312Y-5573D01* 244 | X2317Y-5564D01* 245 | X2322Y-5555D01* 246 | X2328Y-5547D01* 247 | X2333Y-5540D01* 248 | X2337Y-5534D01* 249 | X2341Y-5529D01* 250 | X2345Y-5525D01* 251 | X2347Y-5522D01* 252 | X2349Y-5520D01* 253 | X2350Y-5520D01* 254 | X2360Y-5510D01* 255 | X2371Y-5503D01* 256 | X2383Y-5496D01* 257 | X2396Y-5490D01* 258 | X2408Y-5485D01* 259 | X2420Y-5481D01* 260 | X2433Y-5478D01* 261 | X2444Y-5475D01* 262 | X2456Y-5473D01* 263 | X2466Y-5471D01* 264 | X2475Y-5470D01* 265 | X2483Y-5469D01* 266 | X2489Y-5469D01* 267 | X2494Y-5468D01* 268 | X2499D01* 269 | X2514Y-5469D01* 270 | D02* 271 | G37* 272 | G36* 273 | X1520D02* 274 | X1536Y-5470D01* 275 | X1550Y-5473D01* 276 | X1564Y-5475D01* 277 | X1576Y-5479D01* 278 | X1588Y-5482D01* 279 | X1599Y-5486D01* 280 | X1609Y-5491D01* 281 | X1618Y-5495D01* 282 | X1626Y-5499D01* 283 | X1633Y-5503D01* 284 | X1639Y-5506D01* 285 | X1643Y-5509D01* 286 | X1646Y-5511D01* 287 | X1648Y-5512D01* 288 | X1649Y-5513D01* 289 | X1659Y-5522D01* 290 | X1668Y-5532D01* 291 | X1677Y-5542D01* 292 | X1684Y-5554D01* 293 | X1690Y-5566D01* 294 | X1696Y-5578D01* 295 | X1700Y-5590D01* 296 | X1704Y-5602D01* 297 | X1708Y-5613D01* 298 | X1710Y-5624D01* 299 | X1713Y-5633D01* 300 | X1714Y-5641D01* 301 | X1715Y-5648D01* 302 | X1716Y-5651D01* 303 | X1716Y-5653D01* 304 | Y-5655D01* 305 | X1717Y-5657D01* 306 | Y-5657D01* 307 | Y-5658D01* 308 | X1595Y-5670D01* 309 | X1594Y-5660D01* 310 | X1593Y-5651D01* 311 | X1591Y-5643D01* 312 | X1589Y-5635D01* 313 | X1587Y-5628D01* 314 | X1585Y-5622D01* 315 | X1583Y-5616D01* 316 | X1580Y-5611D01* 317 | X1578Y-5607D01* 318 | X1576Y-5603D01* 319 | X1574Y-5600D01* 320 | X1573Y-5598D01* 321 | X1571Y-5596D01* 322 | X1570Y-5594D01* 323 | X1569Y-5594D01* 324 | X1569Y-5593D01* 325 | X1564Y-5589D01* 326 | X1560Y-5585D01* 327 | X1555Y-5583D01* 328 | X1550Y-5580D01* 329 | X1539Y-5576D01* 330 | X1530Y-5573D01* 331 | X1521Y-5571D01* 332 | X1517Y-5571D01* 333 | X1514D01* 334 | X1511Y-5570D01* 335 | X1507D01* 336 | X1500Y-5571D01* 337 | X1494Y-5571D01* 338 | X1482Y-5573D01* 339 | X1471Y-5577D01* 340 | X1462Y-5581D01* 341 | X1459Y-5583D01* 342 | X1456Y-5585D01* 343 | X1453Y-5587D01* 344 | X1451Y-5589D01* 345 | X1449Y-5590D01* 346 | X1447Y-5591D01* 347 | X1447Y-5592D01* 348 | X1446Y-5592D01* 349 | X1443Y-5596D01* 350 | X1439Y-5602D01* 351 | X1433Y-5611D01* 352 | X1430Y-5622D01* 353 | X1427Y-5632D01* 354 | X1425Y-5641D01* 355 | X1425Y-5645D01* 356 | Y-5648D01* 357 | X1424Y-5651D01* 358 | Y-5653D01* 359 | Y-5655D01* 360 | Y-5655D01* 361 | X1425Y-5662D01* 362 | X1425Y-5669D01* 363 | X1428Y-5683D01* 364 | X1432Y-5695D01* 365 | X1437Y-5707D01* 366 | X1439Y-5712D01* 367 | X1442Y-5717D01* 368 | X1444Y-5720D01* 369 | X1445Y-5724D01* 370 | X1447Y-5727D01* 371 | X1449Y-5729D01* 372 | X1449Y-5730D01* 373 | X1450Y-5731D01* 374 | X1454Y-5736D01* 375 | X1459Y-5743D01* 376 | X1466Y-5750D01* 377 | X1474Y-5758D01* 378 | X1482Y-5767D01* 379 | X1490Y-5775D01* 380 | X1507Y-5793D01* 381 | X1516Y-5801D01* 382 | X1524Y-5809D01* 383 | X1531Y-5816D01* 384 | X1538Y-5823D01* 385 | X1543Y-5828D01* 386 | X1548Y-5832D01* 387 | X1550Y-5834D01* 388 | X1551Y-5835D01* 389 | X1551Y-5835D01* 390 | X1570Y-5853D01* 391 | X1587Y-5869D01* 392 | X1602Y-5884D01* 393 | X1617Y-5899D01* 394 | X1629Y-5913D01* 395 | X1641Y-5926D01* 396 | X1650Y-5937D01* 397 | X1659Y-5948D01* 398 | X1666Y-5957D01* 399 | X1673Y-5965D01* 400 | X1678Y-5972D01* 401 | X1683Y-5978D01* 402 | X1685Y-5982D01* 403 | X1688Y-5986D01* 404 | X1689Y-5988D01* 405 | X1690Y-5988D01* 406 | X1696Y-6000D01* 407 | X1701Y-6010D01* 408 | X1706Y-6021D01* 409 | X1711Y-6032D01* 410 | X1715Y-6043D01* 411 | X1718Y-6052D01* 412 | X1721Y-6062D01* 413 | X1723Y-6071D01* 414 | X1726Y-6080D01* 415 | X1727Y-6087D01* 416 | X1728Y-6094D01* 417 | X1729Y-6099D01* 418 | X1730Y-6104D01* 419 | X1731Y-6108D01* 420 | X1731Y-6110D01* 421 | Y-6111D01* 422 | X1301D01* 423 | Y-5997D01* 424 | X1545D01* 425 | X1542Y-5991D01* 426 | X1537Y-5985D01* 427 | X1533Y-5979D01* 428 | X1529Y-5974D01* 429 | X1526Y-5970D01* 430 | X1523Y-5966D01* 431 | X1521Y-5964D01* 432 | X1520Y-5963D01* 433 | X1517Y-5959D01* 434 | X1513Y-5955D01* 435 | X1508Y-5950D01* 436 | X1502Y-5945D01* 437 | X1490Y-5933D01* 438 | X1477Y-5921D01* 439 | X1471Y-5915D01* 440 | X1466Y-5910D01* 441 | X1460Y-5905D01* 442 | X1456Y-5901D01* 443 | X1452Y-5897D01* 444 | X1449Y-5895D01* 445 | X1447Y-5893D01* 446 | X1446Y-5892D01* 447 | X1436Y-5883D01* 448 | X1426Y-5873D01* 449 | X1417Y-5865D01* 450 | X1409Y-5857D01* 451 | X1402Y-5850D01* 452 | X1396Y-5843D01* 453 | X1390Y-5837D01* 454 | X1384Y-5831D01* 455 | X1380Y-5827D01* 456 | X1376Y-5823D01* 457 | X1373Y-5819D01* 458 | X1370Y-5816D01* 459 | X1368Y-5813D01* 460 | X1367Y-5812D01* 461 | X1366Y-5811D01* 462 | X1366Y-5811D01* 463 | X1354Y-5795D01* 464 | X1344Y-5780D01* 465 | X1336Y-5766D01* 466 | X1332Y-5760D01* 467 | X1329Y-5754D01* 468 | X1326Y-5749D01* 469 | X1324Y-5743D01* 470 | X1322Y-5739D01* 471 | X1320Y-5736D01* 472 | X1319Y-5733D01* 473 | X1318Y-5731D01* 474 | X1317Y-5730D01* 475 | Y-5729D01* 476 | X1312Y-5714D01* 477 | X1308Y-5700D01* 478 | X1305Y-5686D01* 479 | X1303Y-5673D01* 480 | X1303Y-5668D01* 481 | X1302Y-5663D01* 482 | X1302Y-5658D01* 483 | X1301Y-5654D01* 484 | Y-5651D01* 485 | Y-5649D01* 486 | Y-5647D01* 487 | Y-5647D01* 488 | X1302Y-5633D01* 489 | X1304Y-5620D01* 490 | X1306Y-5607D01* 491 | X1310Y-5595D01* 492 | X1314Y-5584D01* 493 | X1318Y-5573D01* 494 | X1323Y-5564D01* 495 | X1329Y-5555D01* 496 | X1334Y-5547D01* 497 | X1339Y-5540D01* 498 | X1343Y-5534D01* 499 | X1347Y-5529D01* 500 | X1351Y-5525D01* 501 | X1354Y-5522D01* 502 | X1355Y-5520D01* 503 | X1356Y-5520D01* 504 | X1366Y-5510D01* 505 | X1378Y-5503D01* 506 | X1390Y-5496D01* 507 | X1402Y-5490D01* 508 | X1414Y-5485D01* 509 | X1427Y-5481D01* 510 | X1439Y-5478D01* 511 | X1451Y-5475D01* 512 | X1462Y-5473D01* 513 | X1472Y-5471D01* 514 | X1481Y-5470D01* 515 | X1489Y-5469D01* 516 | X1495Y-5469D01* 517 | X1500Y-5468D01* 518 | X1505D01* 519 | X1520Y-5469D01* 520 | D02* 521 | G37* 522 | G36* 523 | X3223Y-5555D02* 524 | Y-5647D01* 525 | X3280D01* 526 | Y-5744D01* 527 | X3223D01* 528 | Y-5947D01* 529 | Y-5958D01* 530 | Y-5969D01* 531 | X3223Y-5979D01* 532 | Y-5988D01* 533 | X3223Y-5996D01* 534 | X3222Y-6003D01* 535 | Y-6009D01* 536 | X3222Y-6014D01* 537 | X3221Y-6019D01* 538 | X3221Y-6023D01* 539 | Y-6026D01* 540 | X3220Y-6029D01* 541 | Y-6031D01* 542 | X3220Y-6032D01* 543 | Y-6033D01* 544 | Y-6033D01* 545 | X3218Y-6044D01* 546 | X3215Y-6054D01* 547 | X3212Y-6062D01* 548 | X3210Y-6069D01* 549 | X3207Y-6074D01* 550 | X3204Y-6078D01* 551 | X3203Y-6080D01* 552 | X3203Y-6081D01* 553 | X3198Y-6088D01* 554 | X3191Y-6093D01* 555 | X3185Y-6098D01* 556 | X3179Y-6102D01* 557 | X3173Y-6105D01* 558 | X3168Y-6108D01* 559 | X3166Y-6109D01* 560 | X3165Y-6110D01* 561 | X3164Y-6110D01* 562 | X3164D01* 563 | X3154Y-6114D01* 564 | X3143Y-6117D01* 565 | X3133Y-6118D01* 566 | X3124Y-6120D01* 567 | X3116Y-6121D01* 568 | X3112D01* 569 | X3110Y-6121D01* 570 | X3104D01* 571 | X3084Y-6120D01* 572 | X3066Y-6118D01* 573 | X3057Y-6117D01* 574 | X3050Y-6116D01* 575 | X3042Y-6114D01* 576 | X3035Y-6112D01* 577 | X3029Y-6111D01* 578 | X3024Y-6109D01* 579 | X3019Y-6107D01* 580 | X3014Y-6106D01* 581 | X3011Y-6105D01* 582 | X3009Y-6104D01* 583 | X3008Y-6103D01* 584 | X3007D01* 585 | X3018Y-6008D01* 586 | X3029Y-6012D01* 587 | X3039Y-6014D01* 588 | X3048Y-6017D01* 589 | X3055Y-6018D01* 590 | X3060Y-6019D01* 591 | X3064Y-6019D01* 592 | X3067D01* 593 | X3071Y-6019D01* 594 | X3075Y-6019D01* 595 | X3079Y-6018D01* 596 | X3082Y-6016D01* 597 | X3085Y-6015D01* 598 | X3087Y-6014D01* 599 | X3088Y-6014D01* 600 | X3088Y-6013D01* 601 | X3091Y-6011D01* 602 | X3093Y-6008D01* 603 | X3095Y-6006D01* 604 | X3096Y-6004D01* 605 | X3097Y-6001D01* 606 | X3098Y-6000D01* 607 | X3099Y-5999D01* 608 | Y-5998D01* 609 | X3099Y-5996D01* 610 | X3100Y-5993D01* 611 | Y-5988D01* 612 | X3100Y-5984D01* 613 | Y-5978D01* 614 | X3100Y-5973D01* 615 | Y-5961D01* 616 | X3101Y-5950D01* 617 | Y-5945D01* 618 | Y-5941D01* 619 | Y-5937D01* 620 | Y-5934D01* 621 | Y-5932D01* 622 | Y-5932D01* 623 | Y-5744D01* 624 | X3017D01* 625 | Y-5647D01* 626 | X3101D01* 627 | Y-5483D01* 628 | X3223Y-5555D01* 629 | D02* 630 | G37* 631 | G36* 632 | X3547Y-5638D02* 633 | X3566Y-5639D01* 634 | X3582Y-5643D01* 635 | X3598Y-5647D01* 636 | X3613Y-5651D01* 637 | X3626Y-5657D01* 638 | X3638Y-5663D01* 639 | X3649Y-5669D01* 640 | X3659Y-5675D01* 641 | X3668Y-5681D01* 642 | X3676Y-5686D01* 643 | X3682Y-5691D01* 644 | X3686Y-5695D01* 645 | X3690Y-5698D01* 646 | X3692Y-5700D01* 647 | X3693Y-5701D01* 648 | X3703Y-5713D01* 649 | X3713Y-5727D01* 650 | X3721Y-5741D01* 651 | X3728Y-5755D01* 652 | X3733Y-5771D01* 653 | X3738Y-5786D01* 654 | X3743Y-5800D01* 655 | X3746Y-5814D01* 656 | X3748Y-5828D01* 657 | X3750Y-5840D01* 658 | X3751Y-5851D01* 659 | X3752Y-5860D01* 660 | X3753Y-5865D01* 661 | Y-5868D01* 662 | Y-5872D01* 663 | X3753Y-5874D01* 664 | Y-5877D01* 665 | Y-5878D01* 666 | Y-5879D01* 667 | Y-5879D01* 668 | X3753Y-5900D01* 669 | X3750Y-5920D01* 670 | X3748Y-5938D01* 671 | X3744Y-5955D01* 672 | X3739Y-5971D01* 673 | X3734Y-5986D01* 674 | X3729Y-5999D01* 675 | X3723Y-6011D01* 676 | X3718Y-6022D01* 677 | X3712Y-6031D01* 678 | X3707Y-6039D01* 679 | X3702Y-6045D01* 680 | X3699Y-6051D01* 681 | X3696Y-6055D01* 682 | X3694Y-6056D01* 683 | X3693Y-6057D01* 684 | X3681Y-6068D01* 685 | X3669Y-6079D01* 686 | X3656Y-6087D01* 687 | X3642Y-6094D01* 688 | X3629Y-6100D01* 689 | X3615Y-6105D01* 690 | X3602Y-6110D01* 691 | X3589Y-6113D01* 692 | X3577Y-6116D01* 693 | X3566Y-6118D01* 694 | X3556Y-6119D01* 695 | X3547Y-6120D01* 696 | X3541Y-6121D01* 697 | X3538D01* 698 | X3535Y-6121D01* 699 | X3531D01* 700 | X3515Y-6121D01* 701 | X3499Y-6119D01* 702 | X3484Y-6117D01* 703 | X3471Y-6115D01* 704 | X3458Y-6111D01* 705 | X3446Y-6108D01* 706 | X3436Y-6104D01* 707 | X3426Y-6100D01* 708 | X3417Y-6096D01* 709 | X3410Y-6092D01* 710 | X3403Y-6089D01* 711 | X3398Y-6086D01* 712 | X3394Y-6083D01* 713 | X3390Y-6081D01* 714 | X3388Y-6080D01* 715 | X3388Y-6079D01* 716 | X3378Y-6071D01* 717 | X3369Y-6062D01* 718 | X3362Y-6052D01* 719 | X3354Y-6042D01* 720 | X3348Y-6031D01* 721 | X3342Y-6020D01* 722 | X3337Y-6010D01* 723 | X3332Y-6000D01* 724 | X3328Y-5991D01* 725 | X3325Y-5982D01* 726 | X3322Y-5974D01* 727 | X3320Y-5967D01* 728 | X3318Y-5961D01* 729 | X3317Y-5957D01* 730 | X3316Y-5954D01* 731 | Y-5953D01* 732 | X3437Y-5933D01* 733 | X3438Y-5942D01* 734 | X3441Y-5950D01* 735 | X3443Y-5957D01* 736 | X3445Y-5964D01* 737 | X3448Y-5970D01* 738 | X3451Y-5976D01* 739 | X3453Y-5981D01* 740 | X3456Y-5985D01* 741 | X3458Y-5989D01* 742 | X3461Y-5993D01* 743 | X3463Y-5995D01* 744 | X3465Y-5998D01* 745 | X3466Y-5999D01* 746 | X3468Y-6000D01* 747 | X3468Y-6001D01* 748 | X3468Y-6001D01* 749 | X3473Y-6005D01* 750 | X3477Y-6008D01* 751 | X3486Y-6013D01* 752 | X3496Y-6016D01* 753 | X3505Y-6019D01* 754 | X3513Y-6020D01* 755 | X3517Y-6021D01* 756 | X3519D01* 757 | X3522Y-6021D01* 758 | X3525D01* 759 | X3534Y-6021D01* 760 | X3542Y-6020D01* 761 | X3549Y-6018D01* 762 | X3557Y-6016D01* 763 | X3563Y-6013D01* 764 | X3569Y-6011D01* 765 | X3575Y-6007D01* 766 | X3580Y-6004D01* 767 | X3584Y-6001D01* 768 | X3589Y-5998D01* 769 | X3592Y-5995D01* 770 | X3595Y-5993D01* 771 | X3597Y-5991D01* 772 | X3598Y-5989D01* 773 | X3599Y-5988D01* 774 | X3600Y-5988D01* 775 | X3605Y-5981D01* 776 | X3609Y-5973D01* 777 | X3613Y-5964D01* 778 | X3616Y-5955D01* 779 | X3618Y-5945D01* 780 | X3621Y-5936D01* 781 | X3624Y-5916D01* 782 | X3625Y-5908D01* 783 | X3626Y-5899D01* 784 | X3627Y-5891D01* 785 | X3627Y-5884D01* 786 | X3627Y-5879D01* 787 | Y-5875D01* 788 | Y-5872D01* 789 | Y-5871D01* 790 | X3627Y-5858D01* 791 | X3626Y-5845D01* 792 | X3625Y-5834D01* 793 | X3623Y-5823D01* 794 | X3621Y-5814D01* 795 | X3619Y-5805D01* 796 | X3616Y-5797D01* 797 | X3614Y-5790D01* 798 | X3611Y-5784D01* 799 | X3609Y-5779D01* 800 | X3607Y-5775D01* 801 | X3604Y-5771D01* 802 | X3602Y-5768D01* 803 | X3602Y-5767D01* 804 | X3601Y-5766D01* 805 | X3600Y-5765D01* 806 | X3595Y-5760D01* 807 | X3589Y-5755D01* 808 | X3583Y-5750D01* 809 | X3577Y-5747D01* 810 | X3571Y-5743D01* 811 | X3565Y-5741D01* 812 | X3559Y-5739D01* 813 | X3553Y-5737D01* 814 | X3548Y-5736D01* 815 | X3543Y-5735D01* 816 | X3538Y-5734D01* 817 | X3535Y-5734D01* 818 | X3531Y-5733D01* 819 | X3527D01* 820 | X3515Y-5734D01* 821 | X3504Y-5736D01* 822 | X3494Y-5739D01* 823 | X3486Y-5743D01* 824 | X3480Y-5746D01* 825 | X3474Y-5749D01* 826 | X3473Y-5750D01* 827 | X3472Y-5751D01* 828 | X3471Y-5752D01* 829 | X3471D01* 830 | X3463Y-5760D01* 831 | X3457Y-5768D01* 832 | X3452Y-5777D01* 833 | X3449Y-5786D01* 834 | X3446Y-5794D01* 835 | X3445Y-5798D01* 836 | X3444Y-5800D01* 837 | X3443Y-5803D01* 838 | X3443Y-5805D01* 839 | X3443Y-5806D01* 840 | Y-5806D01* 841 | X3322Y-5785D01* 842 | X3327Y-5771D01* 843 | X3331Y-5758D01* 844 | X3337Y-5747D01* 845 | X3343Y-5736D01* 846 | X3348Y-5726D01* 847 | X3354Y-5717D01* 848 | X3360Y-5708D01* 849 | X3366Y-5701D01* 850 | X3372Y-5695D01* 851 | X3377Y-5689D01* 852 | X3382Y-5684D01* 853 | X3386Y-5681D01* 854 | X3389Y-5677D01* 855 | X3392Y-5676D01* 856 | X3394Y-5674D01* 857 | X3394Y-5674D01* 858 | X3404Y-5667D01* 859 | X3414Y-5662D01* 860 | X3425Y-5657D01* 861 | X3436Y-5652D01* 862 | X3447Y-5649D01* 863 | X3459Y-5645D01* 864 | X3469Y-5643D01* 865 | X3480Y-5641D01* 866 | X3490Y-5640D01* 867 | X3499Y-5639D01* 868 | X3507Y-5638D01* 869 | X3515Y-5637D01* 870 | X3520Y-5637D01* 871 | X3529D01* 872 | X3547Y-5638D01* 873 | D02* 874 | G37* 875 | G36* 876 | X4152Y-5461D02* 877 | X4166Y-5461D01* 878 | X4179Y-5462D01* 879 | X4192Y-5464D01* 880 | X4204Y-5466D01* 881 | X4215Y-5468D01* 882 | X4226Y-5470D01* 883 | X4235Y-5473D01* 884 | X4244Y-5475D01* 885 | X4252Y-5478D01* 886 | X4259Y-5479D01* 887 | X4264Y-5481D01* 888 | X4269Y-5483D01* 889 | X4272Y-5485D01* 890 | X4274Y-5485D01* 891 | X4275Y-5486D01* 892 | X4283Y-5489D01* 893 | X4292Y-5493D01* 894 | X4307Y-5503D01* 895 | X4321Y-5512D01* 896 | X4328Y-5517D01* 897 | X4334Y-5522D01* 898 | X4339Y-5526D01* 899 | X4344Y-5530D01* 900 | X4348Y-5534D01* 901 | X4352Y-5537D01* 902 | X4355Y-5540D01* 903 | X4356Y-5541D01* 904 | X4358Y-5543D01* 905 | X4358Y-5543D01* 906 | X4372Y-5558D01* 907 | X4383Y-5573D01* 908 | X4393Y-5588D01* 909 | X4402Y-5602D01* 910 | X4405Y-5608D01* 911 | X4409Y-5614D01* 912 | X4411Y-5619D01* 913 | X4413Y-5623D01* 914 | X4415Y-5627D01* 915 | X4417Y-5629D01* 916 | X4417Y-5631D01* 917 | X4417Y-5631D01* 918 | X4423Y-5644D01* 919 | X4427Y-5657D01* 920 | X4431Y-5671D01* 921 | X4434Y-5685D01* 922 | X4437Y-5698D01* 923 | X4440Y-5712D01* 924 | X4442Y-5725D01* 925 | X4443Y-5738D01* 926 | X4444Y-5749D01* 927 | X4445Y-5761D01* 928 | X4446Y-5770D01* 929 | X4446Y-5779D01* 930 | X4447Y-5786D01* 931 | Y-5788D01* 932 | Y-5791D01* 933 | Y-5792D01* 934 | Y-5794D01* 935 | Y-5794D01* 936 | Y-5795D01* 937 | X4446Y-5809D01* 938 | X4446Y-5823D01* 939 | X4443Y-5849D01* 940 | X4439Y-5874D01* 941 | X4434Y-5897D01* 942 | X4427Y-5918D01* 943 | X4420Y-5938D01* 944 | X4412Y-5956D01* 945 | X4405Y-5972D01* 946 | X4397Y-5987D01* 947 | X4393Y-5993D01* 948 | X4389Y-5999D01* 949 | X4386Y-6005D01* 950 | X4382Y-6010D01* 951 | X4379Y-6014D01* 952 | X4375Y-6019D01* 953 | X4373Y-6022D01* 954 | X4370Y-6025D01* 955 | X4368Y-6028D01* 956 | X4366Y-6031D01* 957 | X4364Y-6032D01* 958 | X4363Y-6034D01* 959 | X4362Y-6034D01* 960 | Y-6035D01* 961 | X4355Y-6043D01* 962 | X4346Y-6050D01* 963 | X4338Y-6057D01* 964 | X4329Y-6063D01* 965 | X4310Y-6075D01* 966 | X4291Y-6085D01* 967 | X4272Y-6093D01* 968 | X4254Y-6100D01* 969 | X4235Y-6106D01* 970 | X4217Y-6111D01* 971 | X4201Y-6114D01* 972 | X4185Y-6117D01* 973 | X4178Y-6118D01* 974 | X4171Y-6119D01* 975 | X4165Y-6120D01* 976 | X4159Y-6120D01* 977 | X4154Y-6121D01* 978 | X4149Y-6121D01* 979 | X4145D01* 980 | X4142Y-6122D01* 981 | X4135D01* 982 | X4123Y-6121D01* 983 | X4110Y-6121D01* 984 | X4085Y-6118D01* 985 | X4062Y-6114D01* 986 | X4041Y-6108D01* 987 | X4021Y-6101D01* 988 | X4002Y-6094D01* 989 | X3985Y-6086D01* 990 | X3970Y-6078D01* 991 | X3957Y-6070D01* 992 | X3945Y-6062D01* 993 | X3934Y-6055D01* 994 | X3926Y-6048D01* 995 | X3922Y-6045D01* 996 | X3919Y-6042D01* 997 | X3916Y-6040D01* 998 | X3914Y-6038D01* 999 | X3913Y-6037D01* 1000 | X3911Y-6035D01* 1001 | X3911Y-6035D01* 1002 | X3910Y-6034D01* 1003 | X3903Y-6026D01* 1004 | X3896Y-6017D01* 1005 | X3889Y-6008D01* 1006 | X3883Y-5999D01* 1007 | X3871Y-5979D01* 1008 | X3861Y-5959D01* 1009 | X3853Y-5939D01* 1010 | X3847Y-5919D01* 1011 | X3841Y-5899D01* 1012 | X3836Y-5880D01* 1013 | X3833Y-5862D01* 1014 | X3830Y-5846D01* 1015 | X3829Y-5838D01* 1016 | X3829Y-5830D01* 1017 | X3828Y-5824D01* 1018 | X3827Y-5817D01* 1019 | X3827Y-5812D01* 1020 | X3826Y-5807D01* 1021 | Y-5803D01* 1022 | X3826Y-5799D01* 1023 | Y-5796D01* 1024 | Y-5794D01* 1025 | Y-5792D01* 1026 | Y-5792D01* 1027 | Y-5778D01* 1028 | X3827Y-5763D01* 1029 | X3829Y-5737D01* 1030 | X3834Y-5712D01* 1031 | X3839Y-5688D01* 1032 | X3846Y-5666D01* 1033 | X3853Y-5646D01* 1034 | X3860Y-5628D01* 1035 | X3868Y-5611D01* 1036 | X3872Y-5604D01* 1037 | X3876Y-5597D01* 1038 | X3880Y-5590D01* 1039 | X3884Y-5584D01* 1040 | X3888Y-5578D01* 1041 | X3891Y-5573D01* 1042 | X3894Y-5568D01* 1043 | X3897Y-5564D01* 1044 | X3900Y-5560D01* 1045 | X3903Y-5557D01* 1046 | X3905Y-5554D01* 1047 | X3907Y-5552D01* 1048 | X3909Y-5550D01* 1049 | X3910Y-5549D01* 1050 | X3910Y-5548D01* 1051 | X3911Y-5548D01* 1052 | X3919Y-5540D01* 1053 | X3927Y-5533D01* 1054 | X3936Y-5525D01* 1055 | X3945Y-5519D01* 1056 | X3964Y-5507D01* 1057 | X3982Y-5497D01* 1058 | X4001Y-5489D01* 1059 | X4020Y-5481D01* 1060 | X4038Y-5476D01* 1061 | X4056Y-5471D01* 1062 | X4073Y-5467D01* 1063 | X4088Y-5465D01* 1064 | X4095Y-5464D01* 1065 | X4102Y-5463D01* 1066 | X4108Y-5462D01* 1067 | X4114Y-5461D01* 1068 | X4119Y-5461D01* 1069 | X4124Y-5461D01* 1070 | X4128D01* 1071 | X4131Y-5460D01* 1072 | X4137D01* 1073 | X4152Y-5461D01* 1074 | D02* 1075 | G37* 1076 | G36* 1077 | X2022Y-5469D02* 1078 | X2038Y-5471D01* 1079 | X2053Y-5474D01* 1080 | X2067Y-5479D01* 1081 | X2080Y-5484D01* 1082 | X2092Y-5489D01* 1083 | X2103Y-5495D01* 1084 | X2113Y-5501D01* 1085 | X2121Y-5507D01* 1086 | X2129Y-5513D01* 1087 | X2136Y-5519D01* 1088 | X2141Y-5524D01* 1089 | X2145Y-5528D01* 1090 | X2148Y-5531D01* 1091 | X2150Y-5533D01* 1092 | X2150Y-5534D01* 1093 | X2156Y-5542D01* 1094 | X2162Y-5550D01* 1095 | X2166Y-5559D01* 1096 | X2171Y-5568D01* 1097 | X2180Y-5588D01* 1098 | X2187Y-5608D01* 1099 | X2193Y-5630D01* 1100 | X2198Y-5651D01* 1101 | X2202Y-5673D01* 1102 | X2205Y-5694D01* 1103 | X2208Y-5714D01* 1104 | X2210Y-5733D01* 1105 | X2210Y-5742D01* 1106 | X2211Y-5750D01* 1107 | X2211Y-5758D01* 1108 | X2212Y-5765D01* 1109 | X2212Y-5771D01* 1110 | Y-5777D01* 1111 | Y-5782D01* 1112 | X2213Y-5786D01* 1113 | Y-5790D01* 1114 | Y-5792D01* 1115 | Y-5794D01* 1116 | Y-5794D01* 1117 | Y-5811D01* 1118 | X2212Y-5828D01* 1119 | X2211Y-5843D01* 1120 | X2211Y-5858D01* 1121 | X2209Y-5872D01* 1122 | X2208Y-5886D01* 1123 | X2206Y-5899D01* 1124 | X2204Y-5912D01* 1125 | X2202Y-5924D01* 1126 | X2199Y-5935D01* 1127 | X2197Y-5946D01* 1128 | X2195Y-5956D01* 1129 | X2193Y-5966D01* 1130 | X2190Y-5975D01* 1131 | X2187Y-5983D01* 1132 | X2184Y-5991D01* 1133 | X2182Y-5999D01* 1134 | X2179Y-6006D01* 1135 | X2176Y-6012D01* 1136 | X2174Y-6018D01* 1137 | X2172Y-6023D01* 1138 | X2169Y-6028D01* 1139 | X2167Y-6032D01* 1140 | X2165Y-6036D01* 1141 | X2163Y-6039D01* 1142 | X2161Y-6042D01* 1143 | X2160Y-6044D01* 1144 | X2158Y-6047D01* 1145 | X2156Y-6049D01* 1146 | X2156Y-6050D01* 1147 | X2145Y-6062D01* 1148 | X2133Y-6074D01* 1149 | X2121Y-6083D01* 1150 | X2108Y-6092D01* 1151 | X2095Y-6098D01* 1152 | X2083Y-6104D01* 1153 | X2071Y-6109D01* 1154 | X2059Y-6113D01* 1155 | X2048Y-6116D01* 1156 | X2038Y-6118D01* 1157 | X2029Y-6119D01* 1158 | X2021Y-6121D01* 1159 | X2014Y-6121D01* 1160 | X2009Y-6122D01* 1161 | X2005D01* 1162 | X1988Y-6121D01* 1163 | X1972Y-6119D01* 1164 | X1957Y-6116D01* 1165 | X1943Y-6111D01* 1166 | X1930Y-6106D01* 1167 | X1918Y-6101D01* 1168 | X1908Y-6095D01* 1169 | X1898Y-6089D01* 1170 | X1889Y-6083D01* 1171 | X1881Y-6077D01* 1172 | X1875Y-6072D01* 1173 | X1870Y-6067D01* 1174 | X1866Y-6062D01* 1175 | X1862Y-6059D01* 1176 | X1861Y-6057D01* 1177 | X1860Y-6056D01* 1178 | X1855Y-6049D01* 1179 | X1849Y-6040D01* 1180 | X1844Y-6031D01* 1181 | X1839Y-6022D01* 1182 | X1831Y-6003D01* 1183 | X1824Y-5982D01* 1184 | X1818Y-5961D01* 1185 | X1813Y-5939D01* 1186 | X1808Y-5917D01* 1187 | X1805Y-5896D01* 1188 | X1802Y-5876D01* 1189 | X1801Y-5857D01* 1190 | X1800Y-5848D01* 1191 | X1799Y-5840D01* 1192 | X1799Y-5832D01* 1193 | X1798Y-5825D01* 1194 | X1798Y-5818D01* 1195 | Y-5812D01* 1196 | X1797Y-5807D01* 1197 | Y-5803D01* 1198 | Y-5800D01* 1199 | Y-5797D01* 1200 | Y-5796D01* 1201 | Y-5795D01* 1202 | Y-5779D01* 1203 | X1798Y-5762D01* 1204 | X1799Y-5747D01* 1205 | X1800Y-5732D01* 1206 | X1801Y-5718D01* 1207 | X1803Y-5704D01* 1208 | X1805Y-5691D01* 1209 | X1807Y-5678D01* 1210 | X1809Y-5666D01* 1211 | X1812Y-5654D01* 1212 | X1814Y-5644D01* 1213 | X1817Y-5633D01* 1214 | X1820Y-5623D01* 1215 | X1823Y-5614D01* 1216 | X1826Y-5605D01* 1217 | X1829Y-5597D01* 1218 | X1832Y-5589D01* 1219 | X1835Y-5582D01* 1220 | X1838Y-5576D01* 1221 | X1840Y-5569D01* 1222 | X1843Y-5564D01* 1223 | X1845Y-5559D01* 1224 | X1848Y-5554D01* 1225 | X1850Y-5550D01* 1226 | X1852Y-5547D01* 1227 | X1854Y-5543D01* 1228 | X1856Y-5541D01* 1229 | X1857Y-5539D01* 1230 | X1859Y-5537D01* 1231 | X1859Y-5536D01* 1232 | X1860Y-5535D01* 1233 | X1870Y-5523D01* 1234 | X1881Y-5513D01* 1235 | X1893Y-5504D01* 1236 | X1905Y-5497D01* 1237 | X1917Y-5490D01* 1238 | X1929Y-5485D01* 1239 | X1941Y-5480D01* 1240 | X1952Y-5477D01* 1241 | X1963Y-5474D01* 1242 | X1973Y-5472D01* 1243 | X1982Y-5470D01* 1244 | X1990Y-5469D01* 1245 | X1997Y-5469D01* 1246 | X2001Y-5468D01* 1247 | X2005D01* 1248 | X2022Y-5469D01* 1249 | D02* 1250 | G37* 1251 | G36* 1252 | X1029D02* 1253 | X1044Y-5471D01* 1254 | X1059Y-5474D01* 1255 | X1073Y-5479D01* 1256 | X1086Y-5484D01* 1257 | X1098Y-5489D01* 1258 | X1109Y-5495D01* 1259 | X1119Y-5501D01* 1260 | X1127Y-5507D01* 1261 | X1135Y-5513D01* 1262 | X1142Y-5519D01* 1263 | X1147Y-5524D01* 1264 | X1151Y-5528D01* 1265 | X1154Y-5531D01* 1266 | X1156Y-5533D01* 1267 | X1157Y-5534D01* 1268 | X1162Y-5542D01* 1269 | X1168Y-5550D01* 1270 | X1172Y-5559D01* 1271 | X1177Y-5568D01* 1272 | X1186Y-5588D01* 1273 | X1193Y-5608D01* 1274 | X1199Y-5630D01* 1275 | X1204Y-5651D01* 1276 | X1208Y-5673D01* 1277 | X1211Y-5694D01* 1278 | X1214Y-5714D01* 1279 | X1216Y-5733D01* 1280 | X1216Y-5742D01* 1281 | X1217Y-5750D01* 1282 | X1218Y-5758D01* 1283 | X1218Y-5765D01* 1284 | X1219Y-5771D01* 1285 | Y-5777D01* 1286 | Y-5782D01* 1287 | X1219Y-5786D01* 1288 | Y-5790D01* 1289 | Y-5792D01* 1290 | Y-5794D01* 1291 | Y-5794D01* 1292 | Y-5811D01* 1293 | X1219Y-5828D01* 1294 | X1218Y-5843D01* 1295 | X1217Y-5858D01* 1296 | X1215Y-5872D01* 1297 | X1214Y-5886D01* 1298 | X1212Y-5899D01* 1299 | X1210Y-5912D01* 1300 | X1208Y-5924D01* 1301 | X1206Y-5935D01* 1302 | X1203Y-5946D01* 1303 | X1201Y-5956D01* 1304 | X1199Y-5966D01* 1305 | X1196Y-5975D01* 1306 | X1193Y-5983D01* 1307 | X1190Y-5991D01* 1308 | X1188Y-5999D01* 1309 | X1185Y-6006D01* 1310 | X1182Y-6012D01* 1311 | X1180Y-6018D01* 1312 | X1178Y-6023D01* 1313 | X1175Y-6028D01* 1314 | X1173Y-6032D01* 1315 | X1171Y-6036D01* 1316 | X1169Y-6039D01* 1317 | X1167Y-6042D01* 1318 | X1166Y-6044D01* 1319 | X1164Y-6047D01* 1320 | X1163Y-6049D01* 1321 | X1162Y-6050D01* 1322 | X1151Y-6062D01* 1323 | X1139Y-6074D01* 1324 | X1127Y-6083D01* 1325 | X1115Y-6092D01* 1326 | X1102Y-6098D01* 1327 | X1089Y-6104D01* 1328 | X1077Y-6109D01* 1329 | X1065Y-6113D01* 1330 | X1054Y-6116D01* 1331 | X1044Y-6118D01* 1332 | X1035Y-6119D01* 1333 | X1027Y-6121D01* 1334 | X1020Y-6121D01* 1335 | X1016Y-6122D01* 1336 | X1011D01* 1337 | X994Y-6121D01* 1338 | X979Y-6119D01* 1339 | X963Y-6116D01* 1340 | X949Y-6111D01* 1341 | X937Y-6106D01* 1342 | X924Y-6101D01* 1343 | X914Y-6095D01* 1344 | X904Y-6089D01* 1345 | X895Y-6083D01* 1346 | X888Y-6077D01* 1347 | X881Y-6072D01* 1348 | X876Y-6067D01* 1349 | X872Y-6062D01* 1350 | X869Y-6059D01* 1351 | X867Y-6057D01* 1352 | X866Y-6056D01* 1353 | X861Y-6049D01* 1354 | X855Y-6040D01* 1355 | X850Y-6031D01* 1356 | X845Y-6022D01* 1357 | X837Y-6003D01* 1358 | X830Y-5982D01* 1359 | X824Y-5961D01* 1360 | X819Y-5939D01* 1361 | X814Y-5917D01* 1362 | X811Y-5896D01* 1363 | X808Y-5876D01* 1364 | X807Y-5857D01* 1365 | X806Y-5848D01* 1366 | X805Y-5840D01* 1367 | X805Y-5832D01* 1368 | X804Y-5825D01* 1369 | X804Y-5818D01* 1370 | Y-5812D01* 1371 | X803Y-5807D01* 1372 | Y-5803D01* 1373 | Y-5800D01* 1374 | Y-5797D01* 1375 | Y-5796D01* 1376 | Y-5795D01* 1377 | Y-5779D01* 1378 | X804Y-5762D01* 1379 | X805Y-5747D01* 1380 | X806Y-5732D01* 1381 | X808Y-5718D01* 1382 | X809Y-5704D01* 1383 | X811Y-5691D01* 1384 | X813Y-5678D01* 1385 | X815Y-5666D01* 1386 | X818Y-5654D01* 1387 | X820Y-5644D01* 1388 | X823Y-5633D01* 1389 | X826Y-5623D01* 1390 | X829Y-5614D01* 1391 | X832Y-5605D01* 1392 | X835Y-5597D01* 1393 | X838Y-5589D01* 1394 | X841Y-5582D01* 1395 | X844Y-5576D01* 1396 | X846Y-5569D01* 1397 | X849Y-5564D01* 1398 | X851Y-5559D01* 1399 | X854Y-5554D01* 1400 | X857Y-5550D01* 1401 | X858Y-5547D01* 1402 | X860Y-5543D01* 1403 | X862Y-5541D01* 1404 | X863Y-5539D01* 1405 | X865Y-5537D01* 1406 | X865Y-5536D01* 1407 | X866Y-5535D01* 1408 | X876Y-5523D01* 1409 | X888Y-5513D01* 1410 | X899Y-5504D01* 1411 | X911Y-5497D01* 1412 | X923Y-5490D01* 1413 | X935Y-5485D01* 1414 | X947Y-5480D01* 1415 | X958Y-5477D01* 1416 | X969Y-5474D01* 1417 | X979Y-5472D01* 1418 | X988Y-5470D01* 1419 | X996Y-5469D01* 1420 | X1003Y-5469D01* 1421 | X1007Y-5468D01* 1422 | X1011D01* 1423 | X1029Y-5469D01* 1424 | D02* 1425 | G37* 1426 | G36* 1427 | X2897Y-6416D02* 1428 | X2913Y-6418D01* 1429 | X2928Y-6422D01* 1430 | X2943Y-6426D01* 1431 | X2956Y-6431D01* 1432 | X2969Y-6436D01* 1433 | X2980Y-6442D01* 1434 | X2991Y-6448D01* 1435 | X3000Y-6454D01* 1436 | X3008Y-6460D01* 1437 | X3016Y-6466D01* 1438 | X3022Y-6471D01* 1439 | X3026Y-6475D01* 1440 | X3030Y-6478D01* 1441 | X3032Y-6480D01* 1442 | X3033Y-6481D01* 1443 | X3043Y-6494D01* 1444 | X3052Y-6508D01* 1445 | X3060Y-6522D01* 1446 | X3067Y-6537D01* 1447 | X3073Y-6552D01* 1448 | X3078Y-6567D01* 1449 | X3082Y-6581D01* 1450 | X3085Y-6596D01* 1451 | X3088Y-6609D01* 1452 | X3089Y-6622D01* 1453 | X3091Y-6633D01* 1454 | X3092Y-6643D01* 1455 | X3092Y-6647D01* 1456 | Y-6650D01* 1457 | Y-6654D01* 1458 | X3093Y-6656D01* 1459 | Y-6659D01* 1460 | Y-6660D01* 1461 | Y-6661D01* 1462 | Y-6661D01* 1463 | X3092Y-6679D01* 1464 | X3091Y-6696D01* 1465 | X3088Y-6712D01* 1466 | X3085Y-6727D01* 1467 | X3082Y-6741D01* 1468 | X3078Y-6754D01* 1469 | X3074Y-6766D01* 1470 | X3069Y-6777D01* 1471 | X3065Y-6788D01* 1472 | X3061Y-6796D01* 1473 | X3057Y-6804D01* 1474 | X3054Y-6810D01* 1475 | X3051Y-6815D01* 1476 | X3049Y-6819D01* 1477 | X3047Y-6820D01* 1478 | X3047Y-6821D01* 1479 | X3035Y-6835D01* 1480 | X3022Y-6847D01* 1481 | X3009Y-6858D01* 1482 | X2995Y-6867D01* 1483 | X2980Y-6875D01* 1484 | X2965Y-6881D01* 1485 | X2950Y-6886D01* 1486 | X2936Y-6890D01* 1487 | X2922Y-6894D01* 1488 | X2909Y-6896D01* 1489 | X2898Y-6898D01* 1490 | X2888Y-6899D01* 1491 | X2883Y-6899D01* 1492 | X2879Y-6900D01* 1493 | X2876D01* 1494 | X2873Y-6900D01* 1495 | X2868D01* 1496 | X2854Y-6900D01* 1497 | X2841Y-6899D01* 1498 | X2828Y-6897D01* 1499 | X2816Y-6894D01* 1500 | X2805Y-6892D01* 1501 | X2794Y-6889D01* 1502 | X2785Y-6886D01* 1503 | X2776Y-6882D01* 1504 | X2768Y-6879D01* 1505 | X2761Y-6876D01* 1506 | X2755Y-6873D01* 1507 | X2750Y-6871D01* 1508 | X2746Y-6869D01* 1509 | X2743Y-6867D01* 1510 | X2741Y-6866D01* 1511 | X2741Y-6865D01* 1512 | X2732Y-6858D01* 1513 | X2723Y-6851D01* 1514 | X2715Y-6843D01* 1515 | X2708Y-6834D01* 1516 | X2701Y-6826D01* 1517 | X2695Y-6817D01* 1518 | X2689Y-6809D01* 1519 | X2684Y-6801D01* 1520 | X2680Y-6793D01* 1521 | X2676Y-6786D01* 1522 | X2673Y-6779D01* 1523 | X2671Y-6774D01* 1524 | X2668Y-6769D01* 1525 | X2667Y-6765D01* 1526 | X2666Y-6764D01* 1527 | X2666Y-6763D01* 1528 | X2788Y-6742D01* 1529 | X2792Y-6755D01* 1530 | X2797Y-6765D01* 1531 | X2802Y-6774D01* 1532 | X2807Y-6781D01* 1533 | X2811Y-6786D01* 1534 | X2815Y-6790D01* 1535 | X2817Y-6792D01* 1536 | X2818Y-6793D01* 1537 | X2818D01* 1538 | X2826Y-6798D01* 1539 | X2834Y-6802D01* 1540 | X2842Y-6805D01* 1541 | X2849Y-6807D01* 1542 | X2856Y-6808D01* 1543 | X2861Y-6808D01* 1544 | X2864Y-6808D01* 1545 | X2867D01* 1546 | X2874Y-6808D01* 1547 | X2882Y-6807D01* 1548 | X2889Y-6806D01* 1549 | X2896Y-6804D01* 1550 | X2908Y-6799D01* 1551 | X2913Y-6796D01* 1552 | X2918Y-6793D01* 1553 | X2922Y-6790D01* 1554 | X2926Y-6788D01* 1555 | X2930Y-6785D01* 1556 | X2933Y-6783D01* 1557 | X2935Y-6781D01* 1558 | X2936Y-6780D01* 1559 | X2937Y-6779D01* 1560 | X2938Y-6778D01* 1561 | X2943Y-6772D01* 1562 | X2947Y-6766D01* 1563 | X2951Y-6759D01* 1564 | X2954Y-6752D01* 1565 | X2957Y-6745D01* 1566 | X2959Y-6738D01* 1567 | X2963Y-6724D01* 1568 | X2964Y-6718D01* 1569 | X2965Y-6712D01* 1570 | X2966Y-6707D01* 1571 | X2966Y-6702D01* 1572 | Y-6698D01* 1573 | X2967Y-6696D01* 1574 | Y-6694D01* 1575 | Y-6693D01* 1576 | X2659D01* 1577 | X2660Y-6668D01* 1578 | X2661Y-6644D01* 1579 | X2664Y-6622D01* 1580 | X2667Y-6601D01* 1581 | X2672Y-6582D01* 1582 | X2677Y-6565D01* 1583 | X2682Y-6550D01* 1584 | X2688Y-6536D01* 1585 | X2693Y-6524D01* 1586 | X2698Y-6513D01* 1587 | X2703Y-6504D01* 1588 | X2708Y-6497D01* 1589 | X2712Y-6491D01* 1590 | X2714Y-6487D01* 1591 | X2717Y-6485D01* 1592 | X2717Y-6484D01* 1593 | X2729Y-6472D01* 1594 | X2741Y-6461D01* 1595 | X2754Y-6452D01* 1596 | X2768Y-6444D01* 1597 | X2781Y-6438D01* 1598 | X2795Y-6432D01* 1599 | X2808Y-6428D01* 1600 | X2821Y-6424D01* 1601 | X2833Y-6421D01* 1602 | X2844Y-6419D01* 1603 | X2854Y-6417D01* 1604 | X2863Y-6416D01* 1605 | X2870Y-6416D01* 1606 | X2873D01* 1607 | X2875Y-6416D01* 1608 | X2880D01* 1609 | X2897Y-6416D01* 1610 | D02* 1611 | G37* 1612 | G36* 1613 | X3949Y-6889D02* 1614 | X3820D01* 1615 | Y-6618D01* 1616 | X3553D01* 1617 | Y-6509D01* 1618 | X3820D01* 1619 | Y-6358D01* 1620 | X3510D01* 1621 | Y-6250D01* 1622 | X3949D01* 1623 | Y-6889D01* 1624 | D02* 1625 | G37* 1626 | G36* 1627 | X3201Y-6416D02* 1628 | X3211Y-6418D01* 1629 | X3220Y-6420D01* 1630 | X3228Y-6423D01* 1631 | X3235Y-6426D01* 1632 | X3240Y-6428D01* 1633 | X3241Y-6429D01* 1634 | X3243Y-6430D01* 1635 | X3243Y-6430D01* 1636 | X3244D01* 1637 | X3248Y-6434D01* 1638 | X3253Y-6437D01* 1639 | X3257Y-6441D01* 1640 | X3262Y-6446D01* 1641 | X3271Y-6456D01* 1642 | X3278Y-6466D01* 1643 | X3285Y-6476D01* 1644 | X3289Y-6481D01* 1645 | X3291Y-6484D01* 1646 | X3293Y-6487D01* 1647 | X3295Y-6490D01* 1648 | X3296Y-6491D01* 1649 | X3296Y-6492D01* 1650 | Y-6426D01* 1651 | X3410D01* 1652 | Y-6889D01* 1653 | X3287D01* 1654 | Y-6747D01* 1655 | Y-6735D01* 1656 | Y-6725D01* 1657 | X3287Y-6706D01* 1658 | X3286Y-6688D01* 1659 | X3286Y-6672D01* 1660 | X3285Y-6658D01* 1661 | X3284Y-6645D01* 1662 | X3283Y-6634D01* 1663 | X3282Y-6624D01* 1664 | X3281Y-6616D01* 1665 | X3280Y-6609D01* 1666 | X3279Y-6603D01* 1667 | X3278Y-6599D01* 1668 | X3278Y-6595D01* 1669 | X3278Y-6593D01* 1670 | X3277Y-6592D01* 1671 | Y-6591D01* 1672 | X3275Y-6585D01* 1673 | X3273Y-6578D01* 1674 | X3271Y-6573D01* 1675 | X3268Y-6568D01* 1676 | X3266Y-6563D01* 1677 | X3264Y-6559D01* 1678 | X3259Y-6551D01* 1679 | X3255Y-6546D01* 1680 | X3252Y-6543D01* 1681 | X3250Y-6540D01* 1682 | X3249Y-6540D01* 1683 | X3242Y-6535D01* 1684 | X3235Y-6532D01* 1685 | X3228Y-6529D01* 1686 | X3221Y-6527D01* 1687 | X3215Y-6526D01* 1688 | X3210Y-6526D01* 1689 | X3200D01* 1690 | X3195Y-6526D01* 1691 | X3185Y-6529D01* 1692 | X3175Y-6532D01* 1693 | X3167Y-6536D01* 1694 | X3159Y-6539D01* 1695 | X3155Y-6541D01* 1696 | X3153Y-6543D01* 1697 | X3151Y-6544D01* 1698 | X3149Y-6545D01* 1699 | X3148Y-6545D01* 1700 | X3148Y-6546D01* 1701 | X3109Y-6439D01* 1702 | X3117Y-6435D01* 1703 | X3124Y-6431D01* 1704 | X3131Y-6428D01* 1705 | X3138Y-6425D01* 1706 | X3152Y-6421D01* 1707 | X3165Y-6418D01* 1708 | X3170Y-6417D01* 1709 | X3175Y-6417D01* 1710 | X3180Y-6416D01* 1711 | X3183Y-6416D01* 1712 | X3186Y-6416D01* 1713 | X3191D01* 1714 | X3201Y-6416D01* 1715 | D02* 1716 | G37* 1717 | G36* 1718 | X1810Y-6358D02* 1719 | X1620D01* 1720 | Y-6889D01* 1721 | X1491D01* 1722 | Y-6358D01* 1723 | X1301D01* 1724 | Y-6250D01* 1725 | X1810D01* 1726 | Y-6358D01* 1727 | D02* 1728 | G37* 1729 | G36* 1730 | X2257Y-6480D02* 1731 | X2268Y-6469D01* 1732 | X2279Y-6459D01* 1733 | X2291Y-6450D01* 1734 | X2302Y-6443D01* 1735 | X2314Y-6436D01* 1736 | X2325Y-6431D01* 1737 | X2335Y-6427D01* 1738 | X2346Y-6423D01* 1739 | X2355Y-6421D01* 1740 | X2364Y-6419D01* 1741 | X2372Y-6417D01* 1742 | X2379Y-6416D01* 1743 | X2384Y-6416D01* 1744 | X2389Y-6416D01* 1745 | X2392D01* 1746 | X2408Y-6416D01* 1747 | X2422Y-6418D01* 1748 | X2436Y-6421D01* 1749 | X2450Y-6425D01* 1750 | X2462Y-6430D01* 1751 | X2474Y-6435D01* 1752 | X2484Y-6440D01* 1753 | X2494Y-6446D01* 1754 | X2503Y-6452D01* 1755 | X2510Y-6458D01* 1756 | X2517Y-6463D01* 1757 | X2522Y-6467D01* 1758 | X2527Y-6471D01* 1759 | X2530Y-6474D01* 1760 | X2532Y-6476D01* 1761 | X2532Y-6477D01* 1762 | X2542Y-6489D01* 1763 | X2550Y-6502D01* 1764 | X2558Y-6516D01* 1765 | X2564Y-6531D01* 1766 | X2569Y-6546D01* 1767 | X2574Y-6561D01* 1768 | X2578Y-6575D01* 1769 | X2580Y-6590D01* 1770 | X2583Y-6603D01* 1771 | X2585Y-6616D01* 1772 | X2585Y-6627D01* 1773 | X2586Y-6637D01* 1774 | X2587Y-6641D01* 1775 | Y-6645D01* 1776 | X2587Y-6649D01* 1777 | Y-6651D01* 1778 | Y-6654D01* 1779 | Y-6655D01* 1780 | Y-6656D01* 1781 | Y-6656D01* 1782 | X2587Y-6677D01* 1783 | X2585Y-6697D01* 1784 | X2582Y-6716D01* 1785 | X2579Y-6733D01* 1786 | X2574Y-6749D01* 1787 | X2569Y-6764D01* 1788 | X2564Y-6777D01* 1789 | X2559Y-6789D01* 1790 | X2554Y-6800D01* 1791 | X2548Y-6809D01* 1792 | X2543Y-6817D01* 1793 | X2539Y-6824D01* 1794 | X2536Y-6829D01* 1795 | X2533Y-6833D01* 1796 | X2531Y-6835D01* 1797 | X2530Y-6836D01* 1798 | X2519Y-6847D01* 1799 | X2508Y-6857D01* 1800 | X2497Y-6865D01* 1801 | X2485Y-6873D01* 1802 | X2474Y-6879D01* 1803 | X2462Y-6884D01* 1804 | X2451Y-6888D01* 1805 | X2441Y-6892D01* 1806 | X2431Y-6894D01* 1807 | X2422Y-6897D01* 1808 | X2414Y-6898D01* 1809 | X2407Y-6899D01* 1810 | X2401Y-6900D01* 1811 | X2397Y-6900D01* 1812 | X2394D01* 1813 | X2379Y-6899D01* 1814 | X2365Y-6897D01* 1815 | X2352Y-6894D01* 1816 | X2340Y-6890D01* 1817 | X2335Y-6888D01* 1818 | X2330Y-6887D01* 1819 | X2326Y-6885D01* 1820 | X2322Y-6884D01* 1821 | X2320Y-6882D01* 1822 | X2318Y-6882D01* 1823 | X2316Y-6881D01* 1824 | X2316D01* 1825 | X2309Y-6877D01* 1826 | X2302Y-6872D01* 1827 | X2289Y-6863D01* 1828 | X2278Y-6853D01* 1829 | X2267Y-6844D01* 1830 | X2263Y-6839D01* 1831 | X2260Y-6835D01* 1832 | X2256Y-6831D01* 1833 | X2254Y-6828D01* 1834 | X2251Y-6825D01* 1835 | X2250Y-6823D01* 1836 | X2249Y-6822D01* 1837 | X2248Y-6821D01* 1838 | Y-6889D01* 1839 | X2135D01* 1840 | Y-6250D01* 1841 | X2257D01* 1842 | Y-6480D01* 1843 | D02* 1844 | G37* 1845 | %LPC*% 1846 | G36* 1847 | X4140Y-5571D02* 1848 | X4136D01* 1849 | X4121Y-5571D01* 1850 | X4107Y-5573D01* 1851 | X4094Y-5576D01* 1852 | X4082Y-5579D01* 1853 | X4071Y-5583D01* 1854 | X4060Y-5588D01* 1855 | X4050Y-5593D01* 1856 | X4042Y-5597D01* 1857 | X4034Y-5602D01* 1858 | X4027Y-5608D01* 1859 | X4021Y-5612D01* 1860 | X4016Y-5616D01* 1861 | X4013Y-5620D01* 1862 | X4010Y-5622D01* 1863 | X4008Y-5624D01* 1864 | X4007Y-5625D01* 1865 | X3999Y-5635D01* 1866 | X3991Y-5647D01* 1867 | X3985Y-5660D01* 1868 | X3979Y-5673D01* 1869 | X3975Y-5687D01* 1870 | X3971Y-5700D01* 1871 | X3968Y-5714D01* 1872 | X3965Y-5727D01* 1873 | X3963Y-5739D01* 1874 | X3962Y-5751D01* 1875 | X3960Y-5761D01* 1876 | X3960Y-5771D01* 1877 | X3959Y-5775D01* 1878 | Y-5778D01* 1879 | X3959Y-5781D01* 1880 | Y-5784D01* 1881 | Y-5786D01* 1882 | Y-5787D01* 1883 | Y-5788D01* 1884 | Y-5789D01* 1885 | X3959Y-5809D01* 1886 | X3961Y-5828D01* 1887 | X3964Y-5846D01* 1888 | X3967Y-5862D01* 1889 | X3970Y-5877D01* 1890 | X3975Y-5890D01* 1891 | X3979Y-5903D01* 1892 | X3984Y-5914D01* 1893 | X3989Y-5924D01* 1894 | X3993Y-5932D01* 1895 | X3997Y-5939D01* 1896 | X4001Y-5945D01* 1897 | X4004Y-5950D01* 1898 | X4007Y-5953D01* 1899 | X4008Y-5955D01* 1900 | X4009Y-5956D01* 1901 | X4019Y-5965D01* 1902 | X4029Y-5974D01* 1903 | X4039Y-5982D01* 1904 | X4050Y-5988D01* 1905 | X4060Y-5993D01* 1906 | X4071Y-5998D01* 1907 | X4081Y-6001D01* 1908 | X4091Y-6004D01* 1909 | X4100Y-6006D01* 1910 | X4109Y-6008D01* 1911 | X4117Y-6009D01* 1912 | X4123Y-6010D01* 1913 | X4129Y-6011D01* 1914 | X4133Y-6011D01* 1915 | X4136D01* 1916 | X4150Y-6011D01* 1917 | X4164Y-6009D01* 1918 | X4176Y-6006D01* 1919 | X4189Y-6002D01* 1920 | X4200Y-5998D01* 1921 | X4210Y-5994D01* 1922 | X4220Y-5988D01* 1923 | X4229Y-5983D01* 1924 | X4237Y-5978D01* 1925 | X4244Y-5973D01* 1926 | X4250Y-5968D01* 1927 | X4254Y-5964D01* 1928 | X4258Y-5960D01* 1929 | X4261Y-5957D01* 1930 | X4263Y-5956D01* 1931 | X4264Y-5955D01* 1932 | X4272Y-5944D01* 1933 | X4280Y-5932D01* 1934 | X4287Y-5919D01* 1935 | X4292Y-5906D01* 1936 | X4297Y-5892D01* 1937 | X4301Y-5878D01* 1938 | X4305Y-5865D01* 1939 | X4307Y-5852D01* 1940 | X4309Y-5840D01* 1941 | X4311Y-5828D01* 1942 | X4312Y-5817D01* 1943 | X4313Y-5809D01* 1944 | X4313Y-5801D01* 1945 | X4313Y-5798D01* 1946 | Y-5795D01* 1947 | Y-5793D01* 1948 | Y-5792D01* 1949 | Y-5791D01* 1950 | Y-5791D01* 1951 | X4313Y-5771D01* 1952 | X4311Y-5752D01* 1953 | X4309Y-5734D01* 1954 | X4306Y-5718D01* 1955 | X4302Y-5703D01* 1956 | X4298Y-5690D01* 1957 | X4294Y-5678D01* 1958 | X4289Y-5667D01* 1959 | X4285Y-5657D01* 1960 | X4280Y-5649D01* 1961 | X4276Y-5642D01* 1962 | X4272Y-5636D01* 1963 | X4270Y-5631D01* 1964 | X4267Y-5628D01* 1965 | X4265Y-5626D01* 1966 | X4265Y-5626D01* 1967 | X4255Y-5616D01* 1968 | X4246Y-5608D01* 1969 | X4235Y-5600D01* 1970 | X4224Y-5594D01* 1971 | X4213Y-5589D01* 1972 | X4203Y-5584D01* 1973 | X4192Y-5580D01* 1974 | X4182Y-5578D01* 1975 | X4172Y-5575D01* 1976 | X4164Y-5573D01* 1977 | X4156Y-5572D01* 1978 | X4149Y-5571D01* 1979 | X4144Y-5571D01* 1980 | X4140Y-5571D01* 1981 | D02* 1982 | G37* 1983 | G36* 1984 | X2009Y-5570D02* 1985 | X2005D01* 1986 | X1997Y-5571D01* 1987 | X1990Y-5572D01* 1988 | X1983Y-5575D01* 1989 | X1977Y-5577D01* 1990 | X1972Y-5580D01* 1991 | X1969Y-5582D01* 1992 | X1967Y-5584D01* 1993 | X1966Y-5584D01* 1994 | X1963Y-5587D01* 1995 | X1960Y-5591D01* 1996 | X1954Y-5599D01* 1997 | X1949Y-5608D01* 1998 | X1945Y-5618D01* 1999 | X1942Y-5627D01* 2000 | X1940Y-5631D01* 2001 | X1939Y-5634D01* 2002 | X1938Y-5637D01* 2003 | X1937Y-5639D01* 2004 | X1937Y-5640D01* 2005 | Y-5641D01* 2006 | X1935Y-5650D01* 2007 | X1933Y-5659D01* 2008 | X1931Y-5671D01* 2009 | X1930Y-5683D01* 2010 | X1929Y-5695D01* 2011 | X1928Y-5708D01* 2012 | X1927Y-5721D01* 2013 | X1927Y-5734D01* 2014 | X1926Y-5746D01* 2015 | X1926Y-5757D01* 2016 | Y-5768D01* 2017 | X1925Y-5777D01* 2018 | Y-5785D01* 2019 | Y-5788D01* 2020 | Y-5790D01* 2021 | Y-5792D01* 2022 | Y-5794D01* 2023 | Y-5795D01* 2024 | Y-5795D01* 2025 | Y-5816D01* 2026 | X1926Y-5835D01* 2027 | X1927Y-5852D01* 2028 | X1927Y-5868D01* 2029 | X1928Y-5882D01* 2030 | X1929Y-5896D01* 2031 | X1930Y-5907D01* 2032 | X1932Y-5917D01* 2033 | X1933Y-5927D01* 2034 | X1934Y-5934D01* 2035 | X1935Y-5941D01* 2036 | X1936Y-5946D01* 2037 | X1937Y-5950D01* 2038 | X1938Y-5953D01* 2039 | X1938Y-5955D01* 2040 | Y-5955D01* 2041 | X1940Y-5962D01* 2042 | X1942Y-5968D01* 2043 | X1944Y-5973D01* 2044 | X1947Y-5978D01* 2045 | X1949Y-5983D01* 2046 | X1951Y-5987D01* 2047 | X1955Y-5994D01* 2048 | X1960Y-6000D01* 2049 | X1963Y-6003D01* 2050 | X1965Y-6005D01* 2051 | X1966Y-6006D01* 2052 | X1972Y-6011D01* 2053 | X1979Y-6014D01* 2054 | X1986Y-6017D01* 2055 | X1992Y-6018D01* 2056 | X1997Y-6019D01* 2057 | X2002Y-6019D01* 2058 | X2004Y-6020D01* 2059 | X2005D01* 2060 | X2013Y-6019D01* 2061 | X2021Y-6018D01* 2062 | X2027Y-6015D01* 2063 | X2034Y-6013D01* 2064 | X2038Y-6010D01* 2065 | X2042Y-6008D01* 2066 | X2044Y-6006D01* 2067 | X2045Y-6006D01* 2068 | X2048Y-6003D01* 2069 | X2051Y-6000D01* 2070 | X2057Y-5991D01* 2071 | X2062Y-5982D01* 2072 | X2066Y-5973D01* 2073 | X2069Y-5964D01* 2074 | X2070Y-5960D01* 2075 | X2071Y-5957D01* 2076 | X2072Y-5954D01* 2077 | X2073Y-5952D01* 2078 | X2074Y-5951D01* 2079 | Y-5950D01* 2080 | X2076Y-5941D01* 2081 | X2077Y-5931D01* 2082 | X2079Y-5920D01* 2083 | X2080Y-5908D01* 2084 | X2081Y-5896D01* 2085 | X2082Y-5883D01* 2086 | X2083Y-5870D01* 2087 | X2083Y-5857D01* 2088 | X2084Y-5845D01* 2089 | X2084Y-5833D01* 2090 | Y-5823D01* 2091 | X2085Y-5814D01* 2092 | Y-5806D01* 2093 | Y-5803D01* 2094 | Y-5800D01* 2095 | Y-5798D01* 2096 | Y-5797D01* 2097 | Y-5796D01* 2098 | Y-5795D01* 2099 | Y-5775D01* 2100 | X2084Y-5756D01* 2101 | X2083Y-5739D01* 2102 | X2083Y-5723D01* 2103 | X2082Y-5708D01* 2104 | X2081Y-5695D01* 2105 | X2080Y-5683D01* 2106 | X2078Y-5673D01* 2107 | X2077Y-5664D01* 2108 | X2077Y-5656D01* 2109 | X2075Y-5650D01* 2110 | X2074Y-5645D01* 2111 | X2073Y-5640D01* 2112 | X2073Y-5638D01* 2113 | X2072Y-5636D01* 2114 | Y-5635D01* 2115 | X2070Y-5629D01* 2116 | X2068Y-5623D01* 2117 | X2066Y-5617D01* 2118 | X2064Y-5612D01* 2119 | X2062Y-5607D01* 2120 | X2059Y-5603D01* 2121 | X2055Y-5596D01* 2122 | X2051Y-5591D01* 2123 | X2048Y-5587D01* 2124 | X2046Y-5585D01* 2125 | X2045Y-5584D01* 2126 | X2038Y-5580D01* 2127 | X2031Y-5576D01* 2128 | X2025Y-5574D01* 2129 | X2019Y-5572D01* 2130 | X2013Y-5571D01* 2131 | X2009Y-5570D01* 2132 | D02* 2133 | G37* 2134 | G36* 2135 | X1015D02* 2136 | X1011D01* 2137 | X1004Y-5571D01* 2138 | X996Y-5572D01* 2139 | X989Y-5575D01* 2140 | X983Y-5577D01* 2141 | X979Y-5580D01* 2142 | X975Y-5582D01* 2143 | X973Y-5584D01* 2144 | X972Y-5584D01* 2145 | X969Y-5587D01* 2146 | X966Y-5591D01* 2147 | X960Y-5599D01* 2148 | X955Y-5608D01* 2149 | X951Y-5618D01* 2150 | X948Y-5627D01* 2151 | X946Y-5631D01* 2152 | X945Y-5634D01* 2153 | X944Y-5637D01* 2154 | X943Y-5639D01* 2155 | X943Y-5640D01* 2156 | Y-5641D01* 2157 | X941Y-5650D01* 2158 | X939Y-5659D01* 2159 | X937Y-5671D01* 2160 | X937Y-5683D01* 2161 | X935Y-5695D01* 2162 | X934Y-5708D01* 2163 | X933Y-5721D01* 2164 | X933Y-5734D01* 2165 | X932Y-5746D01* 2166 | X932Y-5757D01* 2167 | Y-5768D01* 2168 | X931Y-5777D01* 2169 | Y-5785D01* 2170 | Y-5788D01* 2171 | Y-5790D01* 2172 | Y-5792D01* 2173 | Y-5794D01* 2174 | Y-5795D01* 2175 | Y-5795D01* 2176 | Y-5816D01* 2177 | X932Y-5835D01* 2178 | X933Y-5852D01* 2179 | X933Y-5868D01* 2180 | X934Y-5882D01* 2181 | X936Y-5896D01* 2182 | X937Y-5907D01* 2183 | X938Y-5917D01* 2184 | X939Y-5927D01* 2185 | X940Y-5934D01* 2186 | X941Y-5941D01* 2187 | X943Y-5946D01* 2188 | X943Y-5950D01* 2189 | X944Y-5953D01* 2190 | X944Y-5955D01* 2191 | Y-5955D01* 2192 | X946Y-5962D01* 2193 | X949Y-5968D01* 2194 | X950Y-5973D01* 2195 | X953Y-5978D01* 2196 | X955Y-5983D01* 2197 | X957Y-5987D01* 2198 | X961Y-5994D01* 2199 | X966Y-6000D01* 2200 | X969Y-6003D01* 2201 | X971Y-6005D01* 2202 | X972Y-6006D01* 2203 | X979Y-6011D01* 2204 | X985Y-6014D01* 2205 | X992Y-6017D01* 2206 | X998Y-6018D01* 2207 | X1004Y-6019D01* 2208 | X1008Y-6019D01* 2209 | X1010Y-6020D01* 2210 | X1011D01* 2211 | X1019Y-6019D01* 2212 | X1027Y-6018D01* 2213 | X1034Y-6015D01* 2214 | X1040Y-6013D01* 2215 | X1044Y-6010D01* 2216 | X1048Y-6008D01* 2217 | X1050Y-6006D01* 2218 | X1051Y-6006D01* 2219 | X1054Y-6003D01* 2220 | X1057Y-6000D01* 2221 | X1063Y-5991D01* 2222 | X1068Y-5982D01* 2223 | X1072Y-5973D01* 2224 | X1075Y-5964D01* 2225 | X1077Y-5960D01* 2226 | X1078Y-5957D01* 2227 | X1078Y-5954D01* 2228 | X1079Y-5952D01* 2229 | X1080Y-5951D01* 2230 | Y-5950D01* 2231 | X1082Y-5941D01* 2232 | X1084Y-5931D01* 2233 | X1085Y-5920D01* 2234 | X1086Y-5908D01* 2235 | X1087Y-5896D01* 2236 | X1088Y-5883D01* 2237 | X1089Y-5870D01* 2238 | X1090Y-5857D01* 2239 | X1090Y-5845D01* 2240 | X1090Y-5833D01* 2241 | Y-5823D01* 2242 | X1091Y-5814D01* 2243 | Y-5806D01* 2244 | Y-5803D01* 2245 | Y-5800D01* 2246 | Y-5798D01* 2247 | Y-5797D01* 2248 | Y-5796D01* 2249 | Y-5795D01* 2250 | Y-5775D01* 2251 | X1090Y-5756D01* 2252 | X1090Y-5739D01* 2253 | X1089Y-5723D01* 2254 | X1088Y-5708D01* 2255 | X1087Y-5695D01* 2256 | X1086Y-5683D01* 2257 | X1084Y-5673D01* 2258 | X1084Y-5664D01* 2259 | X1083Y-5656D01* 2260 | X1081Y-5650D01* 2261 | X1080Y-5645D01* 2262 | X1079Y-5640D01* 2263 | X1079Y-5638D01* 2264 | X1078Y-5636D01* 2265 | Y-5635D01* 2266 | X1077Y-5629D01* 2267 | X1074Y-5623D01* 2268 | X1072Y-5617D01* 2269 | X1070Y-5612D01* 2270 | X1068Y-5607D01* 2271 | X1066Y-5603D01* 2272 | X1061Y-5596D01* 2273 | X1057Y-5591D01* 2274 | X1054Y-5587D01* 2275 | X1052Y-5585D01* 2276 | X1051Y-5584D01* 2277 | X1044Y-5580D01* 2278 | X1037Y-5576D01* 2279 | X1031Y-5574D01* 2280 | X1025Y-5572D01* 2281 | X1019Y-5571D01* 2282 | X1015Y-5570D01* 2283 | D02* 2284 | G37* 2285 | G36* 2286 | X2876Y-6509D02* 2287 | X2873D01* 2288 | X2866Y-6510D01* 2289 | X2859Y-6511D01* 2290 | X2853Y-6512D01* 2291 | X2847Y-6514D01* 2292 | X2836Y-6518D01* 2293 | X2827Y-6523D01* 2294 | X2823Y-6526D01* 2295 | X2819Y-6529D01* 2296 | X2816Y-6531D01* 2297 | X2813Y-6533D01* 2298 | X2812Y-6535D01* 2299 | X2810Y-6536D01* 2300 | X2809Y-6537D01* 2301 | X2809Y-6538D01* 2302 | X2804Y-6543D01* 2303 | X2800Y-6549D01* 2304 | X2796Y-6555D01* 2305 | X2793Y-6562D01* 2306 | X2788Y-6575D01* 2307 | X2785Y-6588D01* 2308 | X2784Y-6594D01* 2309 | X2783Y-6600D01* 2310 | X2782Y-6605D01* 2311 | X2781Y-6610D01* 2312 | Y-6613D01* 2313 | X2781Y-6616D01* 2314 | Y-6618D01* 2315 | Y-6618D01* 2316 | X2965D01* 2317 | Y-6609D01* 2318 | X2964Y-6600D01* 2319 | X2963Y-6593D01* 2320 | X2961Y-6585D01* 2321 | X2959Y-6578D01* 2322 | X2957Y-6571D01* 2323 | X2955Y-6565D01* 2324 | X2952Y-6560D01* 2325 | X2950Y-6555D01* 2326 | X2947Y-6551D01* 2327 | X2945Y-6547D01* 2328 | X2943Y-6545D01* 2329 | X2941Y-6542D01* 2330 | X2940Y-6540D01* 2331 | X2940Y-6539D01* 2332 | X2939Y-6539D01* 2333 | X2934Y-6534D01* 2334 | X2928Y-6529D01* 2335 | X2923Y-6525D01* 2336 | X2917Y-6522D01* 2337 | X2912Y-6519D01* 2338 | X2906Y-6517D01* 2339 | X2896Y-6513D01* 2340 | X2891Y-6512D01* 2341 | X2887Y-6511D01* 2342 | X2883Y-6510D01* 2343 | X2879Y-6510D01* 2344 | X2876Y-6509D01* 2345 | D02* 2346 | G37* 2347 | G36* 2348 | X2364D02* 2349 | X2359D01* 2350 | X2351Y-6510D01* 2351 | X2343Y-6511D01* 2352 | X2336Y-6513D01* 2353 | X2329Y-6515D01* 2354 | X2322Y-6518D01* 2355 | X2316Y-6520D01* 2356 | X2311Y-6524D01* 2357 | X2306Y-6527D01* 2358 | X2301Y-6530D01* 2359 | X2297Y-6533D01* 2360 | X2294Y-6536D01* 2361 | X2291Y-6539D01* 2362 | X2289Y-6541D01* 2363 | X2287Y-6543D01* 2364 | X2286Y-6544D01* 2365 | X2286Y-6545D01* 2366 | X2281Y-6551D01* 2367 | X2276Y-6559D01* 2368 | X2273Y-6568D01* 2369 | X2269Y-6577D01* 2370 | X2266Y-6587D01* 2371 | X2264Y-6596D01* 2372 | X2260Y-6615D01* 2373 | X2259Y-6624D01* 2374 | X2258Y-6632D01* 2375 | X2258Y-6640D01* 2376 | X2257Y-6647D01* 2377 | X2257Y-6652D01* 2378 | Y-6656D01* 2379 | Y-6659D01* 2380 | Y-6659D01* 2381 | Y-6660D01* 2382 | X2257Y-6673D01* 2383 | X2258Y-6685D01* 2384 | X2260Y-6696D01* 2385 | X2261Y-6707D01* 2386 | X2264Y-6716D01* 2387 | X2266Y-6725D01* 2388 | X2269Y-6733D01* 2389 | X2272Y-6741D01* 2390 | X2275Y-6747D01* 2391 | X2277Y-6752D01* 2392 | X2280Y-6757D01* 2393 | X2282Y-6760D01* 2394 | X2284Y-6764D01* 2395 | X2285Y-6765D01* 2396 | X2286Y-6767D01* 2397 | X2287Y-6767D01* 2398 | X2292Y-6774D01* 2399 | X2298Y-6779D01* 2400 | X2304Y-6784D01* 2401 | X2310Y-6788D01* 2402 | X2316Y-6791D01* 2403 | X2322Y-6794D01* 2404 | X2328Y-6796D01* 2405 | X2334Y-6798D01* 2406 | X2339Y-6800D01* 2407 | X2344Y-6801D01* 2408 | X2348Y-6802D01* 2409 | X2352Y-6802D01* 2410 | X2354D01* 2411 | X2357Y-6803D01* 2412 | X2359D01* 2413 | X2368Y-6802D01* 2414 | X2377Y-6801D01* 2415 | X2386Y-6798D01* 2416 | X2394Y-6796D01* 2417 | X2401Y-6792D01* 2418 | X2408Y-6788D01* 2419 | X2414Y-6784D01* 2420 | X2420Y-6779D01* 2421 | X2425Y-6775D01* 2422 | X2429Y-6771D01* 2423 | X2433Y-6766D01* 2424 | X2436Y-6763D01* 2425 | X2438Y-6759D01* 2426 | X2440Y-6757D01* 2427 | X2441Y-6756D01* 2428 | X2441Y-6755D01* 2429 | X2445Y-6748D01* 2430 | X2448Y-6741D01* 2431 | X2450Y-6733D01* 2432 | X2453Y-6724D01* 2433 | X2457Y-6707D01* 2434 | X2459Y-6689D01* 2435 | X2460Y-6681D01* 2436 | X2461Y-6673D01* 2437 | X2461Y-6666D01* 2438 | Y-6660D01* 2439 | X2462Y-6655D01* 2440 | Y-6651D01* 2441 | Y-6649D01* 2442 | Y-6648D01* 2443 | X2461Y-6636D01* 2444 | X2460Y-6624D01* 2445 | X2459Y-6613D01* 2446 | X2457Y-6603D01* 2447 | X2455Y-6594D01* 2448 | X2452Y-6585D01* 2449 | X2450Y-6577D01* 2450 | X2447Y-6570D01* 2451 | X2444Y-6564D01* 2452 | X2442Y-6559D01* 2453 | X2439Y-6555D01* 2454 | X2437Y-6551D01* 2455 | X2435Y-6548D01* 2456 | X2434Y-6546D01* 2457 | X2433Y-6545D01* 2458 | X2432Y-6545D01* 2459 | X2427Y-6538D01* 2460 | X2421Y-6533D01* 2461 | X2415Y-6528D01* 2462 | X2408Y-6524D01* 2463 | X2402Y-6521D01* 2464 | X2396Y-6518D01* 2465 | X2390Y-6515D01* 2466 | X2385Y-6514D01* 2467 | X2380Y-6512D01* 2468 | X2375Y-6511D01* 2469 | X2371Y-6510D01* 2470 | X2367Y-6510D01* 2471 | X2364Y-6509D01* 2472 | D02* 2473 | G37* 2474 | %LPD*% 2475 | D25* 2476 | X-1600Y-3675D02* 2477 | X-750D01* 2478 | X-1666Y-3609D02* 2479 | X-1600Y-3675D01* 2480 | X-1700Y-4200D02* 2481 | X3250D01* 2482 | X-3150Y-2750D02* 2483 | X-1700Y-4200D01* 2484 | X3250D02* 2485 | X5441Y-2009D01* 2486 | X0Y-5050D02* 2487 | X550Y-4500D01* 2488 | X3675D02* 2489 | X4750Y-3425D01* 2490 | X550Y-4500D02* 2491 | X3675D01* 2492 | X0Y5530D02* 2493 | Y7500D01* 2494 | X5040Y3150D02* 2495 | X6182Y2009D01* 2496 | X-3821Y3071D02* 2497 | Y5259D01* 2498 | Y3071D02* 2499 | X-2500Y1750D01* 2500 | X-6182Y-2009D02* 2501 | X-4600Y-427D01* 2502 | Y950D02* 2503 | X-3800Y1750D01* 2504 | X-4600Y-427D02* 2505 | Y950D01* 2506 | X-2950Y1750D02* 2507 | X-2754Y1554D01* 2508 | X-3800Y1750D02* 2509 | X-2950D01* 2510 | X-3170Y1181D02* 2511 | Y1200D01* 2512 | X-4075Y275D02* 2513 | X-3170Y1181D01* 2514 | X-2444Y2281D02* 2515 | Y2306D01* 2516 | X-1600Y3150D01* 2517 | X-2754Y921D02* 2518 | Y1554D01* 2519 | X-3150Y525D02* 2520 | X-2754Y921D01* 2521 | X-2500Y-2775D02* 2522 | Y1750D01* 2523 | Y-2775D02* 2524 | X-1666Y-3609D01* 2525 | X0Y-6500D02* 2526 | Y-5050D01* 2527 | X5441Y-2009D02* 2528 | X6182D01* 2529 | X225Y0D02* 2530 | X3475Y-3250D01* 2531 | X-3821Y-5259D02* 2532 | Y-3129D01* 2533 | X-4075Y-2875D02* 2534 | Y275D01* 2535 | Y-2875D02* 2536 | X-3821Y-3129D01* 2537 | X-3150Y-2750D02* 2538 | Y-150D01* 2539 | X-1600Y3150D02* 2540 | X5040D01* 2541 | X1175Y2475D02* 2542 | X3125D01* 2543 | X4400Y1200D01* 2544 | Y0D02* 2545 | Y1200D01* 2546 | X0Y0D02* 2547 | X225D01* 2548 | X4400D02* 2549 | X6600D01* 2550 | X3500Y-900D02* 2551 | X4400Y0D01* 2552 | X3500Y-2150D02* 2553 | Y-900D01* 2554 | D37* 2555 | X-6600Y0D02* 2556 | D03* 2557 | X6600D02* 2558 | D03* 2559 | D38* 2560 | X-750Y-3675D02* 2561 | D03* 2562 | X6182Y2009D02* 2563 | D03* 2564 | X-3821Y5259D02* 2565 | D03* 2566 | X0Y5530D02* 2567 | D03* 2568 | X-2444Y2281D02* 2569 | D03* 2570 | X-3170Y1200D02* 2571 | D03* 2572 | X4750Y-3425D02* 2573 | D03* 2574 | X3475Y-3250D02* 2575 | D03* 2576 | X-3150Y-150D02* 2577 | D03* 2578 | X6182Y-2009D02* 2579 | D03* 2580 | X0Y-6500D02* 2581 | D03* 2582 | X-3821Y-5259D02* 2583 | D03* 2584 | X-6182Y-2009D02* 2585 | D03* 2586 | X-20Y1770D02* 2587 | D03* 2588 | X-3150Y525D02* 2589 | D03* 2590 | X3500Y-2150D02* 2591 | D03* 2592 | X1175Y2475D02* 2593 | D03* 2594 | X500Y-1450D02* 2595 | D03* 2596 | X-500D02* 2597 | D03* 2598 | D39* 2599 | X0Y7500D02* 2600 | G03* 2601 | X-7500Y0I0J-7500D01* 2602 | G01* 2603 | X7500D02* 2604 | G03* 2605 | X0Y7500I-7500J0D01* 2606 | G01* 2607 | D40* 2608 | Y0D02* 2609 | D03* 2610 | M02* 2611 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GBO: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=32896* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Positive* 13 | G04* 14 | G01* 15 | G75* 16 | M02* 17 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GBS: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=16711935* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Negative* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD24C,2.500*% 17 | %ADD41R,4.100X4.100*% 18 | D24* 19 | X-6600Y0D02* 20 | D03* 21 | X6600D02* 22 | D03* 23 | D41* 24 | X0D02* 25 | D03* 26 | M02* 27 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GD1: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=10053171* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Positive* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD42C,0.051*% 17 | %ADD43C,0.068*% 18 | D42* 19 | X-6803Y-203D02* 20 | Y203D01* 21 | X-6397D01* 22 | Y-203D01* 23 | X-6803D01* 24 | X6397D02* 25 | Y203D01* 26 | X6803D01* 27 | Y-203D01* 28 | X6397D01* 29 | D43* 30 | X-547Y-3675D02* 31 | G03* 32 | X-547Y-3675I-203J0D01* 33 | G01* 34 | X6385Y2009D02* 35 | G03* 36 | X6385Y2009I-203J0D01* 37 | G01* 38 | X-3617Y5259D02* 39 | G03* 40 | X-3617Y5259I-203J0D01* 41 | G01* 42 | X203Y5530D02* 43 | G03* 44 | X203Y5530I-203J0D01* 45 | G01* 46 | X-2240Y2281D02* 47 | G03* 48 | X-2240Y2281I-203J0D01* 49 | G01* 50 | X-2966Y1200D02* 51 | G03* 52 | X-2966Y1200I-203J0D01* 53 | G01* 54 | X4953Y-3425D02* 55 | G03* 56 | X4953Y-3425I-203J0D01* 57 | G01* 58 | X3678Y-3250D02* 59 | G03* 60 | X3678Y-3250I-203J0D01* 61 | G01* 62 | X-2947Y-150D02* 63 | G03* 64 | X-2947Y-150I-203J0D01* 65 | G01* 66 | X6385Y-2009D02* 67 | G03* 68 | X6385Y-2009I-203J0D01* 69 | G01* 70 | X203Y-6500D02* 71 | G03* 72 | X203Y-6500I-203J0D01* 73 | G01* 74 | X-3617Y-5259D02* 75 | G03* 76 | X-3617Y-5259I-203J0D01* 77 | G01* 78 | X-5979Y-2009D02* 79 | G03* 80 | X-5979Y-2009I-203J0D01* 81 | G01* 82 | X184Y1770D02* 83 | G03* 84 | X184Y1770I-203J0D01* 85 | G01* 86 | X-2947Y525D02* 87 | G03* 88 | X-2947Y525I-203J0D01* 89 | G01* 90 | X3703Y-2150D02* 91 | G03* 92 | X3703Y-2150I-203J0D01* 93 | G01* 94 | X1378Y2475D02* 95 | G03* 96 | X1378Y2475I-203J0D01* 97 | G01* 98 | X703Y-1450D02* 99 | G03* 100 | X703Y-1450I-203J0D01* 101 | G01* 102 | X-297D02* 103 | G03* 104 | X-297Y-1450I-203J0D01* 105 | G01* 106 | M02* 107 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GG1: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=128* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Positive* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD42C,0.051*% 17 | D42* 18 | X-7525Y0D02* 19 | X-5675D01* 20 | X-6600Y-925D02* 21 | Y925D01* 22 | X5675Y0D02* 23 | X7525D01* 24 | X6600Y-925D02* 25 | Y925D01* 26 | X-850Y-3675D02* 27 | X-650D01* 28 | X-750Y-3775D02* 29 | Y-3575D01* 30 | X6082Y2009D02* 31 | X6282D01* 32 | X6182Y1909D02* 33 | Y2109D01* 34 | X-3921Y5259D02* 35 | X-3721D01* 36 | X-3821Y5159D02* 37 | Y5359D01* 38 | X-100Y5530D02* 39 | X100D01* 40 | X0Y5431D02* 41 | Y5630D01* 42 | X-2544Y2281D02* 43 | X-2344D01* 44 | X-2444Y2181D02* 45 | Y2381D01* 46 | X-3270Y1200D02* 47 | X-3069D01* 48 | X-3170Y1100D02* 49 | Y1300D01* 50 | X4650Y-3425D02* 51 | X4850D01* 52 | X4750Y-3525D02* 53 | Y-3325D01* 54 | X3375Y-3250D02* 55 | X3575D01* 56 | X3475Y-3350D02* 57 | Y-3150D01* 58 | X-3250Y-150D02* 59 | X-3050D01* 60 | X-3150Y-250D02* 61 | Y-50D01* 62 | X6082Y-2009D02* 63 | X6282D01* 64 | X6182Y-2109D02* 65 | Y-1909D01* 66 | X-100Y-6500D02* 67 | X100D01* 68 | X0Y-6600D02* 69 | Y-6400D01* 70 | X-3921Y-5259D02* 71 | X-3721D01* 72 | X-3821Y-5359D02* 73 | Y-5159D01* 74 | X-6282Y-2009D02* 75 | X-6082D01* 76 | X-6182Y-2109D02* 77 | Y-1909D01* 78 | X-120Y1770D02* 79 | X80D01* 80 | X-20Y1669D02* 81 | Y1870D01* 82 | X-3250Y525D02* 83 | X-3050D01* 84 | X-3150Y425D02* 85 | Y625D01* 86 | X3400Y-2150D02* 87 | X3600D01* 88 | X3500Y-2250D02* 89 | Y-2050D01* 90 | X1075Y2475D02* 91 | X1275D01* 92 | X1175Y2375D02* 93 | Y2575D01* 94 | X400Y-1450D02* 95 | X600D01* 96 | X500Y-1550D02* 97 | Y-1350D01* 98 | X-600Y-1450D02* 99 | X-400D01* 100 | X-500Y-1550D02* 101 | Y-1350D01* 102 | M02* 103 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GM1: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=16711935* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Positive* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD11C,0.100*% 17 | D11* 18 | X8500Y0D02* 19 | G03* 20 | X8500Y0I-8500J0D01* 21 | G01* 22 | M02* 23 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GTO: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=65535* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Positive* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD10C,0.250*% 17 | %ADD11C,0.100*% 18 | %ADD12C,0.200*% 19 | D10* 20 | X2921Y-1200D02* 21 | G03* 22 | X2921Y-1200I-125J0D01* 23 | G01* 24 | D11* 25 | X-760Y4520D02* 26 | G03* 27 | X-760Y4520I-50J0D01* 28 | G01* 29 | D12* 30 | X-200Y8100D02* 31 | X200D01* 32 | X4599Y6671D02* 33 | X4923Y6435D01* 34 | X7642Y2693D02* 35 | X7765Y2313D01* 36 | X7642Y-2693D02* 37 | X7765Y-2313D01* 38 | X1766Y0D02* 39 | X1946D01* 40 | Y-680D02* 41 | Y0D01* 42 | Y-2900D02* 43 | Y-2220D01* 44 | X1766Y-2900D02* 45 | X1946D01* 46 | X-1954D02* 47 | X-1774D01* 48 | X-1954D02* 49 | Y-2220D01* 50 | Y0D02* 51 | X-1774D01* 52 | X-1954Y-680D02* 53 | Y0D01* 54 | X4599Y-6671D02* 55 | X4923Y-6435D01* 56 | X-200Y-8100D02* 57 | X200Y-8100D01* 58 | X-4923Y-6435D02* 59 | X-4599Y-6671D01* 60 | X-7765Y-2313D02* 61 | X-7642Y-2693D01* 62 | X-7765Y2313D02* 63 | X-7642Y2693D01* 64 | X-4923Y6435D02* 65 | X-4599Y6671D01* 66 | M02* 67 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.GTS: -------------------------------------------------------------------------------- 1 | G04* 2 | G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,20.1.14 (287)* 3 | G04* 4 | G04 Layer_Color=8388736* 5 | %FSLAX43Y43*% 6 | %MOMM*% 7 | G71* 8 | G04* 9 | G04 #@! TF.SameCoordinates,4F5269AA-7076-45A1-A172-B2B228468667* 10 | G04* 11 | G04* 12 | G04 #@! TF.FilePolarity,Negative* 13 | G04* 14 | G01* 15 | G75* 16 | %ADD13R,0.450X0.300*% 17 | G04:AMPARAMS|DCode=14|XSize=0.45mm|YSize=0.3mm|CornerRadius=0mm|HoleSize=0mm|Usage=FLASHONLY|Rotation=324.000|XOffset=0mm|YOffset=0mm|HoleType=Round|Shape=Rectangle|* 18 | %AMROTATEDRECTD14* 19 | 4,1,4,-0.270,0.011,-0.094,0.254,0.270,-0.011,0.094,-0.254,-0.270,0.011,0.0* 20 | % 21 | %ADD14ROTATEDRECTD14*% 22 | 23 | G04:AMPARAMS|DCode=15|XSize=0.45mm|YSize=0.3mm|CornerRadius=0mm|HoleSize=0mm|Usage=FLASHONLY|Rotation=288.000|XOffset=0mm|YOffset=0mm|HoleType=Round|Shape=Rectangle|* 24 | %AMROTATEDRECTD15* 25 | 4,1,4,-0.212,0.168,0.073,0.260,0.212,-0.168,-0.073,-0.260,-0.212,0.168,0.0* 26 | % 27 | %ADD15ROTATEDRECTD15*% 28 | 29 | %ADD16R,0.350X0.300*% 30 | G04:AMPARAMS|DCode=17|XSize=0.45mm|YSize=0.3mm|CornerRadius=0mm|HoleSize=0mm|Usage=FLASHONLY|Rotation=252.000|XOffset=0mm|YOffset=0mm|HoleType=Round|Shape=Rectangle|* 31 | %AMROTATEDRECTD17* 32 | 4,1,4,-0.073,0.260,0.212,0.168,0.073,-0.260,-0.212,-0.168,-0.073,0.260,0.0* 33 | % 34 | %ADD17ROTATEDRECTD17*% 35 | 36 | %ADD18R,0.340X1.000*% 37 | %ADD19R,1.000X0.340*% 38 | %ADD20R,2.000X1.000*% 39 | %ADD21R,0.300X0.350*% 40 | %ADD22C,0.260*% 41 | G04:AMPARAMS|DCode=23|XSize=0.45mm|YSize=0.3mm|CornerRadius=0mm|HoleSize=0mm|Usage=FLASHONLY|Rotation=216.000|XOffset=0mm|YOffset=0mm|HoleType=Round|Shape=Rectangle|* 42 | %AMROTATEDRECTD23* 43 | 4,1,4,0.094,0.254,0.270,0.011,-0.094,-0.254,-0.270,-0.011,0.094,0.254,0.0* 44 | % 45 | %ADD23ROTATEDRECTD23*% 46 | 47 | %ADD24C,2.500*% 48 | D13* 49 | X0Y7700D02* 50 | D03* 51 | Y7300D02* 52 | D03* 53 | Y-7700D02* 54 | D03* 55 | Y-7300D02* 56 | D03* 57 | D14* 58 | X4526Y6229D02* 59 | D03* 60 | X4291Y5906D02* 61 | D03* 62 | X-4526Y-6229D02* 63 | D03* 64 | X-4291Y-5906D02* 65 | D03* 66 | D15* 67 | X7323Y2379D02* 68 | D03* 69 | X6943Y2256D02* 70 | D03* 71 | X-7323Y-2379D02* 72 | D03* 73 | X-6943Y-2256D02* 74 | D03* 75 | D16* 76 | X-725Y4900D02* 77 | D03* 78 | X-275D02* 79 | D03* 80 | X725D02* 81 | D03* 82 | X275D02* 83 | D03* 84 | X225Y2500D02* 85 | D03* 86 | X-225D02* 87 | D03* 88 | D17* 89 | X7323Y-2379D02* 90 | D03* 91 | X6943Y-2256D02* 92 | D03* 93 | X-7323Y2379D02* 94 | D03* 95 | X-6943Y2256D02* 96 | D03* 97 | D18* 98 | X1246Y-150D02* 99 | D03* 100 | X746D02* 101 | D03* 102 | X246D02* 103 | D03* 104 | X-254D02* 105 | D03* 106 | X-754D02* 107 | D03* 108 | X-1254D02* 109 | D03* 110 | Y-2750D02* 111 | D03* 112 | X-754D02* 113 | D03* 114 | X-254D02* 115 | D03* 116 | X246D02* 117 | D03* 118 | X746D02* 119 | D03* 120 | X1246D02* 121 | D03* 122 | D19* 123 | X-1804Y-1200D02* 124 | D03* 125 | Y-1700D02* 126 | D03* 127 | X1796D02* 128 | D03* 129 | Y-1200D02* 130 | D03* 131 | D20* 132 | X-4Y-1450D02* 133 | D03* 134 | D21* 135 | X2675Y-2925D02* 136 | D03* 137 | Y-2475D02* 138 | D03* 139 | X-1200Y3775D02* 140 | D03* 141 | Y4225D02* 142 | D03* 143 | X1200Y4225D02* 144 | D03* 145 | Y3775D02* 146 | D03* 147 | X-2700Y-2475D02* 148 | D03* 149 | Y-2925D02* 150 | D03* 151 | D22* 152 | X-500Y4200D02* 153 | D03* 154 | X0D02* 155 | D03* 156 | X500D02* 157 | D03* 158 | X-500Y3700D02* 159 | D03* 160 | X500D02* 161 | D03* 162 | X-500Y3200D02* 163 | D03* 164 | X0D02* 165 | D03* 166 | X500D02* 167 | D03* 168 | D23* 169 | X4526Y-6229D02* 170 | D03* 171 | X4291Y-5906D02* 172 | D03* 173 | X-4526Y6229D02* 174 | D03* 175 | X-4291Y5906D02* 176 | D03* 177 | D24* 178 | X-6600Y0D02* 179 | D03* 180 | X6600D02* 181 | D03* 182 | M02* 183 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.TXT: -------------------------------------------------------------------------------- 1 | M48 2 | ;Layer_Color=9474304 3 | ;FILE_FORMAT=4:3 4 | METRIC,LZ 5 | ;TYPE=PLATED 6 | T1F00S00C0.200 7 | T2F00S00C1.850 8 | % 9 | T01 10 | X-0003821Y-0005259 11 | X-000075Y-0003675 12 | X-00005Y-000145 13 | X00005 14 | X00035Y-000215 15 | X0003475Y-000325 16 | X000475Y-0003425 17 | X0006182Y-0002009 18 | Y0002009 19 | X0001175Y0002475 20 | X-000002Y000177 21 | X-0002444Y0002281 22 | X-000317Y00012 23 | X-000315Y0000525 24 | Y-000015 25 | X-0006182Y-0002009 26 | X-0003821Y0005259 27 | X0Y000553 28 | Y-00065 29 | T02 30 | X-00066Y0 31 | X00066 32 | M30 33 | -------------------------------------------------------------------------------- /outputs/gerber/smd_challenge_extreme.apr: -------------------------------------------------------------------------------- 1 | D10 ROUNDED 9.842 9.842 0.000 LINE 0.000 2 | D11 ROUNDED 3.937 3.937 0.000 LINE 0.000 3 | D12 ROUNDED 7.874 7.874 0.000 LINE 0.000 4 | D13 RECTANGULAR 17.716 11.811 0.000 FLASH 0.000 5 | D16 RECTANGULAR 11.811 13.780 0.000 FLASH 270.000 6 | D18 RECTANGULAR 13.386 39.370 0.000 FLASH 0.000 7 | D19 RECTANGULAR 13.386 39.370 0.000 FLASH 270.000 8 | D20 RECTANGULAR 39.370 78.740 0.000 FLASH 270.000 9 | D21 RECTANGULAR 11.811 13.780 0.000 FLASH 0.000 10 | D22 ROUNDED 10.236 10.236 0.000 FLASH 0.000 11 | D24 ROUNDED 98.425 98.425 0.000 FLASH 0.000 12 | D25 ROUNDED 5.000 5.000 0.000 LINE 0.000 13 | D26 RECTANGULAR 13.780 7.874 0.000 FLASH 0.000 14 | D29 RECTANGULAR 7.874 9.842 0.000 FLASH 270.000 15 | D31 RECTANGULAR 9.449 35.433 0.000 FLASH 0.000 16 | D32 RECTANGULAR 9.449 35.433 0.000 FLASH 270.000 17 | D33 RECTANGULAR 35.433 74.803 0.000 FLASH 270.000 18 | D34 RECTANGULAR 7.874 9.842 0.000 FLASH 0.000 19 | D35 ROUNDED 6.299 6.299 0.000 FLASH 0.000 20 | D37 ROUNDED 94.488 94.488 0.000 FLASH 0.000 21 | D38 ROUNDED 17.716 17.716 0.000 FLASH 0.000 22 | D39 ROUNDED 10.000 10.000 0.000 LINE 0.000 23 | D40 RECTANGULAR 157.480 157.480 0.000 FLASH 0.000 24 | D41 RECTANGULAR 161.417 161.417 0.000 FLASH 0.000 25 | D42 ROUNDED 2.000 2.000 0.000 LINE 0.000 26 | D43 ROUNDED 2.665 2.665 0.000 LINE 0.000 27 | -------------------------------------------------------------------------------- /outputs/renders/back.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/outputs/renders/back.PNG -------------------------------------------------------------------------------- /outputs/renders/front.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/outputs/renders/front.PNG -------------------------------------------------------------------------------- /outputs/smd_challenge_extreme_SimpleBOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/outputs/smd_challenge_extreme_SimpleBOM.xlsx -------------------------------------------------------------------------------- /outputs/smd_challenge_extreme_assembly_drawing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/outputs/smd_challenge_extreme_assembly_drawing.pdf -------------------------------------------------------------------------------- /smd_challenge_extreme.PCBDwf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.PCBDwf -------------------------------------------------------------------------------- /smd_challenge_extreme.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.PcbDoc -------------------------------------------------------------------------------- /smd_challenge_extreme.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.PcbLib -------------------------------------------------------------------------------- /smd_challenge_extreme.PrjPCB: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=1 4 | ChannelRoomNamingStyle=0 5 | ReleasesFolder= 6 | ChannelDesignatorFormatString=$Component 7 | ChannelRoomLevelSeperator=_ 8 | OpenOutputs=0 9 | ArchiveProject=0 10 | TimestampOutput=0 11 | SeparateFolders=0 12 | TemplateLocationPath= 13 | PinSwapBy_Netlabel=1 14 | PinSwapBy_Pin=0 15 | AllowPortNetNames=0 16 | AllowSheetEntryNetNames=0 17 | AppendSheetNumberToLocalNets=0 18 | NetlistSinglePinNets=0 19 | DefaultConfiguration=Release-Temp 20 | UserID=0xFFFFFFFF 21 | DefaultPcbProtel=1 22 | DefaultPcbPcad=0 23 | ReorderDocumentsOnCompile=1 24 | NameNetsHierarchically=1 25 | PowerPortNamesTakePriority=1 26 | PushECOToAnnotationFile=0 27 | DItemRevisionGUID= 28 | ReportSuppressedErrorsInMessages=1 29 | FSMCodingStyle=eFMSDropDownList_OneProcess 30 | FSMEncodingStyle=eFMSDropDownList_OneHot 31 | OutputPath=ProjectOutputs 32 | LogFolderPath= 33 | ManagedProjectGUID= 34 | IncludeDesignInRelease=0 35 | 36 | [Preferences] 37 | PrefsVaultGUID= 38 | PrefsRevisionGUID= 39 | 40 | [Document1] 41 | DocumentPath=smd_challenge_extreme.SchDoc 42 | AnnotationEnabled=1 43 | AnnotateStartValue=1 44 | AnnotationIndexControlEnabled=0 45 | AnnotateSuffix= 46 | AnnotateScope=All 47 | AnnotateOrder=0 48 | DoLibraryUpdate=1 49 | DoDatabaseUpdate=1 50 | ClassGenCCAutoEnabled=0 51 | ClassGenCCAutoRoomEnabled=0 52 | ClassGenNCAutoScope=None 53 | DItemRevisionGUID= 54 | GenerateClassCluster=0 55 | DocumentUniqueId=HGHGTBRK 56 | 57 | [Document2] 58 | DocumentPath=smd_challenge_extreme.PcbDoc 59 | AnnotationEnabled=1 60 | AnnotateStartValue=1 61 | AnnotationIndexControlEnabled=0 62 | AnnotateSuffix= 63 | AnnotateScope=All 64 | AnnotateOrder=-1 65 | DoLibraryUpdate=1 66 | DoDatabaseUpdate=1 67 | ClassGenCCAutoEnabled=1 68 | ClassGenCCAutoRoomEnabled=1 69 | ClassGenNCAutoScope=None 70 | DItemRevisionGUID= 71 | GenerateClassCluster=0 72 | DocumentUniqueId=USHSHELP 73 | 74 | [Document3] 75 | DocumentPath=smd_challenge_extreme.OutJob 76 | AnnotationEnabled=1 77 | AnnotateStartValue=1 78 | AnnotationIndexControlEnabled=0 79 | AnnotateSuffix= 80 | AnnotateScope=All 81 | AnnotateOrder=-1 82 | DoLibraryUpdate=1 83 | DoDatabaseUpdate=1 84 | ClassGenCCAutoEnabled=1 85 | ClassGenCCAutoRoomEnabled=1 86 | ClassGenNCAutoScope=None 87 | DItemRevisionGUID= 88 | GenerateClassCluster=0 89 | DocumentUniqueId= 90 | 91 | [Document4] 92 | DocumentPath=smd_challenge_extreme.PcbLib 93 | AnnotationEnabled=1 94 | AnnotateStartValue=1 95 | AnnotationIndexControlEnabled=0 96 | AnnotateSuffix= 97 | AnnotateScope=All 98 | AnnotateOrder=-1 99 | DoLibraryUpdate=1 100 | DoDatabaseUpdate=1 101 | ClassGenCCAutoEnabled=1 102 | ClassGenCCAutoRoomEnabled=1 103 | ClassGenNCAutoScope=None 104 | DItemRevisionGUID= 105 | GenerateClassCluster=0 106 | DocumentUniqueId=PAINUMDO 107 | 108 | [Document5] 109 | DocumentPath=smd_challenge_extreme.SchLib 110 | AnnotationEnabled=1 111 | AnnotateStartValue=1 112 | AnnotationIndexControlEnabled=0 113 | AnnotateSuffix= 114 | AnnotateScope=All 115 | AnnotateOrder=-1 116 | DoLibraryUpdate=1 117 | DoDatabaseUpdate=1 118 | ClassGenCCAutoEnabled=1 119 | ClassGenCCAutoRoomEnabled=1 120 | ClassGenNCAutoScope=None 121 | DItemRevisionGUID= 122 | GenerateClassCluster=0 123 | DocumentUniqueId=YGPWUAHL 124 | 125 | [Document6] 126 | DocumentPath=smd_challenge_extreme.PCBDwf 127 | AnnotationEnabled=1 128 | AnnotateStartValue=1 129 | AnnotationIndexControlEnabled=0 130 | AnnotateSuffix= 131 | AnnotateScope=All 132 | AnnotateOrder=-1 133 | DoLibraryUpdate=1 134 | DoDatabaseUpdate=1 135 | ClassGenCCAutoEnabled=1 136 | ClassGenCCAutoRoomEnabled=1 137 | ClassGenNCAutoScope=None 138 | DItemRevisionGUID= 139 | GenerateClassCluster=0 140 | DocumentUniqueId= 141 | 142 | [ProjectVariant1] 143 | UniqueID=9F271410-D148-425F-AD94-B25B2667C8A0 144 | Description=Production 145 | AllowFabrication=0 146 | ParameterCount=0 147 | VariationCount=0 148 | ParamVariationCount=0 149 | 150 | [Parameter1] 151 | Name=_ProjectTemplateRev 152 | Value=_Winter17 153 | 154 | [Parameter2] 155 | Name=Year 156 | Value=2020 157 | 158 | [Parameter3] 159 | Name=SchTitle 160 | Value=SMD Challenge Extreme Edition 161 | 162 | [Parameter4] 163 | Name=ReleaseRev 164 | Value=01 165 | 166 | [Parameter5] 167 | Name=ReleaseEngineer 168 | Value=.First Last 169 | 170 | [Parameter6] 171 | Name=ReleaseDate 172 | Value=.m/d/yy 173 | 174 | [Parameter7] 175 | Name=FabRev 176 | Value=01 177 | 178 | [Parameter8] 179 | Name=FabPartNum 180 | Value=PCB-SMDCE 181 | 182 | [Parameter9] 183 | Name=Contact2phone 184 | Value= 185 | 186 | [Parameter10] 187 | Name=Contact2name 188 | Value= 189 | 190 | [Parameter11] 191 | Name=Contact2email 192 | Value= 193 | 194 | [Parameter12] 195 | Name=Contact1phone 196 | Value= 197 | 198 | [Parameter13] 199 | Name=Contact1name 200 | Value=Fred Temperton 201 | 202 | [Parameter14] 203 | Name=Contact1email 204 | Value= 205 | 206 | [Parameter15] 207 | Name=Company 208 | Value=Neutron Tech 209 | 210 | [Parameter16] 211 | Name=BoardName 212 | Value=SMD Challenge Extreme Edition 213 | 214 | [Parameter17] 215 | Name=AssyRev 216 | Value=01 217 | 218 | [Parameter18] 219 | Name=AssyPartNum 220 | Value=PCBA-SMDCE 221 | 222 | [Configuration1] 223 | Name=Release-Temp 224 | ParameterCount=0 225 | ConstraintFileCount=0 226 | ReleaseItemId= 227 | Variant=[No Variations] 228 | OutputJobsCount=1 229 | DocumentReferenceClass1=DocumentReference 230 | OutputJobFileName1=smd_challenge_extreme.OutJob 231 | ContentTypeGUID= 232 | ConfigurationType= 233 | 234 | [Configuration2] 235 | Name=Sources 236 | ParameterCount=0 237 | ConstraintFileCount=0 238 | ReleaseItemId= 239 | Variant=[No Variations] 240 | OutputJobsCount=0 241 | ContentTypeGUID= 242 | ConfigurationType= 243 | 244 | [Configuration3] 245 | Name=Fabrication 246 | ParameterCount=0 247 | ConstraintFileCount=0 248 | ReleaseItemId= 249 | Variant=[No Variations] 250 | OutputJobsCount=0 251 | ContentTypeGUID= 252 | ConfigurationType= 253 | 254 | [Configuration4] 255 | Name=Assembly Prototype 256 | ParameterCount=0 257 | ConstraintFileCount=0 258 | ReleaseItemId= 259 | Variant=Prototype 260 | OutputJobsCount=0 261 | ContentTypeGUID= 262 | ConfigurationType= 263 | 264 | [Configuration5] 265 | Name=Assembly Production 266 | ParameterCount=0 267 | ConstraintFileCount=0 268 | ReleaseItemId= 269 | Variant=Production 270 | OutputJobsCount=0 271 | ContentTypeGUID= 272 | ConfigurationType= 273 | 274 | [Configuration6] 275 | Name=Assembly 276 | ParameterCount=0 277 | ConstraintFileCount=0 278 | ReleaseItemId= 279 | Variant=[No Variations] 280 | OutputJobsCount=0 281 | ContentTypeGUID= 282 | ConfigurationType= 283 | 284 | [Generic_EDE] 285 | OutputDir=ProjectOutputs 286 | 287 | [Generic_SmartPDF] 288 | AutoOpenFile=-1 289 | AutoOpenOutJob=-1 290 | 291 | [Generic_SmartPDFSettings] 292 | ProjectMode=0 293 | ZoomPrecision=50 294 | AddNetsInformation=-1 295 | AddNetPins=-1 296 | AddNetNetLabels=-1 297 | AddNetPorts=-1 298 | ShowComponentParameters=-1 299 | GlobalBookmarks=0 300 | ExportBOM=0 301 | TemplateFilename=..\..\Altium\Templates\Assets\BOM-Template.xltx 302 | TemplateStoreRelative=-1 303 | PCB_PrintColor=1 304 | SCH_PrintColor=0 305 | PrintQuality=-3 306 | SCH_ShowNoErc=-1 307 | SCH_ShowParameter=-1 308 | SCH_ShowProbes=-1 309 | SCH_ShowBlankets=-1 310 | SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle 311 | SCH_ShowNote=-1 312 | SCH_ShowNoteCollapsed=-1 313 | SCH_ExpandLogicalToPhysical=0 314 | SCH_VariantName=[No Variations] 315 | SCH_ExpandComponentDesignators=-1 316 | SCH_ExpandNetlabels=0 317 | SCH_ExpandPorts=0 318 | SCH_ExpandSheetNumber=0 319 | SCH_ExpandDocumentNumber=0 320 | SCH_HasExpandLogicalToPhysicalSheets=-1 321 | SaveSettingsToOutJob=0 322 | 323 | [OutputGroup1] 324 | Name=Netlist Outputs 325 | Description= 326 | TargetPrinter=Microsoft Print to PDF 327 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 328 | OutputType1=PCADNetlist 329 | OutputName1=PCAD Netlist 330 | OutputDocumentPath1= 331 | OutputVariantName1= 332 | OutputDefault1=0 333 | OutputType2=CadnetixNetlist 334 | OutputName2=Cadnetix Netlist 335 | OutputDocumentPath2= 336 | OutputVariantName2= 337 | OutputDefault2=0 338 | OutputType3=CalayNetlist 339 | OutputName3=Calay Netlist 340 | OutputDocumentPath3= 341 | OutputVariantName3= 342 | OutputDefault3=0 343 | OutputType4=EDIF 344 | OutputName4=EDIF for PCB 345 | OutputDocumentPath4= 346 | OutputVariantName4= 347 | OutputDefault4=0 348 | OutputType5=EESofNetlist 349 | OutputName5=EESof Netlist 350 | OutputDocumentPath5= 351 | OutputVariantName5= 352 | OutputDefault5=0 353 | OutputType6=IntergraphNetlist 354 | OutputName6=Intergraph Netlist 355 | OutputDocumentPath6= 356 | OutputVariantName6= 357 | OutputDefault6=0 358 | OutputType7=MentorBoardStationNetlist 359 | OutputName7=Mentor BoardStation Netlist 360 | OutputDocumentPath7= 361 | OutputVariantName7= 362 | OutputDefault7=0 363 | OutputType8=MultiWire 364 | OutputName8=MultiWire 365 | OutputDocumentPath8= 366 | OutputVariantName8= 367 | OutputDefault8=0 368 | OutputType9=OrCadPCB2Netlist 369 | OutputName9=Orcad/PCB2 Netlist 370 | OutputDocumentPath9= 371 | OutputVariantName9= 372 | OutputDefault9=0 373 | OutputType10=PADSNetlist 374 | OutputName10=PADS ASCII Netlist 375 | OutputDocumentPath10= 376 | OutputVariantName10= 377 | OutputDefault10=0 378 | OutputType11=Pcad 379 | OutputName11=Pcad for PCB 380 | OutputDocumentPath11= 381 | OutputVariantName11= 382 | OutputDefault11=0 383 | OutputType12=PCADnltNetlist 384 | OutputName12=PCADnlt Netlist 385 | OutputDocumentPath12= 386 | OutputVariantName12= 387 | OutputDefault12=0 388 | OutputType13=Protel2Netlist 389 | OutputName13=Protel2 Netlist 390 | OutputDocumentPath13= 391 | OutputVariantName13= 392 | OutputDefault13=0 393 | OutputType14=ProtelNetlist 394 | OutputName14=Protel 395 | OutputDocumentPath14= 396 | OutputVariantName14= 397 | OutputDefault14=0 398 | OutputType15=RacalNetlist 399 | OutputName15=Racal Netlist 400 | OutputDocumentPath15= 401 | OutputVariantName15= 402 | OutputDefault15=0 403 | OutputType16=RINFNetlist 404 | OutputName16=RINF Netlist 405 | OutputDocumentPath16= 406 | OutputVariantName16= 407 | OutputDefault16=0 408 | OutputType17=SciCardsNetlist 409 | OutputName17=SciCards Netlist 410 | OutputDocumentPath17= 411 | OutputVariantName17= 412 | OutputDefault17=0 413 | OutputType18=TangoNetlist 414 | OutputName18=Tango Netlist 415 | OutputDocumentPath18= 416 | OutputVariantName18= 417 | OutputDefault18=0 418 | OutputType19=TelesisNetlist 419 | OutputName19=Telesis Netlist 420 | OutputDocumentPath19= 421 | OutputVariantName19= 422 | OutputDefault19=0 423 | OutputType20=WireListNetlist 424 | OutputName20=WireList Netlist 425 | OutputDocumentPath20= 426 | OutputVariantName20= 427 | OutputDefault20=0 428 | 429 | [OutputGroup2] 430 | Name=Simulator Outputs 431 | Description= 432 | TargetPrinter=Microsoft Print to PDF 433 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 434 | 435 | [OutputGroup3] 436 | Name=Documentation Outputs 437 | Description= 438 | TargetPrinter=Virtual Printer 439 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 440 | OutputType1=Composite 441 | OutputName1=Composite Drawing 442 | OutputDocumentPath1= 443 | OutputVariantName1= 444 | OutputDefault1=0 445 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Tabloid|PaperIndex=1 446 | OutputType2=PCB Print 447 | OutputName2=PCB Prints 448 | OutputDocumentPath2= 449 | OutputVariantName2= 450 | OutputDefault2=0 451 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Tabloid|PaperIndex=1 452 | Configuration2_Name1=OutputConfigurationParameter1 453 | Configuration2_Item1=PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 454 | Configuration2_Name2=OutputConfigurationParameter2 455 | Configuration2_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 456 | Configuration2_Name3=OutputConfigurationParameter3 457 | Configuration2_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 458 | Configuration2_Name4=OutputConfigurationParameter4 459 | Configuration2_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 460 | Configuration2_Name5=OutputConfigurationParameter5 461 | Configuration2_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 462 | OutputType3=Schematic Print 463 | OutputName3=Schematic Prints 464 | OutputDocumentPath3=C:\Altium\Templates\Template.SchDoc 465 | OutputVariantName3= 466 | OutputDefault3=1 467 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 468 | Configuration3_Name1=OutputConfigurationParameter1 469 | Configuration3_Item1=Record=SchPrintView|BooleanThing=False 470 | OutputType4=SimView Print 471 | OutputName4=SimView Prints 472 | OutputDocumentPath4= 473 | OutputVariantName4= 474 | OutputDefault4=0 475 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 476 | OutputType5=PCB 3D Print 477 | OutputName5=PCB 3D Prints 478 | OutputDocumentPath5= 479 | OutputVariantName5=[No Variations] 480 | OutputDefault5=0 481 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 482 | OutputType6=PCB 3D Video 483 | OutputName6=PCB 3D Video 484 | OutputDocumentPath6= 485 | OutputVariantName6=[No Variations] 486 | OutputDefault6=0 487 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 488 | OutputType7=Report Print 489 | OutputName7=Report Prints 490 | OutputDocumentPath7= 491 | OutputVariantName7= 492 | OutputDefault7=0 493 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 494 | OutputType8=PCBLIB Print 495 | OutputName8=PCBLIB Prints 496 | OutputDocumentPath8= 497 | OutputVariantName8= 498 | OutputDefault8=0 499 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 500 | OutputType9=PDF3D 501 | OutputName9=PDF3D 502 | OutputDocumentPath9= 503 | OutputVariantName9=[No Variations] 504 | OutputDefault9=0 505 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 506 | OutputType10=PCBDrawing 507 | OutputName10=Draftsman 508 | OutputDocumentPath10= 509 | OutputVariantName10=[No Variations] 510 | OutputDefault10=0 511 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=Tabloid|PaperIndex=3 512 | OutputType11=PDF3D MBA 513 | OutputName11=PDF3D MBA 514 | OutputDocumentPath11= 515 | OutputVariantName11= 516 | OutputDefault11=0 517 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 518 | 519 | [OutputGroup4] 520 | Name=Assembly Outputs 521 | Description= 522 | TargetPrinter=Microsoft Print to PDF 523 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 524 | OutputType1=Assembly 525 | OutputName1=Assembly Drawings 526 | OutputDocumentPath1=C:\Altium\Templates\Template.PcbDoc 527 | OutputVariantName1=[No Variations] 528 | OutputDefault1=1 529 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=0|PaperKind=Tabloid|PaperIndex=3 530 | Configuration1_Name1=OutputConfigurationParameter1 531 | Configuration1_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 532 | Configuration1_Name2=OutputConfigurationParameter2 533 | Configuration1_Item2=IncludeBottomLayerComponents=False|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Top Assembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=True 534 | Configuration1_Name3=OutputConfigurationParameter3 535 | Configuration1_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 536 | Configuration1_Name4=OutputConfigurationParameter4 537 | Configuration1_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical5|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 538 | Configuration1_Name5=OutputConfigurationParameter5 539 | Configuration1_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical7|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 540 | Configuration1_Name6=OutputConfigurationParameter6 541 | Configuration1_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 542 | Configuration1_Name7=OutputConfigurationParameter7 543 | Configuration1_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 544 | Configuration1_Name8=OutputConfigurationParameter8 545 | Configuration1_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical2|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 546 | Configuration1_Name9=OutputConfigurationParameter9 547 | Configuration1_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 548 | Configuration1_Name10=OutputConfigurationParameter10 549 | Configuration1_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Hidden|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=TopLayer|Polygon=Hidden|PrintOutIndex=0|Record=PcbPrintLayer 550 | Configuration1_Name11=OutputConfigurationParameter11 551 | Configuration1_Item11=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=False|IncludeViewports=True|Index=1|Mirror=True|Name=Bottom Assembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=True 552 | Configuration1_Name12=OutputConfigurationParameter12 553 | Configuration1_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 554 | Configuration1_Name13=OutputConfigurationParameter13 555 | Configuration1_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical6|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 556 | Configuration1_Name14=OutputConfigurationParameter14 557 | Configuration1_Item14=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical8|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 558 | Configuration1_Name15=OutputConfigurationParameter15 559 | Configuration1_Item15=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 560 | Configuration1_Name16=OutputConfigurationParameter16 561 | Configuration1_Item16=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 562 | Configuration1_Name17=OutputConfigurationParameter17 563 | Configuration1_Item17=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical3|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 564 | Configuration1_Name18=OutputConfigurationParameter18 565 | Configuration1_Item18=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical14|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 566 | Configuration1_Name19=OutputConfigurationParameter19 567 | Configuration1_Item19=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Hidden|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=BottomLayer|Polygon=Hidden|PrintOutIndex=1|Record=PcbPrintLayer 568 | OutputType2=Pick Place 569 | OutputName2=Generates pick and place files 570 | OutputDocumentPath2= 571 | OutputVariantName2=[No Variations] 572 | OutputDefault2=0 573 | OutputType3=Test Points For Assembly 574 | OutputName3=Test Point Report 575 | OutputDocumentPath3= 576 | OutputVariantName3=[No Variations] 577 | OutputDefault3=0 578 | 579 | [OutputGroup5] 580 | Name=Fabrication Outputs 581 | Description= 582 | TargetPrinter=Microsoft Print to PDF 583 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 584 | OutputType1=CompositeDrill 585 | OutputName1=Composite Drill Drawing 586 | OutputDocumentPath1= 587 | OutputVariantName1=[No Variations] 588 | OutputDefault1=0 589 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 590 | OutputType2=Drill 591 | OutputName2=Drill Drawing/Guides 592 | OutputDocumentPath2= 593 | OutputVariantName2=[No Variations] 594 | OutputDefault2=0 595 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 596 | OutputType3=Final 597 | OutputName3=Final Artwork Prints 598 | OutputDocumentPath3= 599 | OutputVariantName3=[No Variations] 600 | OutputDefault3=0 601 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=0.66|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 602 | Configuration3_Name1=OutputConfigurationParameter1 603 | Configuration3_Item1=PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 604 | Configuration3_Name2=OutputConfigurationParameter2 605 | Configuration3_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=0|Mirror=False|Name=Top Layer|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 606 | Configuration3_Name3=OutputConfigurationParameter3 607 | Configuration3_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 608 | Configuration3_Name4=OutputConfigurationParameter4 609 | Configuration3_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 610 | Configuration3_Name5=OutputConfigurationParameter5 611 | Configuration3_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 612 | Configuration3_Name6=OutputConfigurationParameter6 613 | Configuration3_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 614 | Configuration3_Name7=OutputConfigurationParameter7 615 | Configuration3_Item7=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=1|Mirror=False|Name=Top Silkscreen Overlay|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 616 | Configuration3_Name8=OutputConfigurationParameter8 617 | Configuration3_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 618 | Configuration3_Name9=OutputConfigurationParameter9 619 | Configuration3_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 620 | Configuration3_Name10=OutputConfigurationParameter10 621 | Configuration3_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 622 | Configuration3_Name11=OutputConfigurationParameter11 623 | Configuration3_Item11=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=2|Mirror=False|Name=Mechanical 15|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 624 | Configuration3_Name12=OutputConfigurationParameter12 625 | Configuration3_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer 626 | Configuration3_Name13=OutputConfigurationParameter13 627 | Configuration3_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer 628 | Configuration3_Name14=OutputConfigurationParameter14 629 | Configuration3_Item14=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=3|Mirror=False|Name=Mechanical 16|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 630 | Configuration3_Name15=OutputConfigurationParameter15 631 | Configuration3_Item15=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer 632 | Configuration3_Name16=OutputConfigurationParameter16 633 | Configuration3_Item16=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer 634 | Configuration3_Name17=OutputConfigurationParameter17 635 | Configuration3_Item17=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=4|Mirror=False|Name=Top Pad Master|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 636 | Configuration3_Name18=OutputConfigurationParameter18 637 | Configuration3_Item18=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=MultiLayer|Polygon=Hidden|PrintOutIndex=4|Record=PcbPrintLayer 638 | Configuration3_Name19=OutputConfigurationParameter19 639 | Configuration3_Item19=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=TopLayer|Polygon=Hidden|PrintOutIndex=4|Record=PcbPrintLayer 640 | Configuration3_Name20=OutputConfigurationParameter20 641 | Configuration3_Item20=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer 642 | Configuration3_Name21=OutputConfigurationParameter21 643 | Configuration3_Item21=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer 644 | Configuration3_Name22=OutputConfigurationParameter22 645 | Configuration3_Item22=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=5|Mirror=False|Name=Bottom Pad Master|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 646 | Configuration3_Name23=OutputConfigurationParameter23 647 | Configuration3_Item23=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=MultiLayer|Polygon=Hidden|PrintOutIndex=5|Record=PcbPrintLayer 648 | Configuration3_Name24=OutputConfigurationParameter24 649 | Configuration3_Item24=CArc=Hidden|CFill=Hidden|Comment=Hidden|Coordinate=Hidden|CPad=Full|CRegion=Hidden|CText=Hidden|CTrack=Hidden|CVia=Hidden|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Hidden|Dimension=Hidden|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Hidden|FFill=Hidden|FPad=Full|FRegion=Hidden|FText=Hidden|FTrack=Hidden|FVia=Hidden|Layer=BottomLayer|Polygon=Hidden|PrintOutIndex=5|Record=PcbPrintLayer 650 | Configuration3_Name25=OutputConfigurationParameter25 651 | Configuration3_Item25=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer 652 | Configuration3_Name26=OutputConfigurationParameter26 653 | Configuration3_Item26=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer 654 | Configuration3_Name27=OutputConfigurationParameter27 655 | Configuration3_Item27=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=6|Mirror=False|Name=Drill Drawing For (Top Layer,Bottom Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 656 | Configuration3_Name28=OutputConfigurationParameter28 657 | Configuration3_Item28=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillDrawing|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer 658 | Configuration3_Name29=OutputConfigurationParameter29 659 | Configuration3_Item29=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer 660 | Configuration3_Name30=OutputConfigurationParameter30 661 | Configuration3_Item30=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer 662 | Configuration3_Name31=OutputConfigurationParameter31 663 | Configuration3_Item31=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|Index=7|Mirror=False|Name=Drill Guide For (Top Layer,Bottom Layer)|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 664 | Configuration3_Name32=OutputConfigurationParameter32 665 | Configuration3_Item32=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=DrillGuide|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer 666 | Configuration3_Name33=OutputConfigurationParameter33 667 | Configuration3_Item33=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer 668 | Configuration3_Name34=OutputConfigurationParameter34 669 | Configuration3_Item34=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical16|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer 670 | OutputType4=Gerber 671 | OutputName4=Gerber Files 672 | OutputDocumentPath4= 673 | OutputVariantName4=[No Variations] 674 | OutputDefault4=0 675 | Configuration4_Name1=OutputConfigurationParameter1 676 | Configuration4_Item1=AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=500000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False 677 | OutputType5=Mask 678 | OutputName5=Solder/Paste Mask Prints 679 | OutputDocumentPath5= 680 | OutputVariantName5= 681 | OutputDefault5=0 682 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 683 | OutputType6=NC Drill 684 | OutputName6=NC Drill Files 685 | OutputDocumentPath6= 686 | OutputVariantName6= 687 | OutputDefault6=0 688 | OutputType7=ODB 689 | OutputName7=ODB++ Files 690 | OutputDocumentPath7= 691 | OutputVariantName7=[No Variations] 692 | OutputDefault7=0 693 | OutputType8=Plane 694 | OutputName8=Power-Plane Prints 695 | OutputDocumentPath8= 696 | OutputVariantName8= 697 | OutputDefault8=0 698 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 699 | OutputType9=Test Points 700 | OutputName9=Test Point Report 701 | OutputDocumentPath9= 702 | OutputVariantName9= 703 | OutputDefault9=0 704 | OutputType10=Board Stack Report 705 | OutputName10=Report Board Stack 706 | OutputDocumentPath10= 707 | OutputVariantName10= 708 | OutputDefault10=0 709 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 710 | OutputType11=Gerber X2 711 | OutputName11=Gerber X2 Files 712 | OutputDocumentPath11= 713 | OutputVariantName11= 714 | OutputDefault11=0 715 | OutputType12=IPC2581 716 | OutputName12=IPC-2581 Files 717 | OutputDocumentPath12= 718 | OutputVariantName12= 719 | OutputDefault12=0 720 | 721 | [OutputGroup6] 722 | Name=Report Outputs 723 | Description= 724 | TargetPrinter=Microsoft Print to PDF 725 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 726 | OutputType1=BOM_PartType 727 | OutputName1=Bill of Materials 728 | OutputDocumentPath1= 729 | OutputVariantName1=[No Variations] 730 | OutputDefault1=0 731 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 732 | Configuration1_Name1=Filter 733 | Configuration1_Item1=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000 734 | Configuration1_Name2=General 735 | Configuration1_Item2=OpenExported=False|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|IncludePCBData=False|ShowExportOptions=True|TemplateFilename=|BatchMode=5|FormWidth=1451|FormHeight=768|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency= 736 | Configuration1_Name3=GroupOrder 737 | Configuration1_Item3=Comment=True|Footprint=True 738 | Configuration1_Name4=OutputConfigurationParameter1 739 | Configuration1_Item4=at=True|GenerateTextFormat=False|OriginPosition=Relative|OutlineLayer=57|OutputAdjancencies=True|OutputBoardOutline=True|OutputTraces=False|Record=TestPointView|ReportBottomLayerTestpoints=True|ReportTopLayerTestpoints=True|Units=Imperial 740 | Configuration1_Name5=SortOrder 741 | Configuration1_Item5=Designator=Up|Comment=Up|Footprint=Up 742 | Configuration1_Name6=VisibleOrder 743 | Configuration1_Item6=Comment=100|Description=100|Designator=100|Footprint=100|LibRef=100|Quantity=100 744 | OutputType2=ComponentCrossReference 745 | OutputName2=Component Cross Reference Report 746 | OutputDocumentPath2= 747 | OutputVariantName2=[No Variations] 748 | OutputDefault2=0 749 | OutputType3=ReportHierarchy 750 | OutputName3=Report Project Hierarchy 751 | OutputDocumentPath3= 752 | OutputVariantName3=[No Variations] 753 | OutputDefault3=0 754 | OutputType4=SimpleBOM 755 | OutputName4=Simple BOM 756 | OutputDocumentPath4= 757 | OutputVariantName4=[No Variations] 758 | OutputDefault4=0 759 | OutputType5=SinglePinNetReporter 760 | OutputName5=Report Single Pin Nets 761 | OutputDocumentPath5= 762 | OutputVariantName5=[No Variations] 763 | OutputDefault5=0 764 | OutputType6=Script 765 | OutputName6=Script Output 766 | OutputDocumentPath6= 767 | OutputVariantName6=[No Variations] 768 | OutputDefault6=0 769 | 770 | [OutputGroup7] 771 | Name=Other Outputs 772 | Description= 773 | TargetPrinter=Microsoft Print to PDF 774 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 775 | OutputType1=Text Print 776 | OutputName1=Text Print 777 | OutputDocumentPath1= 778 | OutputVariantName1= 779 | OutputDefault1=0 780 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 781 | OutputType2=Text Print 782 | OutputName2=Text Print 783 | OutputDocumentPath2= 784 | OutputVariantName2= 785 | OutputDefault2=0 786 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 787 | OutputType3=Text Print 788 | OutputName3=Text Print 789 | OutputDocumentPath3= 790 | OutputVariantName3= 791 | OutputDefault3=0 792 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 793 | OutputType4=Text Print 794 | OutputName4=Text Print 795 | OutputDocumentPath4= 796 | OutputVariantName4= 797 | OutputDefault4=0 798 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 799 | OutputType5=Text Print 800 | OutputName5=Text Print 801 | OutputDocumentPath5= 802 | OutputVariantName5= 803 | OutputDefault5=0 804 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 805 | OutputType6=Text Print 806 | OutputName6=Text Print 807 | OutputDocumentPath6= 808 | OutputVariantName6= 809 | OutputDefault6=0 810 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 811 | OutputType7=Text Print 812 | OutputName7=Text Print 813 | OutputDocumentPath7= 814 | OutputVariantName7= 815 | OutputDefault7=0 816 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 817 | OutputType8=Text Print 818 | OutputName8=Text Print 819 | OutputDocumentPath8= 820 | OutputVariantName8= 821 | OutputDefault8=0 822 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 823 | OutputType9=Text Print 824 | OutputName9=Text Print 825 | OutputDocumentPath9= 826 | OutputVariantName9= 827 | OutputDefault9=0 828 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 829 | OutputType10=Text Print 830 | OutputName10=Text Print 831 | OutputDocumentPath10= 832 | OutputVariantName10= 833 | OutputDefault10=0 834 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 835 | OutputType11=Text Print 836 | OutputName11=Text Print 837 | OutputDocumentPath11= 838 | OutputVariantName11= 839 | OutputDefault11=0 840 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 841 | OutputType12=Text Print 842 | OutputName12=Text Print 843 | OutputDocumentPath12= 844 | OutputVariantName12= 845 | OutputDefault12=0 846 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 847 | OutputType13=Text Print 848 | OutputName13=Text Print 849 | OutputDocumentPath13= 850 | OutputVariantName13= 851 | OutputDefault13=0 852 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 853 | OutputType14=Text Print 854 | OutputName14=Text Print 855 | OutputDocumentPath14= 856 | OutputVariantName14= 857 | OutputDefault14=0 858 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 859 | OutputType15=Text Print 860 | OutputName15=Text Print 861 | OutputDocumentPath15= 862 | OutputVariantName15= 863 | OutputDefault15=0 864 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 865 | OutputType16=Text Print 866 | OutputName16=Text Print 867 | OutputDocumentPath16= 868 | OutputVariantName16= 869 | OutputDefault16=0 870 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 871 | OutputType17=Text Print 872 | OutputName17=Text Print 873 | OutputDocumentPath17= 874 | OutputVariantName17= 875 | OutputDefault17=0 876 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 877 | OutputType18=Text Print 878 | OutputName18=Text Print 879 | OutputDocumentPath18= 880 | OutputVariantName18= 881 | OutputDefault18=0 882 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 883 | OutputType19=Text Print 884 | OutputName19=Text Print 885 | OutputDocumentPath19= 886 | OutputVariantName19= 887 | OutputDefault19=0 888 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 889 | OutputType20=Text Print 890 | OutputName20=Text Print 891 | OutputDocumentPath20= 892 | OutputVariantName20= 893 | OutputDefault20=0 894 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 895 | OutputType21=Text Print 896 | OutputName21=Text Print 897 | OutputDocumentPath21= 898 | OutputVariantName21= 899 | OutputDefault21=0 900 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 901 | OutputType22=Text Print 902 | OutputName22=Text Print 903 | OutputDocumentPath22= 904 | OutputVariantName22= 905 | OutputDefault22=0 906 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 907 | OutputType23=Text Print 908 | OutputName23=Text Print 909 | OutputDocumentPath23= 910 | OutputVariantName23= 911 | OutputDefault23=0 912 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 913 | OutputType24=Text Print 914 | OutputName24=Text Print 915 | OutputDocumentPath24= 916 | OutputVariantName24= 917 | OutputDefault24=0 918 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 919 | OutputType25=Text Print 920 | OutputName25=Text Print 921 | OutputDocumentPath25= 922 | OutputVariantName25= 923 | OutputDefault25=0 924 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 925 | OutputType26=Text Print 926 | OutputName26=Text Print 927 | OutputDocumentPath26= 928 | OutputVariantName26= 929 | OutputDefault26=0 930 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 931 | OutputType27=Text Print 932 | OutputName27=Text Print 933 | OutputDocumentPath27= 934 | OutputVariantName27= 935 | OutputDefault27=0 936 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 937 | OutputType28=Text Print 938 | OutputName28=Text Print 939 | OutputDocumentPath28= 940 | OutputVariantName28= 941 | OutputDefault28=0 942 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 943 | OutputType29=Text Print 944 | OutputName29=Text Print 945 | OutputDocumentPath29= 946 | OutputVariantName29= 947 | OutputDefault29=0 948 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 949 | 950 | [OutputGroup8] 951 | Name=Validation Outputs 952 | Description= 953 | TargetPrinter=Microsoft Print to PDF 954 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 955 | OutputType1=Design Rules Check 956 | OutputName1=Design Rules Check 957 | OutputDocumentPath1= 958 | OutputVariantName1= 959 | OutputDefault1=0 960 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 961 | OutputType2=Electrical Rules Check 962 | OutputName2=Electrical Rules Check 963 | OutputDocumentPath2= 964 | OutputVariantName2= 965 | OutputDefault2=0 966 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 967 | OutputType3=Differences Report 968 | OutputName3=Differences Report 969 | OutputDocumentPath3= 970 | OutputVariantName3= 971 | OutputDefault3=0 972 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 973 | OutputType4=Footprint Comparison Report 974 | OutputName4=Footprint Comparison Report 975 | OutputDocumentPath4= 976 | OutputVariantName4= 977 | OutputDefault4=0 978 | OutputType5=Configuration compliance 979 | OutputName5=Environment configuration compliance check 980 | OutputDocumentPath5= 981 | OutputVariantName5= 982 | OutputDefault5=0 983 | OutputType6=Component states check 984 | OutputName6=Vault's components states check 985 | OutputDocumentPath6= 986 | OutputVariantName6= 987 | OutputDefault6=0 988 | OutputType7=BOM_Violations 989 | OutputName7=BOM Checks Report 990 | OutputDocumentPath7= 991 | OutputVariantName7= 992 | OutputDefault7=0 993 | 994 | [OutputGroup9] 995 | Name=Export Outputs 996 | Description= 997 | TargetPrinter=Microsoft Print to PDF 998 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 999 | OutputType1=ExportSTEP 1000 | OutputName1=Export STEP 1001 | OutputDocumentPath1= 1002 | OutputVariantName1=[No Variations] 1003 | OutputDefault1=0 1004 | OutputType2=AutoCAD dwg/dxf PCB 1005 | OutputName2=AutoCAD dwg/dxf File PCB 1006 | OutputDocumentPath2= 1007 | OutputVariantName2= 1008 | OutputDefault2=0 1009 | OutputType3=AutoCAD dwg/dxf Schematic 1010 | OutputName3=AutoCAD dwg/dxf File Schematic 1011 | OutputDocumentPath3= 1012 | OutputVariantName3= 1013 | OutputDefault3=0 1014 | OutputType4=ExportIDF 1015 | OutputName4=Export IDF 1016 | OutputDocumentPath4= 1017 | OutputVariantName4= 1018 | OutputDefault4=0 1019 | OutputType5=ExportPARASOLID 1020 | OutputName5=Export PARASOLID 1021 | OutputDocumentPath5= 1022 | OutputVariantName5=[No Variations] 1023 | OutputDefault5=0 1024 | OutputType6=ExportVRML 1025 | OutputName6=Export VRML 1026 | OutputDocumentPath6= 1027 | OutputVariantName6=[No Variations] 1028 | OutputDefault6=0 1029 | OutputType7=Save As/Export PCB 1030 | OutputName7=Save As/Export PCB 1031 | OutputDocumentPath7= 1032 | OutputVariantName7= 1033 | OutputDefault7=0 1034 | OutputType8=Save As/Export Schematic 1035 | OutputName8=Save As/Export Schematic 1036 | OutputDocumentPath8= 1037 | OutputVariantName8= 1038 | OutputDefault8=0 1039 | OutputType9=Specctra Design PCB 1040 | OutputName9=Specctra Design PCB 1041 | OutputDocumentPath9= 1042 | OutputVariantName9= 1043 | OutputDefault9=0 1044 | OutputType10=MBAExportPARASOLID 1045 | OutputName10=Export PARASOLID 1046 | OutputDocumentPath10= 1047 | OutputVariantName10= 1048 | OutputDefault10=0 1049 | OutputType11=MBAExportSTEP 1050 | OutputName11=Export STEP 1051 | OutputDocumentPath11= 1052 | OutputVariantName11= 1053 | OutputDefault11=0 1054 | 1055 | [OutputGroup10] 1056 | Name=PostProcess Outputs 1057 | Description= 1058 | TargetPrinter=Microsoft Print to PDF 1059 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 1060 | OutputType1=Copy Files 1061 | OutputName1=Copy Files 1062 | OutputDocumentPath1= 1063 | OutputVariantName1= 1064 | OutputDefault1=0 1065 | 1066 | [Modification Levels] 1067 | Type1=1 1068 | Type2=1 1069 | Type3=1 1070 | Type4=1 1071 | Type5=1 1072 | Type6=1 1073 | Type7=1 1074 | Type8=1 1075 | Type9=1 1076 | Type10=1 1077 | Type11=1 1078 | Type12=1 1079 | Type13=1 1080 | Type14=1 1081 | Type15=1 1082 | Type16=1 1083 | Type17=1 1084 | Type18=1 1085 | Type19=1 1086 | Type20=1 1087 | Type21=1 1088 | Type22=1 1089 | Type23=1 1090 | Type24=1 1091 | Type25=1 1092 | Type26=1 1093 | Type27=1 1094 | Type28=1 1095 | Type29=1 1096 | Type30=1 1097 | Type31=1 1098 | Type32=1 1099 | Type33=1 1100 | Type34=1 1101 | Type35=1 1102 | Type36=1 1103 | Type37=1 1104 | Type38=1 1105 | Type39=1 1106 | Type40=1 1107 | Type41=1 1108 | Type42=1 1109 | Type43=1 1110 | Type44=1 1111 | Type45=1 1112 | Type46=1 1113 | Type47=1 1114 | Type48=1 1115 | Type49=1 1116 | Type50=1 1117 | Type51=1 1118 | Type52=1 1119 | Type53=1 1120 | Type54=1 1121 | Type55=1 1122 | Type56=1 1123 | Type57=1 1124 | Type58=1 1125 | Type59=1 1126 | Type60=1 1127 | Type61=1 1128 | Type62=1 1129 | Type63=1 1130 | Type64=1 1131 | Type65=1 1132 | Type66=1 1133 | Type67=1 1134 | Type68=1 1135 | Type69=1 1136 | Type70=1 1137 | Type71=1 1138 | Type72=1 1139 | Type73=1 1140 | Type74=1 1141 | Type75=1 1142 | Type76=1 1143 | Type77=1 1144 | Type78=1 1145 | Type79=1 1146 | Type80=1 1147 | Type81=1 1148 | Type82=1 1149 | Type83=1 1150 | Type84=1 1151 | Type85=1 1152 | Type86=1 1153 | Type87=1 1154 | Type88=1 1155 | Type89=1 1156 | Type90=1 1157 | Type91=1 1158 | Type92=1 1159 | Type93=1 1160 | Type94=1 1161 | Type95=1 1162 | Type96=1 1163 | Type97=1 1164 | Type98=1 1165 | Type99=1 1166 | Type100=1 1167 | Type101=1 1168 | Type102=1 1169 | Type103=1 1170 | Type104=1 1171 | Type105=1 1172 | Type106=1 1173 | Type107=1 1174 | Type108=1 1175 | Type109=1 1176 | Type110=1 1177 | Type111=1 1178 | Type112=1 1179 | Type113=1 1180 | Type114=1 1181 | Type115=1 1182 | Type116=1 1183 | Type117=1 1184 | Type118=1 1185 | Type119=1 1186 | 1187 | [Difference Levels] 1188 | Type1=1 1189 | Type2=1 1190 | Type3=1 1191 | Type4=1 1192 | Type5=1 1193 | Type6=1 1194 | Type7=1 1195 | Type8=1 1196 | Type9=1 1197 | Type10=1 1198 | Type11=1 1199 | Type12=0 1200 | Type13=1 1201 | Type14=1 1202 | Type15=2 1203 | Type16=2 1204 | Type17=1 1205 | Type18=1 1206 | Type19=1 1207 | Type20=1 1208 | Type21=1 1209 | Type22=1 1210 | Type23=1 1211 | Type24=1 1212 | Type25=1 1213 | Type26=1 1214 | Type27=1 1215 | Type28=1 1216 | Type29=1 1217 | Type30=1 1218 | Type31=1 1219 | Type32=1 1220 | Type33=1 1221 | Type34=1 1222 | Type35=2 1223 | Type36=1 1224 | Type37=1 1225 | Type38=1 1226 | Type39=1 1227 | Type40=1 1228 | Type41=1 1229 | Type42=1 1230 | Type43=1 1231 | Type44=0 1232 | Type45=1 1233 | Type46=1 1234 | Type47=1 1235 | Type48=1 1236 | Type49=1 1237 | Type50=1 1238 | Type51=1 1239 | Type52=1 1240 | Type53=1 1241 | Type54=1 1242 | Type55=1 1243 | Type56=1 1244 | Type57=1 1245 | Type58=1 1246 | Type59=1 1247 | Type60=1 1248 | Type61=1 1249 | Type62=1 1250 | Type63=1 1251 | Type64=1 1252 | Type65=1 1253 | Type66=1 1254 | Type67=1 1255 | Type68=1 1256 | 1257 | [Electrical Rules Check] 1258 | Type1=1 1259 | Type2=1 1260 | Type3=2 1261 | Type4=1 1262 | Type5=2 1263 | Type6=2 1264 | Type7=0 1265 | Type8=1 1266 | Type9=1 1267 | Type10=0 1268 | Type11=2 1269 | Type12=0 1270 | Type13=0 1271 | Type14=2 1272 | Type15=1 1273 | Type16=1 1274 | Type17=1 1275 | Type18=1 1276 | Type19=1 1277 | Type20=0 1278 | Type21=0 1279 | Type22=0 1280 | Type23=0 1281 | Type24=1 1282 | Type25=2 1283 | Type26=0 1284 | Type27=2 1285 | Type28=1 1286 | Type29=1 1287 | Type30=1 1288 | Type31=1 1289 | Type32=2 1290 | Type33=0 1291 | Type34=2 1292 | Type35=1 1293 | Type36=2 1294 | Type37=1 1295 | Type38=2 1296 | Type39=2 1297 | Type40=2 1298 | Type41=0 1299 | Type42=2 1300 | Type43=1 1301 | Type44=0 1302 | Type45=0 1303 | Type46=0 1304 | Type47=0 1305 | Type48=0 1306 | Type49=0 1307 | Type50=2 1308 | Type51=0 1309 | Type52=0 1310 | Type53=1 1311 | Type54=1 1312 | Type55=1 1313 | Type56=2 1314 | Type57=1 1315 | Type58=1 1316 | Type59=1 1317 | Type60=0 1318 | Type61=0 1319 | Type62=0 1320 | Type63=0 1321 | Type64=0 1322 | Type65=2 1323 | Type66=3 1324 | Type67=2 1325 | Type68=2 1326 | Type69=1 1327 | Type70=2 1328 | Type71=2 1329 | Type72=2 1330 | Type73=2 1331 | Type74=1 1332 | Type75=2 1333 | Type76=1 1334 | Type77=1 1335 | Type78=1 1336 | Type79=1 1337 | Type80=2 1338 | Type81=3 1339 | Type82=3 1340 | Type83=3 1341 | Type84=3 1342 | Type85=3 1343 | Type86=2 1344 | Type87=2 1345 | Type88=2 1346 | Type89=1 1347 | Type90=1 1348 | Type91=3 1349 | Type92=3 1350 | Type93=2 1351 | Type94=2 1352 | Type95=2 1353 | Type96=2 1354 | Type97=2 1355 | Type98=0 1356 | Type99=1 1357 | Type100=2 1358 | Type101=0 1359 | Type102=2 1360 | Type103=2 1361 | Type104=1 1362 | Type105=2 1363 | Type106=2 1364 | Type107=2 1365 | Type108=2 1366 | Type109=1 1367 | Type110=1 1368 | Type111=1 1369 | Type112=1 1370 | Type113=1 1371 | Type114=2 1372 | Type115=2 1373 | Type116=2 1374 | Type117=3 1375 | Type118=3 1376 | Type119=3 1377 | MultiChannelAlternate=2 1378 | AlternateItemFail=3 1379 | Type122=2 1380 | 1381 | [ERC Connection Matrix] 1382 | L1=NNNNNNNNNNNWNNNWW 1383 | L2=NNWNNNNWWWNWNWNWW 1384 | L3=NWEENEEEENEWNEEWW 1385 | L4=NNENNNWEENNWNENWW 1386 | L5=NNNNNNNNNNNNNNNNW 1387 | L6=NNENNNNEENNWNENWW 1388 | L7=NNEWNNWEENNWNENWW 1389 | L8=NWEENEENEEENNEENW 1390 | L9=NWEENEEEENEWNEEWW 1391 | L10=NWNNNNNENNEWNNEWW 1392 | L11=NNENNNNEEENWNENWW 1393 | L12=WWWWNWWNWWWNWWWNW 1394 | L13=NNNNNNNNNNNWNNNWW 1395 | L14=NWEENEEEENEWNEEWW 1396 | L15=NNENNNNEEENWNENWW 1397 | L16=WWWWNWWNWWWNWWWNW 1398 | L17=WWWWWWWWWWWWWWWWW 1399 | 1400 | [Annotate] 1401 | SortOrder=3 1402 | SortLocation=0 1403 | ReplaceSubparts=0 1404 | MatchParameter1=Comment 1405 | MatchStrictly1=1 1406 | MatchParameter2=Library Reference 1407 | MatchStrictly2=1 1408 | PhysicalNamingFormat=$Component_$RoomName 1409 | GlobalIndexSortOrder=3 1410 | GlobalIndexSortLocation=0 1411 | 1412 | [PrjClassGen] 1413 | CompClassManualEnabled=1 1414 | CompClassManualRoomEnabled=0 1415 | NetClassAutoBusEnabled=0 1416 | NetClassAutoCompEnabled=0 1417 | NetClassAutoNamedHarnessEnabled=0 1418 | NetClassManualEnabled=1 1419 | NetClassSeparateForBusSections=0 1420 | 1421 | [LibraryUpdateOptions] 1422 | SelectedOnly=0 1423 | UpdateVariants=1 1424 | UpdateToLatestRevision=1 1425 | PartTypes=0 1426 | ComponentLibIdentifierKind0=Library Name And Type 1427 | ComponentLibraryIdentifier0=S1 ZX20.SCHLIB 1428 | ComponentDesignItemID0=CONN USB MICRO-B PLUG ASSEMBLY HIROSE ZX20-B 1429 | ComponentSymbolReference0=CONN USB MICRO-B PLUG ASSEMBLY HIROSE ZX20-B 1430 | ComponentUpdate0=1 1431 | ComponentIsDeviceSheet0=0 1432 | ComponentLibIdentifierKind1=Library Name And Type 1433 | ComponentLibraryIdentifier1=S1 ZX20.SCHLIB 1434 | ComponentDesignItemID1=CONN ZX20-B-5S-UNIT 1435 | ComponentSymbolReference1=CONN ZX20-B-5S-UNIT 1436 | ComponentUpdate1=1 1437 | ComponentIsDeviceSheet1=0 1438 | ComponentLibIdentifierKind2=Library Name And Type 1439 | ComponentLibraryIdentifier2=S1 ZX20.SCHLIB 1440 | ComponentDesignItemID2=CONN ZX20-B-SLDC 1441 | ComponentSymbolReference2=CONN ZX20-B-SLDC 1442 | ComponentUpdate2=1 1443 | ComponentIsDeviceSheet2=0 1444 | ComponentLibIdentifierKind3=Library Name And Type 1445 | ComponentLibraryIdentifier3=S1 ZX20.SCHLIB 1446 | ComponentDesignItemID3=TESTPOINT TH 24MIL 1447 | ComponentSymbolReference3=TESTPOINT TH 24MIL 1448 | ComponentUpdate3=1 1449 | ComponentIsDeviceSheet3=0 1450 | FullReplace=0 1451 | UpdateDesignatorLock=1 1452 | UpdatePartIDLock=1 1453 | PreserveParameterLocations=1 1454 | PreserveParameterVisibility=1 1455 | DoGraphics=1 1456 | DoParameters=1 1457 | DoModels=1 1458 | AddParameters=0 1459 | RemoveParameters=0 1460 | AddModels=1 1461 | RemoveModels=1 1462 | UpdateCurrentModels=1 1463 | ParameterName0=BOM Notes 1464 | ParameterUpdate0=1 1465 | ParameterName1=Comment 1466 | ParameterUpdate1=1 1467 | ParameterName2=Component Kind 1468 | ParameterUpdate2=1 1469 | ParameterName3=ComponentLink1Description 1470 | ParameterUpdate3=1 1471 | ParameterName4=ComponentLink1URL 1472 | ParameterUpdate4=1 1473 | ParameterName5=Description 1474 | ParameterUpdate5=1 1475 | ParameterName6=Distributor 1 1476 | ParameterUpdate6=1 1477 | ParameterName7=Distributor 1 Part Number 1478 | ParameterUpdate7=1 1479 | ParameterName8=Kit Designator 1480 | ParameterUpdate8=1 1481 | ParameterName9=Library Reference 1482 | ParameterUpdate9=1 1483 | ParameterName10=Manufacturer 1484 | ParameterUpdate10=1 1485 | ParameterName11=Manufacturer Part Number 1486 | ParameterUpdate11=1 1487 | ParameterName12=Schematic Notes 1488 | ParameterUpdate12=1 1489 | ParameterName13=Value 1490 | ParameterUpdate13=1 1491 | ParameterName14=Verified Footprint 1492 | ParameterUpdate14=1 1493 | ParameterName15=Verified Symbol 1494 | ParameterUpdate15=1 1495 | ModelTypeGroup0=PCBLIB 1496 | ModelTypeUpdate0=1 1497 | ModelType0=PCBLIB 1498 | ModelName0=HIROSE_ASSEMBLY_ZX20-B 1499 | ModelUpdate0=1 1500 | ModelType1=PCBLIB 1501 | ModelName1=TP_TH_24MIL 1502 | ModelUpdate1=1 1503 | 1504 | [DatabaseUpdateOptions] 1505 | SelectedOnly=0 1506 | UpdateVariants=1 1507 | UpdateToLatestRevision=1 1508 | PartTypes=0 1509 | 1510 | [Comparison Options] 1511 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1512 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1513 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=0|UseName=-1|InclAllRules=0 1514 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1515 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=-1|Confirm=0|UseName=-1|InclAllRules=0 1516 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1517 | 1518 | [SmartPDF] 1519 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 1520 | 1521 | -------------------------------------------------------------------------------- /smd_challenge_extreme.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.SchDoc -------------------------------------------------------------------------------- /smd_challenge_extreme.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.SchLib -------------------------------------------------------------------------------- /smd_challenge_extreme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ftemperton/smd_challenge_extreme/64b507014bbb0d1223da85cbbc3a79fe67eddabc/smd_challenge_extreme.pdf --------------------------------------------------------------------------------