├── .gitignore ├── Ninja Blocks 1.1 ├── Beagle Cape.brd └── Beagle Cape.sch ├── Ninja Blocks 1.2.1 ├── Beagle Cape.brd ├── Beagle Cape.sch ├── ManufactureFiles │ ├── Beagle Cape Gerber v1.2.1 │ │ ├── Beagle Cape.GBL │ │ ├── Beagle Cape.GBS │ │ ├── Beagle Cape.GTL │ │ ├── Beagle Cape.GTO │ │ ├── Beagle Cape.GTP │ │ ├── Beagle Cape.GTS │ │ └── Beagle Cape.TXT │ └── Ninja V1.2.1 BOM.xlsx ├── NBArduinoUsedPinsV1.2.1.txt └── sfe-gerb274x.cam ├── Ninja Blocks 1.2 ├── Beagle Cape.brd ├── Beagle Cape.sch ├── ManufactureFiles │ ├── Beagle Cape Gerber v1.2_17082012 │ │ ├── Beagle Cape.GBL │ │ ├── Beagle Cape.GBS │ │ ├── Beagle Cape.GTL │ │ ├── Beagle Cape.GTO │ │ ├── Beagle Cape.GTP │ │ ├── Beagle Cape.GTS │ │ └── Beagle Cape.TXT │ └── Ninja V1.2 BOM.xlsx ├── NBArduinoUsedPins_V1.1_V1.2.txt └── sfe-gerb274x.cam ├── Ninja Blocks ├── Beagle Cape.brd └── Beagle Cape.sch ├── Ninja Breakout Board ├── Ninja Breakout.brd └── Ninja Breakout.sch ├── Ninja Sensors ├── 433 Mhz Board │ ├── 433 Tx.brd │ └── 433 Tx.sch ├── Ninja Sensors.brd ├── Ninja Sensors.sch └── Sound Sensor │ ├── Sound Sensor.brd │ └── Sound Sensor.sch ├── NinjaBlock V1.2 Case ├── NJB-001_R05_Alpha_Upper_Housing.STL └── NJB-007_R04_Alpha_Lower_Housing.STL ├── README.md ├── RF Cape ├── BeagleBone_RF_Cape_Rev A2.PrjPCB ├── BeagleBone_RF_Cape_Rev A2.PrjPCBStructure ├── BeagleBone_RF_Cape_Rev A2.pdf ├── BeagleBone_RF_Cape_Rev A2_Cover_Page .SchDoc ├── BeagleBone_RF_Cape_Rev A2_EMInf.SchDoc ├── BeagleBone_RF_Cape_Rev_02.PcbDoc ├── BeagleBone_RF_Cape_Rev_03.PcbDoc ├── BeagleBone_RF_Cape_Rev_A2_Host Inf.SchDoc ├── RF Cape Workspace.DsnWrk ├── RF Caps A1.zip ├── RF_Adaptor.SCHLIB ├── RF_Cape.PcbLib ├── Schematic Prints - Rev A0.pdf └── Schematic Prints - Rev A1.pdf └── RPi Crust ├── Arduino RPi Crust.pdf ├── HeaderVerification.xls └── RPiC_V1.0 ├── Arduino Cape.OutJob ├── Arduino Cape.PcbDoc ├── Arduino Cape.PrjPcb ├── Arduino Cape.PrjPcbStructure ├── Arduino Cape.SchDoc ├── Arduino Cape.pdf └── ProjectOutputs ├── Arduino Cape v1.1.xls ├── GERBERs for Karate Kid v1.1.zip └── Status Report.Txt /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Ninja Blocks 1.1/Beagle Cape.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.1/Beagle Cape.brd -------------------------------------------------------------------------------- /Ninja Blocks 1.1/Beagle Cape.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.1/Beagle Cape.sch -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/ManufactureFiles/Beagle Cape Gerber v1.2.1/Beagle Cape.GBS: -------------------------------------------------------------------------------- 1 | G75* 2 | G70* 3 | %OFA0B0*% 4 | %FSLAX24Y24*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.0720*% 11 | %ADD11OC8,0.0720*% 12 | %ADD12C,0.0434*% 13 | %ADD13C,0.0720*% 14 | %ADD14R,0.0714X0.0714*% 15 | %ADD15C,0.0714*% 16 | %ADD16C,0.1730*% 17 | %ADD17C,0.0780*% 18 | D10* 19 | X029180Y006680D03* 20 | D11* 21 | X028180Y006680D03* 22 | X027180Y006680D03* 23 | X027180Y005680D03* 24 | X028180Y005680D03* 25 | X029180Y005680D03* 26 | D12* 27 | X035015Y007562D03* 28 | X035015Y009294D03* 29 | X035015Y012066D03* 30 | X035015Y013798D03* 31 | X035015Y016566D03* 32 | X035015Y018298D03* 33 | X003341Y008556D03* 34 | X003341Y006824D03* 35 | D13* 36 | X005060Y018080D02* 37 | X005700Y018080D01* 38 | X005700Y019080D02* 39 | X005060Y019080D01* 40 | X005060Y020080D02* 41 | X005700Y020080D01* 42 | X005700Y021080D02* 43 | X005060Y021080D01* 44 | X005060Y022080D02* 45 | X005700Y022080D01* 46 | X005700Y023080D02* 47 | X005060Y023080D01* 48 | D14* 49 | X009930Y021930D03* 50 | X009930Y002930D03* 51 | D15* 52 | X010930Y002930D03* 53 | X011930Y002930D03* 54 | X012930Y002930D03* 55 | X013930Y002930D03* 56 | X014930Y002930D03* 57 | X015930Y002930D03* 58 | X016930Y002930D03* 59 | X017930Y002930D03* 60 | X018930Y002930D03* 61 | X019930Y002930D03* 62 | X020930Y002930D03* 63 | X021930Y002930D03* 64 | X022930Y002930D03* 65 | X023930Y002930D03* 66 | X024930Y002930D03* 67 | X025930Y002930D03* 68 | X026930Y002930D03* 69 | X027930Y002930D03* 70 | X028930Y002930D03* 71 | X029930Y002930D03* 72 | X030930Y002930D03* 73 | X031930Y002930D03* 74 | X031930Y003930D03* 75 | X030930Y003930D03* 76 | X029930Y003930D03* 77 | X028930Y003930D03* 78 | X027930Y003930D03* 79 | X026930Y003930D03* 80 | X025930Y003930D03* 81 | X024930Y003930D03* 82 | X023930Y003930D03* 83 | X022930Y003930D03* 84 | X021930Y003930D03* 85 | X020930Y003930D03* 86 | X019930Y003930D03* 87 | X018930Y003930D03* 88 | X017930Y003930D03* 89 | X016930Y003930D03* 90 | X015930Y003930D03* 91 | X014930Y003930D03* 92 | X013930Y003930D03* 93 | X012930Y003930D03* 94 | X011930Y003930D03* 95 | X010930Y003930D03* 96 | X009930Y003930D03* 97 | X010930Y021930D03* 98 | X011930Y021930D03* 99 | X012930Y021930D03* 100 | X013930Y021930D03* 101 | X014930Y021930D03* 102 | X015930Y021930D03* 103 | X016930Y021930D03* 104 | X017930Y021930D03* 105 | X018930Y021930D03* 106 | X019930Y021930D03* 107 | X020930Y021930D03* 108 | X021930Y021930D03* 109 | X022930Y021930D03* 110 | X023930Y021930D03* 111 | X024930Y021930D03* 112 | X025930Y021930D03* 113 | X026930Y021930D03* 114 | X027930Y021930D03* 115 | X028930Y021930D03* 116 | X029930Y021930D03* 117 | X030930Y021930D03* 118 | X031930Y021930D03* 119 | X031930Y022930D03* 120 | X030930Y022930D03* 121 | X029930Y022930D03* 122 | X028930Y022930D03* 123 | X027930Y022930D03* 124 | X026930Y022930D03* 125 | X025930Y022930D03* 126 | X024930Y022930D03* 127 | X023930Y022930D03* 128 | X022930Y022930D03* 129 | X021930Y022930D03* 130 | X020930Y022930D03* 131 | X019930Y022930D03* 132 | X018930Y022930D03* 133 | X017930Y022930D03* 134 | X016930Y022930D03* 135 | X015930Y022930D03* 136 | X014930Y022930D03* 137 | X013930Y022930D03* 138 | X012930Y022930D03* 139 | X011930Y022930D03* 140 | X010930Y022930D03* 141 | X009930Y022930D03* 142 | D16* 143 | X007930Y003430D03* 144 | X033930Y004680D03* 145 | X033930Y021180D03* 146 | D17* 147 | X023180Y020680D03* 148 | X022180Y020680D03* 149 | X021180Y020680D03* 150 | X012715Y020680D03* 151 | X011715Y020680D03* 152 | X012680Y009180D03* 153 | X012680Y008180D03* 154 | X012680Y007180D03* 155 | X012680Y006180D03* 156 | M02* 157 | -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/ManufactureFiles/Beagle Cape Gerber v1.2.1/Beagle Cape.GTP: -------------------------------------------------------------------------------- 1 | G75* 2 | G70* 3 | %OFA0B0*% 4 | %FSLAX24Y24*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10R,0.0500X0.0220*% 11 | %ADD11R,0.0220X0.0500*% 12 | %ADD12R,0.0433X0.0709*% 13 | %ADD13R,0.0433X0.0394*% 14 | %ADD14R,0.0394X0.0433*% 15 | %ADD15R,0.0827X0.2205*% 16 | %ADD16R,0.1575X0.0827*% 17 | %ADD17R,0.1181X0.0807*% 18 | %ADD18R,0.1378X0.0807*% 19 | %ADD19R,0.0886X0.0197*% 20 | %ADD20R,0.0394X0.0551*% 21 | %ADD21R,0.0748X0.1339*% 22 | %ADD22R,0.0787X0.0433*% 23 | %ADD23R,0.0315X0.0315*% 24 | %ADD24R,0.0394X0.0591*% 25 | D10* 26 | X026490Y009578D03* 27 | X026490Y009893D03* 28 | X026490Y010208D03* 29 | X026490Y010523D03* 30 | X026490Y010837D03* 31 | X026490Y011152D03* 32 | X026490Y011467D03* 33 | X026490Y011782D03* 34 | X029870Y011782D03* 35 | X029870Y011467D03* 36 | X029870Y011152D03* 37 | X029870Y010837D03* 38 | X029870Y010523D03* 39 | X029870Y010208D03* 40 | X029870Y009893D03* 41 | X029870Y009578D03* 42 | D11* 43 | X029282Y008990D03* 44 | X028967Y008990D03* 45 | X028652Y008990D03* 46 | X028337Y008990D03* 47 | X028023Y008990D03* 48 | X027708Y008990D03* 49 | X027393Y008990D03* 50 | X027078Y008990D03* 51 | X027078Y012370D03* 52 | X027393Y012370D03* 53 | X027708Y012370D03* 54 | X028023Y012370D03* 55 | X028337Y012370D03* 56 | X028652Y012370D03* 57 | X028967Y012370D03* 58 | X029282Y012370D03* 59 | D12* 60 | X029337Y014589D03* 61 | X027880Y014589D03* 62 | X027880Y017030D03* 63 | X029337Y017030D03* 64 | D13* 65 | X027020Y017115D03* 66 | X027020Y016445D03* 67 | X032180Y015515D03* 68 | X032180Y014845D03* 69 | X032180Y014015D03* 70 | X032180Y013345D03* 71 | X032180Y010515D03* 72 | X032180Y009845D03* 73 | X019480Y009845D03* 74 | X019480Y010515D03* 75 | X019480Y008515D03* 76 | X019480Y007845D03* 77 | X019480Y006515D03* 78 | X019480Y005845D03* 79 | X016680Y005845D03* 80 | X016680Y006515D03* 81 | X016680Y007845D03* 82 | X016680Y008515D03* 83 | X016680Y009845D03* 84 | X016680Y010515D03* 85 | D14* 86 | X020225Y011930D03* 87 | X020895Y011930D03* 88 | X020895Y012930D03* 89 | X020225Y012930D03* 90 | X020225Y013930D03* 91 | X020895Y013930D03* 92 | X025460Y010175D03* 93 | X025460Y009505D03* 94 | X025460Y008215D03* 95 | X025460Y007545D03* 96 | X031180Y009845D03* 97 | X031180Y010515D03* 98 | X027020Y014445D03* 99 | X027020Y015115D03* 100 | X029845Y018680D03* 101 | X030515Y018680D03* 102 | X030515Y019680D03* 103 | X029845Y019680D03* 104 | X029845Y020680D03* 105 | X030515Y020680D03* 106 | D15* 107 | X023954Y010302D03* 108 | X023954Y006562D03* 109 | D16* 110 | X023580Y008432D03* 111 | D17* 112 | X002790Y005948D03* 113 | X002790Y009432D03* 114 | X035566Y010170D03* 115 | X035566Y011190D03* 116 | X035566Y014674D03* 117 | X035566Y015690D03* 118 | X035566Y019174D03* 119 | X035566Y006686D03* 120 | D18* 121 | X034089Y006686D03* 122 | X034089Y010170D03* 123 | X034089Y011190D03* 124 | X034089Y014674D03* 125 | X034089Y015690D03* 126 | X034089Y019174D03* 127 | X004267Y009432D03* 128 | X004267Y005948D03* 129 | D19* 130 | X004257Y007060D03* 131 | X004257Y007375D03* 132 | X004257Y007690D03* 133 | X004257Y008005D03* 134 | X004257Y008320D03* 135 | X034099Y008428D03* 136 | X034099Y008743D03* 137 | X034099Y009058D03* 138 | X034099Y008113D03* 139 | X034099Y007798D03* 140 | X034099Y012302D03* 141 | X034099Y012617D03* 142 | X034099Y012932D03* 143 | X034099Y013247D03* 144 | X034099Y013562D03* 145 | X034099Y016802D03* 146 | X034099Y017117D03* 147 | X034099Y017432D03* 148 | X034099Y017747D03* 149 | X034099Y018062D03* 150 | D20* 151 | X018454Y009747D03* 152 | X017706Y009747D03* 153 | X018080Y010613D03* 154 | X018080Y008613D03* 155 | X017706Y007747D03* 156 | X018454Y007747D03* 157 | X018080Y006613D03* 158 | X017706Y005747D03* 159 | X018454Y005747D03* 160 | D21* 161 | X009238Y019750D03* 162 | X007702Y019750D03* 163 | D22* 164 | X008010Y018070D03* 165 | D23* 166 | X007262Y018070D03* 167 | D24* 168 | X014967Y015587D03* 169 | X015519Y015587D03* 170 | X015519Y014210D03* 171 | X014967Y014210D03* 172 | X014967Y011650D03* 173 | X015519Y011650D03* 174 | X015519Y010273D03* 175 | X014967Y010273D03* 176 | X031826Y019328D03* 177 | X032377Y019328D03* 178 | X032377Y020706D03* 179 | X031826Y020706D03* 180 | M02* 181 | -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/ManufactureFiles/Beagle Cape Gerber v1.2.1/Beagle Cape.GTS: -------------------------------------------------------------------------------- 1 | G75* 2 | G70* 3 | %OFA0B0*% 4 | %FSLAX24Y24*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10R,0.0580X0.0300*% 11 | %ADD11R,0.0300X0.0580*% 12 | %ADD12R,0.0513X0.0789*% 13 | %ADD13R,0.0513X0.0474*% 14 | %ADD14R,0.0474X0.0513*% 15 | %ADD15R,0.0907X0.2285*% 16 | %ADD16R,0.1655X0.0907*% 17 | %ADD17C,0.0720*% 18 | %ADD18OC8,0.0720*% 19 | %ADD19R,0.1261X0.0887*% 20 | %ADD20R,0.1458X0.0887*% 21 | %ADD21R,0.0966X0.0277*% 22 | %ADD22C,0.0434*% 23 | %ADD23C,0.0720*% 24 | %ADD24R,0.0474X0.0631*% 25 | %ADD25R,0.0828X0.1419*% 26 | %ADD26R,0.0867X0.0513*% 27 | %ADD27R,0.0395X0.0395*% 28 | %ADD28R,0.0714X0.0714*% 29 | %ADD29C,0.0714*% 30 | %ADD30C,0.1730*% 31 | %ADD31R,0.0474X0.0671*% 32 | %ADD32C,0.0780*% 33 | D10* 34 | X026490Y009578D03* 35 | X026490Y009893D03* 36 | X026490Y010208D03* 37 | X026490Y010523D03* 38 | X026490Y010837D03* 39 | X026490Y011152D03* 40 | X026490Y011467D03* 41 | X026490Y011782D03* 42 | X029870Y011782D03* 43 | X029870Y011467D03* 44 | X029870Y011152D03* 45 | X029870Y010837D03* 46 | X029870Y010523D03* 47 | X029870Y010208D03* 48 | X029870Y009893D03* 49 | X029870Y009578D03* 50 | D11* 51 | X029282Y008990D03* 52 | X028967Y008990D03* 53 | X028652Y008990D03* 54 | X028337Y008990D03* 55 | X028023Y008990D03* 56 | X027708Y008990D03* 57 | X027393Y008990D03* 58 | X027078Y008990D03* 59 | X027078Y012370D03* 60 | X027393Y012370D03* 61 | X027708Y012370D03* 62 | X028023Y012370D03* 63 | X028337Y012370D03* 64 | X028652Y012370D03* 65 | X028967Y012370D03* 66 | X029282Y012370D03* 67 | D12* 68 | X029337Y014589D03* 69 | X027880Y014589D03* 70 | X027880Y017030D03* 71 | X029337Y017030D03* 72 | D13* 73 | X027020Y017115D03* 74 | X027020Y016445D03* 75 | X032180Y015515D03* 76 | X032180Y014845D03* 77 | X032180Y014015D03* 78 | X032180Y013345D03* 79 | X032180Y010515D03* 80 | X032180Y009845D03* 81 | X019480Y009845D03* 82 | X019480Y010515D03* 83 | X019480Y008515D03* 84 | X019480Y007845D03* 85 | X019480Y006515D03* 86 | X019480Y005845D03* 87 | X016680Y005845D03* 88 | X016680Y006515D03* 89 | X016680Y007845D03* 90 | X016680Y008515D03* 91 | X016680Y009845D03* 92 | X016680Y010515D03* 93 | D14* 94 | X020225Y011930D03* 95 | X020895Y011930D03* 96 | X020895Y012930D03* 97 | X020225Y012930D03* 98 | X020225Y013930D03* 99 | X020895Y013930D03* 100 | X025460Y010175D03* 101 | X025460Y009505D03* 102 | X025460Y008215D03* 103 | X025460Y007545D03* 104 | X031180Y009845D03* 105 | X031180Y010515D03* 106 | X027020Y014445D03* 107 | X027020Y015115D03* 108 | X029845Y018680D03* 109 | X030515Y018680D03* 110 | X030515Y019680D03* 111 | X029845Y019680D03* 112 | X029845Y020680D03* 113 | X030515Y020680D03* 114 | D15* 115 | X023954Y010302D03* 116 | X023954Y006562D03* 117 | D16* 118 | X023580Y008432D03* 119 | D17* 120 | X029180Y006680D03* 121 | D18* 122 | X028180Y006680D03* 123 | X027180Y006680D03* 124 | X027180Y005680D03* 125 | X028180Y005680D03* 126 | X029180Y005680D03* 127 | D19* 128 | X035566Y006686D03* 129 | X035566Y010170D03* 130 | X035566Y011190D03* 131 | X035566Y014674D03* 132 | X035566Y015690D03* 133 | X035566Y019174D03* 134 | X002790Y009432D03* 135 | X002790Y005948D03* 136 | D20* 137 | X004267Y005948D03* 138 | X004267Y009432D03* 139 | X034089Y010170D03* 140 | X034089Y011190D03* 141 | X034089Y014674D03* 142 | X034089Y015690D03* 143 | X034089Y019174D03* 144 | X034089Y006686D03* 145 | D21* 146 | X034099Y007798D03* 147 | X034099Y008113D03* 148 | X034099Y008428D03* 149 | X034099Y008743D03* 150 | X034099Y009058D03* 151 | X034099Y012302D03* 152 | X034099Y012617D03* 153 | X034099Y012932D03* 154 | X034099Y013247D03* 155 | X034099Y013562D03* 156 | X034099Y016802D03* 157 | X034099Y017117D03* 158 | X034099Y017432D03* 159 | X034099Y017747D03* 160 | X034099Y018062D03* 161 | X004257Y008320D03* 162 | X004257Y008005D03* 163 | X004257Y007690D03* 164 | X004257Y007375D03* 165 | X004257Y007060D03* 166 | D22* 167 | X003341Y006824D03* 168 | X003341Y008556D03* 169 | X035015Y009294D03* 170 | X035015Y007562D03* 171 | X035015Y012066D03* 172 | X035015Y013798D03* 173 | X035015Y016566D03* 174 | X035015Y018298D03* 175 | D23* 176 | X005700Y018080D02* 177 | X005060Y018080D01* 178 | X005060Y019080D02* 179 | X005700Y019080D01* 180 | X005700Y020080D02* 181 | X005060Y020080D01* 182 | X005060Y021080D02* 183 | X005700Y021080D01* 184 | X005700Y022080D02* 185 | X005060Y022080D01* 186 | X005060Y023080D02* 187 | X005700Y023080D01* 188 | D24* 189 | X018080Y010613D03* 190 | X017706Y009747D03* 191 | X018454Y009747D03* 192 | X018080Y008613D03* 193 | X017706Y007747D03* 194 | X018454Y007747D03* 195 | X018080Y006613D03* 196 | X017706Y005747D03* 197 | X018454Y005747D03* 198 | D25* 199 | X009238Y019750D03* 200 | X007702Y019750D03* 201 | D26* 202 | X008010Y018070D03* 203 | D27* 204 | X007262Y018070D03* 205 | D28* 206 | X009930Y021930D03* 207 | X009930Y002930D03* 208 | D29* 209 | X010930Y002930D03* 210 | X011930Y002930D03* 211 | X012930Y002930D03* 212 | X013930Y002930D03* 213 | X014930Y002930D03* 214 | X015930Y002930D03* 215 | X016930Y002930D03* 216 | X017930Y002930D03* 217 | X018930Y002930D03* 218 | X019930Y002930D03* 219 | X020930Y002930D03* 220 | X021930Y002930D03* 221 | X022930Y002930D03* 222 | X023930Y002930D03* 223 | X024930Y002930D03* 224 | X025930Y002930D03* 225 | X026930Y002930D03* 226 | X027930Y002930D03* 227 | X028930Y002930D03* 228 | X029930Y002930D03* 229 | X030930Y002930D03* 230 | X031930Y002930D03* 231 | X031930Y003930D03* 232 | X030930Y003930D03* 233 | X029930Y003930D03* 234 | X028930Y003930D03* 235 | X027930Y003930D03* 236 | X026930Y003930D03* 237 | X025930Y003930D03* 238 | X024930Y003930D03* 239 | X023930Y003930D03* 240 | X022930Y003930D03* 241 | X021930Y003930D03* 242 | X020930Y003930D03* 243 | X019930Y003930D03* 244 | X018930Y003930D03* 245 | X017930Y003930D03* 246 | X016930Y003930D03* 247 | X015930Y003930D03* 248 | X014930Y003930D03* 249 | X013930Y003930D03* 250 | X012930Y003930D03* 251 | X011930Y003930D03* 252 | X010930Y003930D03* 253 | X009930Y003930D03* 254 | X010930Y021930D03* 255 | X011930Y021930D03* 256 | X012930Y021930D03* 257 | X013930Y021930D03* 258 | X014930Y021930D03* 259 | X015930Y021930D03* 260 | X016930Y021930D03* 261 | X017930Y021930D03* 262 | X018930Y021930D03* 263 | X019930Y021930D03* 264 | X020930Y021930D03* 265 | X021930Y021930D03* 266 | X022930Y021930D03* 267 | X023930Y021930D03* 268 | X024930Y021930D03* 269 | X025930Y021930D03* 270 | X026930Y021930D03* 271 | X027930Y021930D03* 272 | X028930Y021930D03* 273 | X029930Y021930D03* 274 | X030930Y021930D03* 275 | X031930Y021930D03* 276 | X031930Y022930D03* 277 | X030930Y022930D03* 278 | X029930Y022930D03* 279 | X028930Y022930D03* 280 | X027930Y022930D03* 281 | X026930Y022930D03* 282 | X025930Y022930D03* 283 | X024930Y022930D03* 284 | X023930Y022930D03* 285 | X022930Y022930D03* 286 | X021930Y022930D03* 287 | X020930Y022930D03* 288 | X019930Y022930D03* 289 | X018930Y022930D03* 290 | X017930Y022930D03* 291 | X016930Y022930D03* 292 | X015930Y022930D03* 293 | X014930Y022930D03* 294 | X013930Y022930D03* 295 | X012930Y022930D03* 296 | X011930Y022930D03* 297 | X010930Y022930D03* 298 | X009930Y022930D03* 299 | D30* 300 | X007930Y003430D03* 301 | X033930Y004680D03* 302 | X033930Y021180D03* 303 | D31* 304 | X032377Y020706D03* 305 | X031826Y020706D03* 306 | X031826Y019328D03* 307 | X032377Y019328D03* 308 | X015519Y015587D03* 309 | X014967Y015587D03* 310 | X014967Y014210D03* 311 | X015519Y014210D03* 312 | X015519Y011650D03* 313 | X014967Y011650D03* 314 | X014967Y010273D03* 315 | X015519Y010273D03* 316 | D32* 317 | X012680Y009180D03* 318 | X012680Y008180D03* 319 | X012680Y007180D03* 320 | X012680Y006180D03* 321 | X012715Y020680D03* 322 | X011715Y020680D03* 323 | X021180Y020680D03* 324 | X022180Y020680D03* 325 | X023180Y020680D03* 326 | M02* 327 | -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/ManufactureFiles/Beagle Cape Gerber v1.2.1/Beagle Cape.TXT: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0118 5 | T02C0.0236 6 | T03C0.0354 7 | T04C0.0394 8 | T05C0.0400 9 | T06C0.1250 10 | % 11 | T01 12 | X6180Y7180 13 | X6680Y7680 14 | X13680Y11680 15 | X13680Y12350 16 | X12180Y13680 17 | X12180Y14680 18 | X15870Y12430 19 | X16680Y11680 20 | X19180Y11680 21 | X18680Y14680 22 | X24180Y17180 23 | X24680Y17680 24 | X25030Y18330 25 | X25180Y19680 26 | X26180Y16180 27 | X31180Y13040 28 | X33180Y13360 29 | X29120Y10680 30 | X28560Y10070 31 | X28180Y9680 32 | X29040Y9670 33 | X31170Y8590 34 | X32560Y8740 35 | X31180Y6680 36 | X22680Y7180 37 | X32770Y18660 38 | T02 39 | X31630Y17380 40 | X30780Y17330 41 | X32180Y16680 42 | X35448Y17070 43 | X29760Y12970 44 | X30440Y12270 45 | X31690Y11840 46 | X31680Y11180 47 | X28230Y13170 48 | X28840Y13790 49 | X27360Y13770 50 | X26850Y13390 51 | X25410Y13850 52 | X26310Y14430 53 | X26190Y15180 54 | X24640Y13400 55 | X23610Y14440 56 | X21680Y13920 57 | X22180Y12940 58 | X21450Y11930 59 | X24910Y11260 60 | X25410Y10900 61 | X25900Y11470 62 | X26460Y8760 63 | X26930Y8330 64 | X25400Y6630 65 | X25390Y5840 66 | X22360Y6630 67 | X22200Y6050 68 | X21680Y5680 69 | X20180Y5180 70 | X20180Y6510 71 | X20180Y8520 72 | X16680Y9080 73 | X16680Y7110 74 | X14180Y7680 75 | X14180Y10180 76 | X12180Y11680 77 | X14950Y12310 78 | X15520Y13580 79 | X14220Y15580 80 | X15680Y16680 81 | X17680Y15680 82 | X19500Y17320 83 | X19490Y19000 84 | X26220Y17450 85 | X28180Y18680 86 | X28180Y19680 87 | X28180Y20680 88 | X35448Y12490 89 | X31680Y8680 90 | X30780Y8180 91 | X35448Y8180 92 | X11680Y16680 93 | X10680Y17180 94 | X11180Y15180 95 | T03 96 | X3341Y8556 97 | X3341Y6824 98 | X35015Y7562 99 | X35015Y9294 100 | X35015Y12066 101 | X35015Y13798 102 | X35015Y16566 103 | X35015Y18298 104 | T04 105 | X31930Y21930 106 | X30930Y21930 107 | X29930Y21930 108 | X28930Y21930 109 | X27930Y21930 110 | X26930Y21930 111 | X25930Y21930 112 | X24930Y21930 113 | X23930Y21930 114 | X22930Y21930 115 | X21930Y21930 116 | X20930Y21930 117 | X19930Y21930 118 | X18930Y21930 119 | X17930Y21930 120 | X16930Y21930 121 | X15930Y21930 122 | X14930Y21930 123 | X13930Y21930 124 | X12930Y21930 125 | X11930Y21930 126 | X10930Y21930 127 | X9930Y21930 128 | X9930Y22930 129 | X10930Y22930 130 | X11930Y22930 131 | X12930Y22930 132 | X13930Y22930 133 | X14930Y22930 134 | X15930Y22930 135 | X16930Y22930 136 | X17930Y22930 137 | X18930Y22930 138 | X19930Y22930 139 | X20930Y22930 140 | X21930Y22930 141 | X22930Y22930 142 | X23930Y22930 143 | X24930Y22930 144 | X25930Y22930 145 | X26930Y22930 146 | X27930Y22930 147 | X28930Y22930 148 | X29930Y22930 149 | X30930Y22930 150 | X31930Y22930 151 | X31930Y3930 152 | X30930Y3930 153 | X29930Y3930 154 | X28930Y3930 155 | X27930Y3930 156 | X26930Y3930 157 | X25930Y3930 158 | X24930Y3930 159 | X23930Y3930 160 | X22930Y3930 161 | X21930Y3930 162 | X20930Y3930 163 | X19930Y3930 164 | X18930Y3930 165 | X17930Y3930 166 | X16930Y3930 167 | X15930Y3930 168 | X14930Y3930 169 | X13930Y3930 170 | X12930Y3930 171 | X11930Y3930 172 | X10930Y3930 173 | X9930Y3930 174 | X9930Y2930 175 | X10930Y2930 176 | X11930Y2930 177 | X12930Y2930 178 | X13930Y2930 179 | X14930Y2930 180 | X15930Y2930 181 | X16930Y2930 182 | X17930Y2930 183 | X18930Y2930 184 | X19930Y2930 185 | X20930Y2930 186 | X21930Y2930 187 | X22930Y2930 188 | X23930Y2930 189 | X24930Y2930 190 | X25930Y2930 191 | X26930Y2930 192 | X27930Y2930 193 | X28930Y2930 194 | X29930Y2930 195 | X30930Y2930 196 | X31930Y2930 197 | T05 198 | X29180Y5680 199 | X28180Y5680 200 | X27180Y5680 201 | X27180Y6680 202 | X28180Y6680 203 | X29180Y6680 204 | X12680Y6180 205 | X12680Y7180 206 | X12680Y8180 207 | X12680Y9180 208 | X5380Y18080 209 | X5380Y19080 210 | X5380Y20080 211 | X5380Y21080 212 | X5380Y22080 213 | X5380Y23080 214 | X11715Y20680 215 | X12715Y20680 216 | X21180Y20680 217 | X22180Y20680 218 | X23180Y20680 219 | T06 220 | X7930Y3430 221 | X33930Y4680 222 | X33930Y21180 223 | M30 224 | -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/ManufactureFiles/Ninja V1.2.1 BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.2.1/ManufactureFiles/Ninja V1.2.1 BOM.xlsx -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/NBArduinoUsedPinsV1.2.1.txt: -------------------------------------------------------------------------------- 1 | NB Arduino cape used pins 2 | 3 | P8 4 | 1, 2 - GND 5 | 12 - Reset (formerly pin 3 in V1.1&V1.2) 6 | 7 | P9 8 | 1, 2 - GND 9 | 3, 4 - 3.3V 10 | 7, 8 - 5V 11 | 24 - UART1_TXD 12 | 26 - UART1_RXD 13 | 43, 44 - GND 14 | 45, 46 - GND 15 | -------------------------------------------------------------------------------- /Ninja Blocks 1.2.1/sfe-gerb274x.cam: -------------------------------------------------------------------------------- 1 | [CAM Processor Job] 2 | Description[en]="\n\n\n\nSparkFun Gerber Generator
\n\nThis CAM job creates the seven needed files to have a PCB created. Based on the original Eagle gerb274x.cam file.
\nYou will get seven gerber files that contain data for:
\ngerber top layer (copper layer): *.GTL
\ngerber top overlay (silkscreen layer): *.GTO
\ngerber top soldermask (soldermask layer): *.GTS
\n\ngerber bottom layer (copper layer): *.GBL
\ngerber bottom overlay (silkscreen layer): *.GBO
\ngerber bottom soldermask (soldermask layer): *.GBS
\n\nExcellon Drill File: *.TXT
\nThese files, zipped together, are the only 7 files you need to have a PCB made at nearly any fab house.\n"
3 | Section=Sec_1
4 | Section=Sec_2
5 | Section=Sec_3
6 | Section=Sec_4
7 | Section=Sec_5
8 | Section=Sec_6
9 | Section=Sec_7
10 | Section=Sec_8
11 | Section=Sec_9
12 |
13 | [Sec_1]
14 | Name[en]="Top Copper"
15 | Prompt=""
16 | Device="GERBER_RS274X"
17 | Wheel=""
18 | Rack=""
19 | Scale=1
20 | Output=".GTL"
21 | Flags="0 0 0 1 0 1 1"
22 | Emulate="0"
23 | Offset="0.0mil 0.0mil"
24 | Sheet=1
25 | Tolerance="0 0 0 0 0 0"
26 | Pen="0.0mil 0"
27 | Page="12000.0mil 8000.0mil"
28 | Layers=" 1 17 18 20"
29 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
30 |
31 | [Sec_2]
32 | Name[en]="Bottom Copper"
33 | Prompt=""
34 | Device="GERBER_RS274X"
35 | Wheel=".whl"
36 | Rack=""
37 | Scale=1
38 | Output=".GBL"
39 | Flags="0 0 0 1 0 1 1"
40 | Emulate="0"
41 | Offset="0.0mil 0.0mil"
42 | Sheet=1
43 | Tolerance="0 0 0 0 0 0"
44 | Pen="0.0mil 0"
45 | Page="12000.0mil 8000.0mil"
46 | Layers=" 16 17 18"
47 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
48 |
49 | [Sec_3]
50 | Name[en]="Top Silkscreen"
51 | Prompt=""
52 | Device="GERBER_RS274X"
53 | Wheel=".whl"
54 | Rack=""
55 | Scale=1
56 | Output=".GTO"
57 | Flags="0 0 0 1 0 1 1"
58 | Emulate="0"
59 | Offset="0.0mil 0.0mil"
60 | Sheet=1
61 | Tolerance="0 0 0 0 0 0"
62 | Pen="0.0mil 0"
63 | Page="12000.0mil 8000.0mil"
64 | Layers=" 21 25 200 201"
65 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
66 |
67 | [Sec_4]
68 | Name[en]="Top Paste"
69 | Prompt=""
70 | Device="GERBER_RS274X"
71 | Wheel=".whl"
72 | Rack=""
73 | Scale=1
74 | Output=".GTP"
75 | Flags="0 0 0 1 0 1 1"
76 | Emulate="0"
77 | Offset="0.0mil 0.0mil"
78 | Sheet=1
79 | Tolerance="0 0 0 0 0 0"
80 | Pen="0.0mil 0"
81 | Page="12000.0mil 8000.0mil"
82 | Layers=" 31"
83 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
84 |
85 | [Sec_5]
86 | Name[en]="Bottom Silkscreen"
87 | Prompt=""
88 | Device="GERBER_RS274X"
89 | Wheel=".whl"
90 | Rack=""
91 | Scale=1
92 | Output=".GBO"
93 | Flags="0 0 0 1 0 1 1"
94 | Emulate="0"
95 | Offset="0.0mil 0.0mil"
96 | Sheet=1
97 | Tolerance="0 0 0 0 0 0"
98 | Pen="0.0mil 0"
99 | Page="12000.0mil 8000.0mil"
100 | Layers=" 22"
101 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
102 |
103 | [Sec_6]
104 | Name[en]="Top Soldermask"
105 | Prompt=""
106 | Device="GERBER_RS274X"
107 | Wheel=".whl"
108 | Rack=""
109 | Scale=1
110 | Output=".GTS"
111 | Flags="0 0 0 1 0 1 1"
112 | Emulate="0"
113 | Offset="0.0mil 0.0mil"
114 | Sheet=1
115 | Tolerance="0 0 0 0 0 0"
116 | Pen="0.0mil 0"
117 | Page="12000.0mil 8000.0mil"
118 | Layers=" 29"
119 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
120 |
121 | [Sec_7]
122 | Name[en]="Bottom Soldermask"
123 | Prompt=""
124 | Device="GERBER_RS274X"
125 | Wheel=".whl"
126 | Rack=""
127 | Scale=1
128 | Output=".GBS"
129 | Flags="0 0 0 1 0 1 1"
130 | Emulate="0"
131 | Offset="0.0mil 0.0mil"
132 | Sheet=1
133 | Tolerance="0 0 0 0 0 0"
134 | Pen="0.0mil 0"
135 | Page="12000.0mil 8000.0mil"
136 | Layers=" 30"
137 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
138 |
139 | [Sec_8]
140 | Name[en]="Drill File"
141 | Prompt=""
142 | Device="EXCELLON"
143 | Wheel=""
144 | Rack=""
145 | Scale=1
146 | Output=".TXT"
147 | Flags="0 0 0 1 0 1 1"
148 | Emulate="0"
149 | Offset="0.0mil 0.0mil"
150 | Sheet=1
151 | Tolerance="0 0 0 0 0 0"
152 | Pen="0.0mil 0"
153 | Page="12000.0mil 8000.0mil"
154 | Layers=" 44 45"
155 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
156 |
157 | [Sec_9]
158 | Name[en]="Mill Layer"
159 | Prompt=""
160 | Device="GERBER_RS274X"
161 | Wheel=""
162 | Rack=""
163 | Scale=1
164 | Output=".GML"
165 | Flags="0 0 0 1 0 1 1"
166 | Emulate="0"
167 | Offset="0.0mil 0.0mil"
168 | Sheet=1
169 | Tolerance="0 0 0 0 0 0"
170 | Pen="0.0mil 0"
171 | Page="11000.0mil 16000.0mil"
172 | Layers=" 46"
173 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
174 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/Beagle Cape.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.2/Beagle Cape.brd
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/Beagle Cape.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.2/Beagle Cape.sch
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/ManufactureFiles/Beagle Cape Gerber v1.2_17082012/Beagle Cape.GBS:
--------------------------------------------------------------------------------
1 | G75*
2 | G70*
3 | %OFA0B0*%
4 | %FSLAX24Y24*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10C,0.0720*%
11 | %ADD11OC8,0.0720*%
12 | %ADD12C,0.0434*%
13 | %ADD13C,0.0720*%
14 | %ADD14R,0.0714X0.0714*%
15 | %ADD15C,0.0714*%
16 | %ADD16C,0.1730*%
17 | %ADD17C,0.0780*%
18 | D10*
19 | X029187Y006687D03*
20 | D11*
21 | X028187Y006687D03*
22 | X027187Y006687D03*
23 | X027187Y005687D03*
24 | X028187Y005687D03*
25 | X029187Y005687D03*
26 | D12*
27 | X035022Y007569D03*
28 | X035022Y009301D03*
29 | X035022Y012073D03*
30 | X035022Y013805D03*
31 | X035022Y016573D03*
32 | X035022Y018305D03*
33 | X003349Y008563D03*
34 | X003349Y006831D03*
35 | D13*
36 | X005067Y018087D02*
37 | X005707Y018087D01*
38 | X005707Y019087D02*
39 | X005067Y019087D01*
40 | X005067Y020087D02*
41 | X005707Y020087D01*
42 | X005707Y021087D02*
43 | X005067Y021087D01*
44 | X005067Y022087D02*
45 | X005707Y022087D01*
46 | X005707Y023087D02*
47 | X005067Y023087D01*
48 | D14*
49 | X009937Y021937D03*
50 | X009937Y002937D03*
51 | D15*
52 | X010937Y002937D03*
53 | X011937Y002937D03*
54 | X012937Y002937D03*
55 | X013937Y002937D03*
56 | X014937Y002937D03*
57 | X015937Y002937D03*
58 | X016937Y002937D03*
59 | X017937Y002937D03*
60 | X018937Y002937D03*
61 | X019937Y002937D03*
62 | X020937Y002937D03*
63 | X021937Y002937D03*
64 | X022937Y002937D03*
65 | X023937Y002937D03*
66 | X024937Y002937D03*
67 | X025937Y002937D03*
68 | X026937Y002937D03*
69 | X027937Y002937D03*
70 | X028937Y002937D03*
71 | X029937Y002937D03*
72 | X030937Y002937D03*
73 | X031937Y002937D03*
74 | X031937Y003937D03*
75 | X030937Y003937D03*
76 | X029937Y003937D03*
77 | X028937Y003937D03*
78 | X027937Y003937D03*
79 | X026937Y003937D03*
80 | X025937Y003937D03*
81 | X024937Y003937D03*
82 | X023937Y003937D03*
83 | X022937Y003937D03*
84 | X021937Y003937D03*
85 | X020937Y003937D03*
86 | X019937Y003937D03*
87 | X018937Y003937D03*
88 | X017937Y003937D03*
89 | X016937Y003937D03*
90 | X015937Y003937D03*
91 | X014937Y003937D03*
92 | X013937Y003937D03*
93 | X012937Y003937D03*
94 | X011937Y003937D03*
95 | X010937Y003937D03*
96 | X009937Y003937D03*
97 | X010937Y021937D03*
98 | X011937Y021937D03*
99 | X012937Y021937D03*
100 | X013937Y021937D03*
101 | X014937Y021937D03*
102 | X015937Y021937D03*
103 | X016937Y021937D03*
104 | X017937Y021937D03*
105 | X018937Y021937D03*
106 | X019937Y021937D03*
107 | X020937Y021937D03*
108 | X021937Y021937D03*
109 | X022937Y021937D03*
110 | X023937Y021937D03*
111 | X024937Y021937D03*
112 | X025937Y021937D03*
113 | X026937Y021937D03*
114 | X027937Y021937D03*
115 | X028937Y021937D03*
116 | X029937Y021937D03*
117 | X030937Y021937D03*
118 | X031937Y021937D03*
119 | X031937Y022937D03*
120 | X030937Y022937D03*
121 | X029937Y022937D03*
122 | X028937Y022937D03*
123 | X027937Y022937D03*
124 | X026937Y022937D03*
125 | X025937Y022937D03*
126 | X024937Y022937D03*
127 | X023937Y022937D03*
128 | X022937Y022937D03*
129 | X021937Y022937D03*
130 | X020937Y022937D03*
131 | X019937Y022937D03*
132 | X018937Y022937D03*
133 | X017937Y022937D03*
134 | X016937Y022937D03*
135 | X015937Y022937D03*
136 | X014937Y022937D03*
137 | X013937Y022937D03*
138 | X012937Y022937D03*
139 | X011937Y022937D03*
140 | X010937Y022937D03*
141 | X009937Y022937D03*
142 | D16*
143 | X007937Y003437D03*
144 | X033937Y004687D03*
145 | X033937Y021187D03*
146 | D17*
147 | X023187Y020687D03*
148 | X022187Y020687D03*
149 | X021187Y020687D03*
150 | X012723Y020687D03*
151 | X011723Y020687D03*
152 | X012687Y009187D03*
153 | X012687Y008187D03*
154 | X012687Y007187D03*
155 | X012687Y006187D03*
156 | M02*
157 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/ManufactureFiles/Beagle Cape Gerber v1.2_17082012/Beagle Cape.GTP:
--------------------------------------------------------------------------------
1 | G75*
2 | G70*
3 | %OFA0B0*%
4 | %FSLAX24Y24*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10R,0.0500X0.0220*%
11 | %ADD11R,0.0220X0.0500*%
12 | %ADD12R,0.0433X0.0709*%
13 | %ADD13R,0.0433X0.0394*%
14 | %ADD14R,0.0394X0.0433*%
15 | %ADD15R,0.0827X0.2205*%
16 | %ADD16R,0.1575X0.0827*%
17 | %ADD17R,0.1181X0.0807*%
18 | %ADD18R,0.1378X0.0807*%
19 | %ADD19R,0.0886X0.0197*%
20 | %ADD20R,0.0394X0.0551*%
21 | %ADD21R,0.0748X0.1339*%
22 | %ADD22R,0.0787X0.0433*%
23 | %ADD23R,0.0315X0.0315*%
24 | %ADD24R,0.0394X0.0591*%
25 | D10*
26 | X026497Y009585D03*
27 | X026497Y009900D03*
28 | X026497Y010215D03*
29 | X026497Y010530D03*
30 | X026497Y010845D03*
31 | X026497Y011160D03*
32 | X026497Y011474D03*
33 | X026497Y011789D03*
34 | X029877Y011789D03*
35 | X029877Y011474D03*
36 | X029877Y011160D03*
37 | X029877Y010845D03*
38 | X029877Y010530D03*
39 | X029877Y010215D03*
40 | X029877Y009900D03*
41 | X029877Y009585D03*
42 | D11*
43 | X029289Y008997D03*
44 | X028974Y008997D03*
45 | X028660Y008997D03*
46 | X028345Y008997D03*
47 | X028030Y008997D03*
48 | X027715Y008997D03*
49 | X027400Y008997D03*
50 | X027085Y008997D03*
51 | X027085Y012377D03*
52 | X027400Y012377D03*
53 | X027715Y012377D03*
54 | X028030Y012377D03*
55 | X028345Y012377D03*
56 | X028660Y012377D03*
57 | X028974Y012377D03*
58 | X029289Y012377D03*
59 | D12*
60 | X029344Y014596D03*
61 | X027887Y014596D03*
62 | X027887Y017037D03*
63 | X029344Y017037D03*
64 | D13*
65 | X027027Y017122D03*
66 | X027027Y016452D03*
67 | X032187Y015522D03*
68 | X032187Y014852D03*
69 | X032187Y014022D03*
70 | X032187Y013352D03*
71 | X032187Y010522D03*
72 | X032187Y009852D03*
73 | X019487Y009852D03*
74 | X019487Y010522D03*
75 | X019487Y008522D03*
76 | X019487Y007852D03*
77 | X019487Y006522D03*
78 | X019487Y005852D03*
79 | X016687Y005852D03*
80 | X016687Y006522D03*
81 | X016687Y007852D03*
82 | X016687Y008522D03*
83 | X016687Y009852D03*
84 | X016687Y010522D03*
85 | D14*
86 | X020232Y011937D03*
87 | X020902Y011937D03*
88 | X020902Y012937D03*
89 | X020232Y012937D03*
90 | X020232Y013937D03*
91 | X020902Y013937D03*
92 | X025467Y010182D03*
93 | X025467Y009512D03*
94 | X025467Y008222D03*
95 | X025467Y007552D03*
96 | X031187Y009852D03*
97 | X031187Y010522D03*
98 | X027027Y014452D03*
99 | X027027Y015122D03*
100 | X029852Y018687D03*
101 | X030522Y018687D03*
102 | X030522Y019687D03*
103 | X029852Y019687D03*
104 | X029852Y020687D03*
105 | X030522Y020687D03*
106 | D15*
107 | X023961Y010309D03*
108 | X023961Y006569D03*
109 | D16*
110 | X023587Y008439D03*
111 | D17*
112 | X002797Y005955D03*
113 | X002797Y009439D03*
114 | X035573Y010177D03*
115 | X035573Y011197D03*
116 | X035573Y014681D03*
117 | X035573Y015697D03*
118 | X035573Y019181D03*
119 | X035573Y006693D03*
120 | D18*
121 | X034097Y006693D03*
122 | X034097Y010177D03*
123 | X034097Y011197D03*
124 | X034097Y014681D03*
125 | X034097Y015697D03*
126 | X034097Y019181D03*
127 | X004274Y009439D03*
128 | X004274Y005955D03*
129 | D19*
130 | X004264Y007067D03*
131 | X004264Y007382D03*
132 | X004264Y007697D03*
133 | X004264Y008012D03*
134 | X004264Y008327D03*
135 | X034106Y008435D03*
136 | X034106Y008120D03*
137 | X034106Y007805D03*
138 | X034106Y008750D03*
139 | X034106Y009065D03*
140 | X034106Y012309D03*
141 | X034106Y012624D03*
142 | X034106Y012939D03*
143 | X034106Y013254D03*
144 | X034106Y013569D03*
145 | X034106Y016809D03*
146 | X034106Y017124D03*
147 | X034106Y017439D03*
148 | X034106Y017754D03*
149 | X034106Y018069D03*
150 | D20*
151 | X018461Y009754D03*
152 | X017713Y009754D03*
153 | X018087Y010620D03*
154 | X018087Y008620D03*
155 | X017713Y007754D03*
156 | X018461Y007754D03*
157 | X018087Y006620D03*
158 | X017713Y005754D03*
159 | X018461Y005754D03*
160 | D21*
161 | X009245Y019757D03*
162 | X007709Y019757D03*
163 | D22*
164 | X008017Y018077D03*
165 | D23*
166 | X007269Y018077D03*
167 | D24*
168 | X014974Y015595D03*
169 | X015526Y015595D03*
170 | X015526Y014217D03*
171 | X014974Y014217D03*
172 | X014974Y011658D03*
173 | X015526Y011658D03*
174 | X015526Y010280D03*
175 | X014974Y010280D03*
176 | X031833Y019335D03*
177 | X032384Y019335D03*
178 | X032384Y020713D03*
179 | X031833Y020713D03*
180 | M02*
181 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/ManufactureFiles/Beagle Cape Gerber v1.2_17082012/Beagle Cape.GTS:
--------------------------------------------------------------------------------
1 | G75*
2 | G70*
3 | %OFA0B0*%
4 | %FSLAX24Y24*%
5 | %IPPOS*%
6 | %LPD*%
7 | %AMOC8*
8 | 5,1,8,0,0,1.08239X$1,22.5*
9 | %
10 | %ADD10R,0.0580X0.0300*%
11 | %ADD11R,0.0300X0.0580*%
12 | %ADD12R,0.0513X0.0789*%
13 | %ADD13R,0.0513X0.0474*%
14 | %ADD14R,0.0474X0.0513*%
15 | %ADD15R,0.0907X0.2285*%
16 | %ADD16R,0.1655X0.0907*%
17 | %ADD17C,0.0720*%
18 | %ADD18OC8,0.0720*%
19 | %ADD19R,0.1261X0.0887*%
20 | %ADD20R,0.1458X0.0887*%
21 | %ADD21C,0.0434*%
22 | %ADD22R,0.0966X0.0277*%
23 | %ADD23C,0.0720*%
24 | %ADD24R,0.0474X0.0631*%
25 | %ADD25R,0.0828X0.1419*%
26 | %ADD26R,0.0867X0.0513*%
27 | %ADD27R,0.0395X0.0395*%
28 | %ADD28R,0.0714X0.0714*%
29 | %ADD29C,0.0714*%
30 | %ADD30C,0.1730*%
31 | %ADD31R,0.0474X0.0671*%
32 | %ADD32C,0.0780*%
33 | D10*
34 | X026497Y009585D03*
35 | X026497Y009900D03*
36 | X026497Y010215D03*
37 | X026497Y010530D03*
38 | X026497Y010845D03*
39 | X026497Y011160D03*
40 | X026497Y011474D03*
41 | X026497Y011789D03*
42 | X029877Y011789D03*
43 | X029877Y011474D03*
44 | X029877Y011160D03*
45 | X029877Y010845D03*
46 | X029877Y010530D03*
47 | X029877Y010215D03*
48 | X029877Y009900D03*
49 | X029877Y009585D03*
50 | D11*
51 | X029289Y008997D03*
52 | X028974Y008997D03*
53 | X028660Y008997D03*
54 | X028345Y008997D03*
55 | X028030Y008997D03*
56 | X027715Y008997D03*
57 | X027400Y008997D03*
58 | X027085Y008997D03*
59 | X027085Y012377D03*
60 | X027400Y012377D03*
61 | X027715Y012377D03*
62 | X028030Y012377D03*
63 | X028345Y012377D03*
64 | X028660Y012377D03*
65 | X028974Y012377D03*
66 | X029289Y012377D03*
67 | D12*
68 | X029344Y014596D03*
69 | X027887Y014596D03*
70 | X027887Y017037D03*
71 | X029344Y017037D03*
72 | D13*
73 | X027027Y017122D03*
74 | X027027Y016452D03*
75 | X032187Y015522D03*
76 | X032187Y014852D03*
77 | X032187Y014022D03*
78 | X032187Y013352D03*
79 | X032187Y010522D03*
80 | X032187Y009852D03*
81 | X019487Y009852D03*
82 | X019487Y010522D03*
83 | X019487Y008522D03*
84 | X019487Y007852D03*
85 | X019487Y006522D03*
86 | X019487Y005852D03*
87 | X016687Y005852D03*
88 | X016687Y006522D03*
89 | X016687Y007852D03*
90 | X016687Y008522D03*
91 | X016687Y009852D03*
92 | X016687Y010522D03*
93 | D14*
94 | X020232Y011937D03*
95 | X020902Y011937D03*
96 | X020902Y012937D03*
97 | X020232Y012937D03*
98 | X020232Y013937D03*
99 | X020902Y013937D03*
100 | X025467Y010182D03*
101 | X025467Y009512D03*
102 | X025467Y008222D03*
103 | X025467Y007552D03*
104 | X031187Y009852D03*
105 | X031187Y010522D03*
106 | X027027Y014452D03*
107 | X027027Y015122D03*
108 | X029852Y018687D03*
109 | X030522Y018687D03*
110 | X030522Y019687D03*
111 | X029852Y019687D03*
112 | X029852Y020687D03*
113 | X030522Y020687D03*
114 | D15*
115 | X023961Y010309D03*
116 | X023961Y006569D03*
117 | D16*
118 | X023587Y008439D03*
119 | D17*
120 | X029187Y006687D03*
121 | D18*
122 | X028187Y006687D03*
123 | X027187Y006687D03*
124 | X027187Y005687D03*
125 | X028187Y005687D03*
126 | X029187Y005687D03*
127 | D19*
128 | X035573Y006693D03*
129 | X035573Y010177D03*
130 | X035573Y011197D03*
131 | X035573Y014681D03*
132 | X035573Y015697D03*
133 | X035573Y019181D03*
134 | X002797Y009439D03*
135 | X002797Y005955D03*
136 | D20*
137 | X004274Y005955D03*
138 | X004274Y009439D03*
139 | X034097Y010177D03*
140 | X034097Y011197D03*
141 | X034097Y014681D03*
142 | X034097Y015697D03*
143 | X034097Y019181D03*
144 | X034097Y006693D03*
145 | D21*
146 | X035022Y007569D03*
147 | X035022Y009301D03*
148 | X035022Y012073D03*
149 | X035022Y013805D03*
150 | X035022Y016573D03*
151 | X035022Y018305D03*
152 | X003349Y008563D03*
153 | X003349Y006831D03*
154 | D22*
155 | X004264Y007067D03*
156 | X004264Y007382D03*
157 | X004264Y007697D03*
158 | X004264Y008012D03*
159 | X004264Y008327D03*
160 | X034106Y008435D03*
161 | X034106Y008120D03*
162 | X034106Y007805D03*
163 | X034106Y008750D03*
164 | X034106Y009065D03*
165 | X034106Y012309D03*
166 | X034106Y012624D03*
167 | X034106Y012939D03*
168 | X034106Y013254D03*
169 | X034106Y013569D03*
170 | X034106Y016809D03*
171 | X034106Y017124D03*
172 | X034106Y017439D03*
173 | X034106Y017754D03*
174 | X034106Y018069D03*
175 | D23*
176 | X005707Y018087D02*
177 | X005067Y018087D01*
178 | X005067Y019087D02*
179 | X005707Y019087D01*
180 | X005707Y020087D02*
181 | X005067Y020087D01*
182 | X005067Y021087D02*
183 | X005707Y021087D01*
184 | X005707Y022087D02*
185 | X005067Y022087D01*
186 | X005067Y023087D02*
187 | X005707Y023087D01*
188 | D24*
189 | X018087Y010620D03*
190 | X017713Y009754D03*
191 | X018461Y009754D03*
192 | X018087Y008620D03*
193 | X017713Y007754D03*
194 | X018461Y007754D03*
195 | X018087Y006620D03*
196 | X017713Y005754D03*
197 | X018461Y005754D03*
198 | D25*
199 | X009245Y019757D03*
200 | X007709Y019757D03*
201 | D26*
202 | X008017Y018077D03*
203 | D27*
204 | X007269Y018077D03*
205 | D28*
206 | X009937Y021937D03*
207 | X009937Y002937D03*
208 | D29*
209 | X010937Y002937D03*
210 | X011937Y002937D03*
211 | X012937Y002937D03*
212 | X013937Y002937D03*
213 | X014937Y002937D03*
214 | X015937Y002937D03*
215 | X016937Y002937D03*
216 | X017937Y002937D03*
217 | X018937Y002937D03*
218 | X019937Y002937D03*
219 | X020937Y002937D03*
220 | X021937Y002937D03*
221 | X022937Y002937D03*
222 | X023937Y002937D03*
223 | X024937Y002937D03*
224 | X025937Y002937D03*
225 | X026937Y002937D03*
226 | X027937Y002937D03*
227 | X028937Y002937D03*
228 | X029937Y002937D03*
229 | X030937Y002937D03*
230 | X031937Y002937D03*
231 | X031937Y003937D03*
232 | X030937Y003937D03*
233 | X029937Y003937D03*
234 | X028937Y003937D03*
235 | X027937Y003937D03*
236 | X026937Y003937D03*
237 | X025937Y003937D03*
238 | X024937Y003937D03*
239 | X023937Y003937D03*
240 | X022937Y003937D03*
241 | X021937Y003937D03*
242 | X020937Y003937D03*
243 | X019937Y003937D03*
244 | X018937Y003937D03*
245 | X017937Y003937D03*
246 | X016937Y003937D03*
247 | X015937Y003937D03*
248 | X014937Y003937D03*
249 | X013937Y003937D03*
250 | X012937Y003937D03*
251 | X011937Y003937D03*
252 | X010937Y003937D03*
253 | X009937Y003937D03*
254 | X010937Y021937D03*
255 | X011937Y021937D03*
256 | X012937Y021937D03*
257 | X013937Y021937D03*
258 | X014937Y021937D03*
259 | X015937Y021937D03*
260 | X016937Y021937D03*
261 | X017937Y021937D03*
262 | X018937Y021937D03*
263 | X019937Y021937D03*
264 | X020937Y021937D03*
265 | X021937Y021937D03*
266 | X022937Y021937D03*
267 | X023937Y021937D03*
268 | X024937Y021937D03*
269 | X025937Y021937D03*
270 | X026937Y021937D03*
271 | X027937Y021937D03*
272 | X028937Y021937D03*
273 | X029937Y021937D03*
274 | X030937Y021937D03*
275 | X031937Y021937D03*
276 | X031937Y022937D03*
277 | X030937Y022937D03*
278 | X029937Y022937D03*
279 | X028937Y022937D03*
280 | X027937Y022937D03*
281 | X026937Y022937D03*
282 | X025937Y022937D03*
283 | X024937Y022937D03*
284 | X023937Y022937D03*
285 | X022937Y022937D03*
286 | X021937Y022937D03*
287 | X020937Y022937D03*
288 | X019937Y022937D03*
289 | X018937Y022937D03*
290 | X017937Y022937D03*
291 | X016937Y022937D03*
292 | X015937Y022937D03*
293 | X014937Y022937D03*
294 | X013937Y022937D03*
295 | X012937Y022937D03*
296 | X011937Y022937D03*
297 | X010937Y022937D03*
298 | X009937Y022937D03*
299 | D30*
300 | X007937Y003437D03*
301 | X033937Y004687D03*
302 | X033937Y021187D03*
303 | D31*
304 | X032384Y020713D03*
305 | X031833Y020713D03*
306 | X031833Y019335D03*
307 | X032384Y019335D03*
308 | X015526Y015595D03*
309 | X014974Y015595D03*
310 | X014974Y014217D03*
311 | X015526Y014217D03*
312 | X015526Y011658D03*
313 | X014974Y011658D03*
314 | X014974Y010280D03*
315 | X015526Y010280D03*
316 | D32*
317 | X012687Y009187D03*
318 | X012687Y008187D03*
319 | X012687Y007187D03*
320 | X012687Y006187D03*
321 | X012723Y020687D03*
322 | X011723Y020687D03*
323 | X021187Y020687D03*
324 | X022187Y020687D03*
325 | X023187Y020687D03*
326 | M02*
327 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/ManufactureFiles/Beagle Cape Gerber v1.2_17082012/Beagle Cape.TXT:
--------------------------------------------------------------------------------
1 | %
2 | M48
3 | M72
4 | T01C0.0118
5 | T02C0.0236
6 | T03C0.0354
7 | T04C0.0394
8 | T05C0.0400
9 | T06C0.1250
10 | %
11 | T01
12 | X6187Y7187
13 | X6687Y7687
14 | X13687Y11687
15 | X13687Y12357
16 | X12187Y13687
17 | X12187Y14687
18 | X15877Y12437
19 | X16687Y11687
20 | X19187Y11687
21 | X18687Y14687
22 | X24187Y17187
23 | X24687Y17687
24 | X25037Y18337
25 | X25187Y19687
26 | X26187Y16187
27 | X31187Y13047
28 | X33187Y13367
29 | X29127Y10687
30 | X28567Y10077
31 | X28187Y9687
32 | X29047Y9677
33 | X31177Y8597
34 | X32567Y8747
35 | X31187Y6687
36 | X22687Y7187
37 | X32777Y18667
38 | T02
39 | X31637Y17387
40 | X30787Y17337
41 | X32187Y16687
42 | X35455Y17077
43 | X29767Y12977
44 | X30447Y12277
45 | X31697Y11847
46 | X31687Y11187
47 | X28237Y13177
48 | X28847Y13797
49 | X27367Y13777
50 | X26857Y13397
51 | X25417Y13857
52 | X26317Y14437
53 | X26197Y15187
54 | X24647Y13407
55 | X23617Y14447
56 | X21687Y13927
57 | X22187Y12947
58 | X21457Y11937
59 | X24917Y11267
60 | X25417Y10907
61 | X25907Y11477
62 | X26467Y8767
63 | X26937Y8337
64 | X25407Y6637
65 | X25397Y5847
66 | X22367Y6637
67 | X22207Y6057
68 | X21687Y5687
69 | X20187Y5187
70 | X20187Y6517
71 | X20187Y8527
72 | X16687Y9087
73 | X16687Y7117
74 | X14187Y7687
75 | X14187Y10187
76 | X12187Y11687
77 | X14957Y12317
78 | X15527Y13587
79 | X14227Y15587
80 | X15687Y16687
81 | X17687Y15687
82 | X19507Y17327
83 | X19497Y19007
84 | X26227Y17457
85 | X28187Y18687
86 | X28187Y19687
87 | X28187Y20687
88 | X35455Y12497
89 | X31687Y8687
90 | X30787Y8187
91 | X35455Y8187
92 | X11687Y16687
93 | X10687Y17187
94 | X11187Y15187
95 | T03
96 | X3349Y8563
97 | X3349Y6831
98 | X35022Y7569
99 | X35022Y9301
100 | X35022Y12073
101 | X35022Y13805
102 | X35022Y16573
103 | X35022Y18305
104 | T04
105 | X31937Y21937
106 | X30937Y21937
107 | X29937Y21937
108 | X28937Y21937
109 | X27937Y21937
110 | X26937Y21937
111 | X25937Y21937
112 | X24937Y21937
113 | X23937Y21937
114 | X22937Y21937
115 | X21937Y21937
116 | X20937Y21937
117 | X19937Y21937
118 | X18937Y21937
119 | X17937Y21937
120 | X16937Y21937
121 | X15937Y21937
122 | X14937Y21937
123 | X13937Y21937
124 | X12937Y21937
125 | X11937Y21937
126 | X10937Y21937
127 | X9937Y21937
128 | X9937Y22937
129 | X10937Y22937
130 | X11937Y22937
131 | X12937Y22937
132 | X13937Y22937
133 | X14937Y22937
134 | X15937Y22937
135 | X16937Y22937
136 | X17937Y22937
137 | X18937Y22937
138 | X19937Y22937
139 | X20937Y22937
140 | X21937Y22937
141 | X22937Y22937
142 | X23937Y22937
143 | X24937Y22937
144 | X25937Y22937
145 | X26937Y22937
146 | X27937Y22937
147 | X28937Y22937
148 | X29937Y22937
149 | X30937Y22937
150 | X31937Y22937
151 | X31937Y3937
152 | X30937Y3937
153 | X29937Y3937
154 | X28937Y3937
155 | X27937Y3937
156 | X26937Y3937
157 | X25937Y3937
158 | X24937Y3937
159 | X23937Y3937
160 | X22937Y3937
161 | X21937Y3937
162 | X20937Y3937
163 | X19937Y3937
164 | X18937Y3937
165 | X17937Y3937
166 | X16937Y3937
167 | X15937Y3937
168 | X14937Y3937
169 | X13937Y3937
170 | X12937Y3937
171 | X11937Y3937
172 | X10937Y3937
173 | X9937Y3937
174 | X9937Y2937
175 | X10937Y2937
176 | X11937Y2937
177 | X12937Y2937
178 | X13937Y2937
179 | X14937Y2937
180 | X15937Y2937
181 | X16937Y2937
182 | X17937Y2937
183 | X18937Y2937
184 | X19937Y2937
185 | X20937Y2937
186 | X21937Y2937
187 | X22937Y2937
188 | X23937Y2937
189 | X24937Y2937
190 | X25937Y2937
191 | X26937Y2937
192 | X27937Y2937
193 | X28937Y2937
194 | X29937Y2937
195 | X30937Y2937
196 | X31937Y2937
197 | T05
198 | X29187Y5687
199 | X28187Y5687
200 | X27187Y5687
201 | X27187Y6687
202 | X28187Y6687
203 | X29187Y6687
204 | X12687Y6187
205 | X12687Y7187
206 | X12687Y8187
207 | X12687Y9187
208 | X5387Y18087
209 | X5387Y19087
210 | X5387Y20087
211 | X5387Y21087
212 | X5387Y22087
213 | X5387Y23087
214 | X11723Y20687
215 | X12723Y20687
216 | X21187Y20687
217 | X22187Y20687
218 | X23187Y20687
219 | T06
220 | X7937Y3437
221 | X33937Y4687
222 | X33937Y21187
223 | M30
224 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/ManufactureFiles/Ninja V1.2 BOM.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks 1.2/ManufactureFiles/Ninja V1.2 BOM.xlsx
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/NBArduinoUsedPins_V1.1_V1.2.txt:
--------------------------------------------------------------------------------
1 | NB Arduino cape used pins
2 |
3 | P8
4 | 1, 2 - GND
5 | 3 - Reset
6 |
7 | P9
8 | 1, 2 - GND
9 | 3, 4 - 3.3V
10 | 7, 8 - 5V
11 | 24 - UART1_TXD
12 | 26 - UART1_RXD
13 | 43, 44 - GND
14 | 45, 46 - GND
15 |
--------------------------------------------------------------------------------
/Ninja Blocks 1.2/sfe-gerb274x.cam:
--------------------------------------------------------------------------------
1 | [CAM Processor Job]
2 | Description[en]="\nSparkFun Gerber Generator
\n\nThis CAM job creates the seven needed files to have a PCB created. Based on the original Eagle gerb274x.cam file.
\nYou will get seven gerber files that contain data for:
\ngerber top layer (copper layer): *.GTL
\ngerber top overlay (silkscreen layer): *.GTO
\ngerber top soldermask (soldermask layer): *.GTS
\n\ngerber bottom layer (copper layer): *.GBL
\ngerber bottom overlay (silkscreen layer): *.GBO
\ngerber bottom soldermask (soldermask layer): *.GBS
\n\nExcellon Drill File: *.TXT
\nThese files, zipped together, are the only 7 files you need to have a PCB made at nearly any fab house.\n"
3 | Section=Sec_1
4 | Section=Sec_2
5 | Section=Sec_3
6 | Section=Sec_4
7 | Section=Sec_5
8 | Section=Sec_6
9 | Section=Sec_7
10 | Section=Sec_8
11 | Section=Sec_9
12 |
13 | [Sec_1]
14 | Name[en]="Top Copper"
15 | Prompt[en]=""
16 | Device="GERBER_RS274X"
17 | Wheel=""
18 | Rack=""
19 | Scale=1
20 | Output=".GTL"
21 | Flags="0 0 0 1 0 1 1"
22 | Emulate="0 0 0"
23 | Offset="0.0mil 0.0mil"
24 | Sheet=1
25 | Tolerance="0 0 0 0 0 0"
26 | Pen="0.0mil 0"
27 | Page="12000.0mil 8000.0mil"
28 | Layers=" 1 17 18 20"
29 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
30 |
31 | [Sec_2]
32 | Name[en]="Bottom Copper"
33 | Prompt[en]=""
34 | Device="GERBER_RS274X"
35 | Wheel=".whl"
36 | Rack=""
37 | Scale=1
38 | Output=".GBL"
39 | Flags="0 0 0 1 0 1 1"
40 | Emulate="0 0 0"
41 | Offset="0.0mil 0.0mil"
42 | Sheet=1
43 | Tolerance="0 0 0 0 0 0"
44 | Pen="0.0mil 0"
45 | Page="12000.0mil 8000.0mil"
46 | Layers=" 16 17 18"
47 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
48 |
49 | [Sec_3]
50 | Name[en]="Top Silkscreen"
51 | Prompt[en]=""
52 | Device="GERBER_RS274X"
53 | Wheel=".whl"
54 | Rack=""
55 | Scale=1
56 | Output=".GTO"
57 | Flags="0 0 0 1 0 1 1"
58 | Emulate="0 0 0"
59 | Offset="0.0mil 0.0mil"
60 | Sheet=1
61 | Tolerance="0 0 0 0 0 0"
62 | Pen="0.0mil 0"
63 | Page="12000.0mil 8000.0mil"
64 | Layers=" 21"
65 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
66 |
67 | [Sec_4]
68 | Name[en]="Top Paste"
69 | Prompt[en]=""
70 | Device="GERBER_RS274X"
71 | Wheel=".whl"
72 | Rack=""
73 | Scale=1
74 | Output=".GTP"
75 | Flags="0 0 0 1 0 1 1"
76 | Emulate="0 0 0"
77 | Offset="0.0mil 0.0mil"
78 | Sheet=1
79 | Tolerance="0 0 0 0 0 0"
80 | Pen="0.0mil 0"
81 | Page="12000.0mil 8000.0mil"
82 | Layers=" 31"
83 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
84 |
85 | [Sec_5]
86 | Name[en]="Bottom Silkscreen"
87 | Prompt[en]=""
88 | Device="GERBER_RS274X"
89 | Wheel=".whl"
90 | Rack=""
91 | Scale=1
92 | Output=".GBO"
93 | Flags="0 0 0 1 0 1 1"
94 | Emulate="0 0 0"
95 | Offset="0.0mil 0.0mil"
96 | Sheet=1
97 | Tolerance="0 0 0 0 0 0"
98 | Pen="0.0mil 0"
99 | Page="12000.0mil 8000.0mil"
100 | Layers=" 22"
101 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
102 |
103 | [Sec_6]
104 | Name[en]="Top Soldermask"
105 | Prompt[en]=""
106 | Device="GERBER_RS274X"
107 | Wheel=".whl"
108 | Rack=""
109 | Scale=1
110 | Output=".GTS"
111 | Flags="0 0 0 1 0 1 1"
112 | Emulate="0 0 0"
113 | Offset="0.0mil 0.0mil"
114 | Sheet=1
115 | Tolerance="0 0 0 0 0 0"
116 | Pen="0.0mil 0"
117 | Page="12000.0mil 8000.0mil"
118 | Layers=" 29"
119 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
120 |
121 | [Sec_7]
122 | Name[en]="Bottom Soldermask"
123 | Prompt[en]=""
124 | Device="GERBER_RS274X"
125 | Wheel=".whl"
126 | Rack=""
127 | Scale=1
128 | Output=".GBS"
129 | Flags="0 0 0 1 0 1 1"
130 | Emulate="0 0 0"
131 | Offset="0.0mil 0.0mil"
132 | Sheet=1
133 | Tolerance="0 0 0 0 0 0"
134 | Pen="0.0mil 0"
135 | Page="12000.0mil 8000.0mil"
136 | Layers=" 30"
137 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
138 |
139 | [Sec_8]
140 | Name[en]="Drill File"
141 | Prompt[en]=""
142 | Device="EXCELLON"
143 | Wheel=""
144 | Rack=""
145 | Scale=1
146 | Output=".TXT"
147 | Flags="0 0 0 1 0 1 1"
148 | Emulate="0 0 0"
149 | Offset="0.0mil 0.0mil"
150 | Sheet=1
151 | Tolerance="0 0 0 0 0 0"
152 | Pen="0.0mil 0"
153 | Page="12000.0mil 8000.0mil"
154 | Layers=" 44 45"
155 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
156 |
157 | [Sec_9]
158 | Name[en]="Mill Layer"
159 | Prompt[en]=""
160 | Device="GERBER_RS274X"
161 | Wheel=""
162 | Rack=""
163 | Scale=1
164 | Output=".GML"
165 | Flags="0 0 0 1 0 1 1"
166 | Emulate="0 0 0"
167 | Offset="0.0mil 0.0mil"
168 | Sheet=1
169 | Tolerance="0 0 0 0 0 0"
170 | Pen="0.0mil 0"
171 | Page="11000.0mil 16000.0mil"
172 | Layers=" 46"
173 | Colors=" 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 6 6 4 8 8 8 8 8 8 8 8 8 8 8 8 8 4 4 1 1 1 1 3 3 1 2 6 8 8 5 8 8 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 4 2 4 3 6 6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0"
174 |
--------------------------------------------------------------------------------
/Ninja Blocks/Beagle Cape.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks/Beagle Cape.brd
--------------------------------------------------------------------------------
/Ninja Blocks/Beagle Cape.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Blocks/Beagle Cape.sch
--------------------------------------------------------------------------------
/Ninja Breakout Board/Ninja Breakout.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Breakout Board/Ninja Breakout.brd
--------------------------------------------------------------------------------
/Ninja Breakout Board/Ninja Breakout.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Breakout Board/Ninja Breakout.sch
--------------------------------------------------------------------------------
/Ninja Sensors/433 Mhz Board/433 Tx.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/433 Mhz Board/433 Tx.brd
--------------------------------------------------------------------------------
/Ninja Sensors/433 Mhz Board/433 Tx.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/433 Mhz Board/433 Tx.sch
--------------------------------------------------------------------------------
/Ninja Sensors/Ninja Sensors.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/Ninja Sensors.brd
--------------------------------------------------------------------------------
/Ninja Sensors/Ninja Sensors.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/Ninja Sensors.sch
--------------------------------------------------------------------------------
/Ninja Sensors/Sound Sensor/Sound Sensor.brd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/Sound Sensor/Sound Sensor.brd
--------------------------------------------------------------------------------
/Ninja Sensors/Sound Sensor/Sound Sensor.sch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/Ninja Sensors/Sound Sensor/Sound Sensor.sch
--------------------------------------------------------------------------------
/NinjaBlock V1.2 Case/NJB-001_R05_Alpha_Upper_Housing.STL:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/NinjaBlock V1.2 Case/NJB-001_R05_Alpha_Upper_Housing.STL
--------------------------------------------------------------------------------
/NinjaBlock V1.2 Case/NJB-007_R04_Alpha_Lower_Housing.STL:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/NinjaBlock V1.2 Case/NJB-007_R04_Alpha_Lower_Housing.STL
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | These are the Designs for the __Ninja Block Cape__ and __Sensor PCBs__.
2 | The files were created in the free/low cost EagleCad software available form [here](http://www.cadsoftusa.com/downloads/).
3 |
4 | As always if you have any questions or queries whatsoever, please don't hesitate to contact us on help@ninjablocks.com .
5 |
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev A2.PrjPCBStructure:
--------------------------------------------------------------------------------
1 | Record=TopLevelDocument|FileName=BeagleBone_RF_Cape_Rev_A2_Host Inf.SchDoc
2 |
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev A2.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev A2.pdf
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev A2_Cover_Page .SchDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev A2_Cover_Page .SchDoc
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev A2_EMInf.SchDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev A2_EMInf.SchDoc
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev_02.PcbDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev_02.PcbDoc
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev_03.PcbDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev_03.PcbDoc
--------------------------------------------------------------------------------
/RF Cape/BeagleBone_RF_Cape_Rev_A2_Host Inf.SchDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/BeagleBone_RF_Cape_Rev_A2_Host Inf.SchDoc
--------------------------------------------------------------------------------
/RF Cape/RF Cape Workspace.DsnWrk:
--------------------------------------------------------------------------------
1 | [ProjectGroup]
2 | Version=1.0
3 | [Project1]
4 | ProjectPath=BeagleBone_RF_Cape_Rev A2.PrjPCB
5 |
--------------------------------------------------------------------------------
/RF Cape/RF Caps A1.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/RF Caps A1.zip
--------------------------------------------------------------------------------
/RF Cape/RF_Adaptor.SCHLIB:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/RF_Adaptor.SCHLIB
--------------------------------------------------------------------------------
/RF Cape/RF_Cape.PcbLib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/RF_Cape.PcbLib
--------------------------------------------------------------------------------
/RF Cape/Schematic Prints - Rev A0.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/Schematic Prints - Rev A0.pdf
--------------------------------------------------------------------------------
/RF Cape/Schematic Prints - Rev A1.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RF Cape/Schematic Prints - Rev A1.pdf
--------------------------------------------------------------------------------
/RPi Crust/Arduino RPi Crust.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RPi Crust/Arduino RPi Crust.pdf
--------------------------------------------------------------------------------
/RPi Crust/HeaderVerification.xls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RPi Crust/HeaderVerification.xls
--------------------------------------------------------------------------------
/RPi Crust/RPiC_V1.0/Arduino Cape.OutJob:
--------------------------------------------------------------------------------
1 | [OutputJobFile]
2 | Version=1.0
3 |
4 | [PublishSettings]
5 | OutputFilePath2=C:\LX\LX_SVN\Project_RaspberryArduinoCrust\Hardware Design\Arduino Cape\.PDF
6 | ReleaseManaged2=0
7 | OutputBasePath2=C:\LX\LX_SVN\Project_RaspberryArduinoCrust\Hardware Design\Arduino Cape\
8 | OutputPathMedia2=
9 | OutputPathOutputer2=[Output Type]
10 | OutputFileName2=Arduino Cape.pdf
11 | OpenOutput2=1
12 | PromptOverwrite2=1
13 | PublishMethod2=0
14 | ZoomLevel2=50
15 | FitSCHPrintSizeToDoc2=0
16 | FitPCBPrintSizeToDoc2=0
17 | GenerateNetsInfo2=1
18 | MarkPins2=1
19 | MarkNetLabels2=1
20 | MarkPortsId2=1
21 | GenerateTOC=1
22 | OutputFilePath3=
23 | ReleaseManaged3=1
24 | OutputBasePath3=
25 | OutputPathMedia3=
26 | OutputPathOutputer3=[Output Type]
27 | OutputFileName3=
28 | OpenOutput3=1
29 | OutputFilePath4=
30 | ReleaseManaged4=1
31 | OutputBasePath4=
32 | OutputPathMedia4=
33 | OutputPathOutputer4=[Output Type]
34 | OutputFileName4=
35 | OpenOutput4=1
36 | PromptOverwrite4=1
37 | PublishMethod4=5
38 | ZoomLevel4=50
39 | FitSCHPrintSizeToDoc4=1
40 | FitPCBPrintSizeToDoc4=1
41 | GenerateNetsInfo4=1
42 | MarkPins4=1
43 | MarkNetLabels4=1
44 | MarkPortsId4=1
45 | MediaFormat4=Windows Media file (*.wmv,*.wma,*.asf)
46 | FixedDimensions4=1
47 | Width4=352
48 | Height4=288
49 | MultiFile4=0
50 | FramesPerSecond4=25
51 | FramesPerSecondDenom4=1
52 | AviPixelFormat4=7
53 | AviCompression4=MP42 MS-MPEG4 V2
54 | AviQuality4=100
55 | FFmpegVideoCodecId4=13
56 | FFmpegPixelFormat4=0
57 | FFmpegQuality4=80
58 | WmvVideoCodecName4=Windows Media Video V7
59 | WmvQuality4=80
60 | ShowComponentParameters2=1
61 |
62 | [GeneratedFilesSettings]
63 | RelativeOutputPath2=C:\LX\LX_SVN\Project_RaspberryArduinoCrust\Hardware Design\Arduino Cape\.PDF
64 | OpenOutputs2=1
65 | RelativeOutputPath3=
66 | OpenOutputs3=1
67 | AddToProject3=1
68 | TimestampFolder3=0
69 | UseOutputName3=0
70 | OpenODBOutput3=0
71 | OpenGerberOutput3=0
72 | OpenNCDrillOutput3=0
73 | OpenIPCOutput3=0
74 | EnableReload3=0
75 | RelativeOutputPath4=
76 | OpenOutputs4=1
77 |
78 | [OutputGroup1]
79 | Name=
80 | Description=
81 | TargetOutputMedium=PDF
82 | VariantName=[No Variations]
83 | VariantScope=0
84 | CurrentConfigurationName=
85 | TargetPrinter=FX DocuPrint M255 z PS
86 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
87 | OutputMedium1=Print Job
88 | OutputMedium1_Type=Printer
89 | OutputMedium1_Printer=
90 | OutputMedium1_PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
91 | OutputMedium2=PDF
92 | OutputMedium2_Type=Publish
93 | OutputMedium3=Folder Structure
94 | OutputMedium3_Type=GeneratedFiles
95 | OutputMedium4=Video
96 | OutputMedium4_Type=Multimedia
97 | OutputType1=Schematic Print
98 | OutputName1=Schematic Prints of Arduino Cape.SchDoc
99 | OutputCategory1=Documentation
100 | OutputDocumentPath1=Arduino Cape.SchDoc
101 | OutputVariantName1=
102 | OutputEnabled1=1
103 | OutputEnabled1_OutputMedium1=0
104 | OutputEnabled1_OutputMedium2=1
105 | OutputEnabled1_OutputMedium3=0
106 | OutputEnabled1_OutputMedium4=0
107 | OutputDefault1=0
108 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=0.70|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|PaperKind=A4|PrintScaleMode=1
109 | Configuration1_Name1=OutputConfigurationParameter1
110 | Configuration1_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=True|ExpandDesignator=True|ExpandNetLabel=False|ExpandPort=False|ExpandSheetNum=False|ExpandDocNum=False|PrintArea=0|PrintAreaRect.X1=0|PrintAreaRect.Y1=0|PrintAreaRect.X2=0|PrintAreaRect.Y2=0
111 |
112 |
--------------------------------------------------------------------------------
/RPi Crust/RPiC_V1.0/Arduino Cape.PcbDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ninjablocks/hardware/39a3984f30b59e30d2e277056a6a75d22920a7b3/RPi Crust/RPiC_V1.0/Arduino Cape.PcbDoc
--------------------------------------------------------------------------------
/RPi Crust/RPiC_V1.0/Arduino Cape.PrjPcb:
--------------------------------------------------------------------------------
1 | [Design]
2 | Version=1.0
3 | HierarchyMode=0
4 | ChannelRoomNamingStyle=0
5 | LogFolderPath=
6 | ReleasesFolder=
7 | ReleaseVaultGUID=
8 | ReleaseVaultName=
9 | ChannelDesignatorFormatString=$Component_$RoomName
10 | ChannelRoomLevelSeperator=_
11 | OpenOutputs=1
12 | ArchiveProject=0
13 | TimestampOutput=0
14 | SeparateFolders=0
15 | TemplateLocationPath=
16 | PinSwapBy_Netlabel=1
17 | PinSwapBy_Pin=1
18 | AllowPortNetNames=0
19 | AllowSheetEntryNetNames=1
20 | AppendSheetNumberToLocalNets=0
21 | NetlistSinglePinNets=0
22 | DefaultConfiguration=Default Configuration
23 | UserID=0xFFFFFFFF
24 | DefaultPcbProtel=1
25 | DefaultPcbPcad=0
26 | ReorderDocumentsOnCompile=1
27 | NameNetsHierarchically=0
28 | PowerPortNamesTakePriority=0
29 | PushECOToAnnotationFile=1
30 | DItemRevisionGUID=
31 | ReportSuppressedErrorsInMessages=0
32 |
33 | [Document1]
34 | DocumentPath=Arduino Cape.SchDoc
35 | AnnotationEnabled=1
36 | AnnotateStartValue=1
37 | AnnotationIndexControlEnabled=0
38 | AnnotateSuffix=
39 | AnnotateScope=All
40 | AnnotateOrder=0
41 | DoLibraryUpdate=1
42 | DoDatabaseUpdate=1
43 | ClassGenCCAutoEnabled=1
44 | ClassGenCCAutoRoomEnabled=1
45 | ClassGenNCAutoScope=None
46 | DItemRevisionGUID=
47 | GenerateClassCluster=0
48 |
49 | [Document2]
50 | DocumentPath=Arduino Cape.PcbDoc
51 | AnnotationEnabled=1
52 | AnnotateStartValue=1
53 | AnnotationIndexControlEnabled=0
54 | AnnotateSuffix=
55 | AnnotateScope=All
56 | AnnotateOrder=-1
57 | DoLibraryUpdate=1
58 | DoDatabaseUpdate=1
59 | ClassGenCCAutoEnabled=1
60 | ClassGenCCAutoRoomEnabled=1
61 | ClassGenNCAutoScope=None
62 | DItemRevisionGUID=
63 | GenerateClassCluster=0
64 |
65 | [Document3]
66 | DocumentPath=Arduino Cape.OutJob
67 | AnnotationEnabled=1
68 | AnnotateStartValue=1
69 | AnnotationIndexControlEnabled=0
70 | AnnotateSuffix=
71 | AnnotateScope=All
72 | AnnotateOrder=-1
73 | DoLibraryUpdate=1
74 | DoDatabaseUpdate=1
75 | ClassGenCCAutoEnabled=1
76 | ClassGenCCAutoRoomEnabled=1
77 | ClassGenNCAutoScope=None
78 | DItemRevisionGUID=
79 | GenerateClassCluster=0
80 |
81 | [Configuration1]
82 | Name=Default Configuration
83 | ParameterCount=0
84 | ConstraintFileCount=0
85 | ReleaseItemId=
86 | CurrentRevision=
87 | Variant=[No Variations]
88 | GenerateBOM=0
89 | OutputJobsCount=0
90 |
91 | [Generic_EDE]
92 | OutputDir=ProjectOutputs
93 |
94 | [Generic_SmartPDF]
95 | AutoOpenFile=-1
96 | AutoOpenOutJob=-1
97 |
98 | [Generic_SmartPDFSettings]
99 | ProjectMode=0
100 | ZoomPrecision=50
101 | AddNetsInformation=-1
102 | AddNetPins=-1
103 | AddNetNetLabels=-1
104 | AddNetPorts=-1
105 | ExportBOM=0
106 | TemplateFilename=
107 | TemplateStoreRelative=-1
108 | PCB_PrintColor=0
109 | SCH_ShowNoErc=-1
110 | SCH_ShowParameter=-1
111 | SCH_ShowProbes=-1
112 | SCH_ShowBlankets=-1
113 | SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle
114 | SCH_ShowNote=-1
115 | SCH_ShowNoteCollapsed=-1
116 | SCH_ExpandLogicalToPhysical=-1
117 | SCH_VariantName=
118 | SCH_ExpandComponentDesignators=-1
119 | SCH_ExpandNetlabels=0
120 | SCH_ExpandPorts=0
121 | SCH_ExpandSheetNumber=0
122 | SCH_ExpandDocumentNumber=0
123 | SCH_HasExpandLogicalToPhysicalSheets=0
124 | SaveSettingsToOutJob=-1
125 |
126 | [OutputGroup1]
127 | Name=Netlist Outputs
128 | Description=
129 | TargetPrinter=FX DocuPrint M255 z PS
130 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
131 | OutputType1=CadnetixNetlist
132 | OutputName1=Cadnetix Netlist
133 | OutputDocumentPath1=
134 | OutputVariantName1=
135 | OutputDefault1=0
136 | OutputType2=CalayNetlist
137 | OutputName2=Calay Netlist
138 | OutputDocumentPath2=
139 | OutputVariantName2=
140 | OutputDefault2=0
141 | OutputType3=EDIF
142 | OutputName3=EDIF for PCB
143 | OutputDocumentPath3=
144 | OutputVariantName3=
145 | OutputDefault3=0
146 | OutputType4=EESofNetlist
147 | OutputName4=EESof Netlist
148 | OutputDocumentPath4=
149 | OutputVariantName4=
150 | OutputDefault4=0
151 | OutputType5=IntergraphNetlist
152 | OutputName5=Intergraph Netlist
153 | OutputDocumentPath5=
154 | OutputVariantName5=
155 | OutputDefault5=0
156 | OutputType6=MentorBoardStationNetlist
157 | OutputName6=Mentor BoardStation Netlist
158 | OutputDocumentPath6=
159 | OutputVariantName6=
160 | OutputDefault6=0
161 | OutputType7=MultiWire
162 | OutputName7=MultiWire
163 | OutputDocumentPath7=
164 | OutputVariantName7=
165 | OutputDefault7=0
166 | OutputType8=OrCadPCB2Netlist
167 | OutputName8=Orcad/PCB2 Netlist
168 | OutputDocumentPath8=
169 | OutputVariantName8=
170 | OutputDefault8=0
171 | OutputType9=PADSNetlist
172 | OutputName9=PADS ASCII Netlist
173 | OutputDocumentPath9=
174 | OutputVariantName9=
175 | OutputDefault9=0
176 | OutputType10=Pcad
177 | OutputName10=Pcad for PCB
178 | OutputDocumentPath10=
179 | OutputVariantName10=
180 | OutputDefault10=0
181 | OutputType11=PCADNetlist
182 | OutputName11=PCAD Netlist
183 | OutputDocumentPath11=
184 | OutputVariantName11=
185 | OutputDefault11=0
186 | OutputType12=PCADnltNetlist
187 | OutputName12=PCADnlt Netlist
188 | OutputDocumentPath12=
189 | OutputVariantName12=
190 | OutputDefault12=0
191 | OutputType13=Protel2Netlist
192 | OutputName13=Protel2 Netlist
193 | OutputDocumentPath13=
194 | OutputVariantName13=
195 | OutputDefault13=0
196 | OutputType14=ProtelNetlist
197 | OutputName14=Protel
198 | OutputDocumentPath14=
199 | OutputVariantName14=
200 | OutputDefault14=0
201 | OutputType15=RacalNetlist
202 | OutputName15=Racal Netlist
203 | OutputDocumentPath15=
204 | OutputVariantName15=
205 | OutputDefault15=0
206 | OutputType16=RINFNetlist
207 | OutputName16=RINF Netlist
208 | OutputDocumentPath16=
209 | OutputVariantName16=
210 | OutputDefault16=0
211 | OutputType17=SciCardsNetlist
212 | OutputName17=SciCards Netlist
213 | OutputDocumentPath17=
214 | OutputVariantName17=
215 | OutputDefault17=0
216 | OutputType18=SIMetrixNetlist
217 | OutputName18=SIMetrix
218 | OutputDocumentPath18=
219 | OutputVariantName18=
220 | OutputDefault18=0
221 | OutputType19=SIMPLISNetlist
222 | OutputName19=SIMPLIS
223 | OutputDocumentPath19=
224 | OutputVariantName19=
225 | OutputDefault19=0
226 | OutputType20=TangoNetlist
227 | OutputName20=Tango Netlist
228 | OutputDocumentPath20=
229 | OutputVariantName20=
230 | OutputDefault20=0
231 | OutputType21=TelesisNetlist
232 | OutputName21=Telesis Netlist
233 | OutputDocumentPath21=
234 | OutputVariantName21=
235 | OutputDefault21=0
236 | OutputType22=Verilog
237 | OutputName22=Verilog File
238 | OutputDocumentPath22=
239 | OutputVariantName22=
240 | OutputDefault22=0
241 | OutputType23=VHDL
242 | OutputName23=VHDL File
243 | OutputDocumentPath23=
244 | OutputVariantName23=
245 | OutputDefault23=0
246 | OutputType24=WireListNetlist
247 | OutputName24=WireList Netlist
248 | OutputDocumentPath24=
249 | OutputVariantName24=
250 | OutputDefault24=0
251 | OutputType25=XSpiceNetlist
252 | OutputName25=XSpice Netlist
253 | OutputDocumentPath25=
254 | OutputVariantName25=
255 | OutputDefault25=0
256 |
257 | [OutputGroup2]
258 | Name=Simulator Outputs
259 | Description=
260 | TargetPrinter=FX DocuPrint M255 z PS
261 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
262 | OutputType1=AdvSimNetlist
263 | OutputName1=Mixed Sim
264 | OutputDocumentPath1=
265 | OutputVariantName1=
266 | OutputDefault1=0
267 | OutputType2=SIMetrix_Sim
268 | OutputName2=SIMetrix
269 | OutputDocumentPath2=
270 | OutputVariantName2=
271 | OutputDefault2=0
272 | OutputType3=SIMPLIS_Sim
273 | OutputName3=SIMPLIS
274 | OutputDocumentPath3=
275 | OutputVariantName3=
276 | OutputDefault3=0
277 |
278 | [OutputGroup3]
279 | Name=Documentation Outputs
280 | Description=
281 | TargetPrinter=Adobe PDF
282 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
283 | OutputType1=Assembler Source Print
284 | OutputName1=Assembler Source Prints
285 | OutputDocumentPath1=
286 | OutputVariantName1=
287 | OutputDefault1=0
288 | 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|PaperKind=A4|PrintScaleMode=1
289 | OutputType2=C Source Print
290 | OutputName2=C Source Prints
291 | OutputDocumentPath2=
292 | OutputVariantName2=
293 | OutputDefault2=0
294 | 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|PaperKind=A4|PrintScaleMode=1
295 | OutputType3=C/C++ Header Print
296 | OutputName3=C/C++ Header Prints
297 | OutputDocumentPath3=
298 | OutputVariantName3=
299 | OutputDefault3=0
300 | 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|PaperKind=A4|PrintScaleMode=1
301 | OutputType4=C++ Source Print
302 | OutputName4=C++ Source Prints
303 | OutputDocumentPath4=
304 | OutputVariantName4=
305 | OutputDefault4=0
306 | 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|PaperKind=A4|PrintScaleMode=1
307 | OutputType5=Composite
308 | OutputName5=Composite Drawing
309 | OutputDocumentPath5=D:\Dropbox\LX PROJECTS SVN\Project_RaspberryArduinoCrust\Hardware Design\Arduino Cape\Arduino Cape.PcbDoc
310 | OutputVariantName5=
311 | OutputDefault5=0
312 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=0.95|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|PaperKind=A4|PrintScaleMode=1
313 | Configuration5_Name1=OutputConfigurationParameter1
314 | Configuration5_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
315 | Configuration5_Name2=OutputConfigurationParameter2
316 | Configuration5_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
317 | Configuration5_Name3=OutputConfigurationParameter3
318 | Configuration5_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
319 | Configuration5_Name4=OutputConfigurationParameter4
320 | Configuration5_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
321 | Configuration5_Name5=OutputConfigurationParameter5
322 | Configuration5_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=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
323 | Configuration5_Name6=OutputConfigurationParameter6
324 | Configuration5_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=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
325 | Configuration5_Name7=OutputConfigurationParameter7
326 | Configuration5_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=Mechanical2|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
327 | Configuration5_Name8=OutputConfigurationParameter8
328 | Configuration5_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=Mechanical5|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
329 | Configuration5_Name9=OutputConfigurationParameter9
330 | Configuration5_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
331 | Configuration5_Name10=OutputConfigurationParameter10
332 | Configuration5_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=Mechanical15|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
333 | Configuration5_Name11=OutputConfigurationParameter11
334 | Configuration5_Item11=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=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
335 | Configuration5_Name12=OutputConfigurationParameter12
336 | Configuration5_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=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
337 | OutputType6=Logic Analyser Print
338 | OutputName6=Logic Analyser Prints
339 | OutputDocumentPath6=
340 | OutputVariantName6=
341 | OutputDefault6=0
342 | 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|PaperKind=A4|PrintScaleMode=1
343 | OutputType7=OpenBus Print
344 | OutputName7=OpenBus Prints
345 | OutputDocumentPath7=
346 | OutputVariantName7=
347 | OutputDefault7=0
348 | 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|PaperKind=A4|PrintScaleMode=1
349 | OutputType8=PCB 3D Print
350 | OutputName8=PCB 3D Print
351 | OutputDocumentPath8=
352 | OutputVariantName8=[No Variations]
353 | OutputDefault8=0
354 | 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|PaperKind=A4|PrintScaleMode=1
355 | OutputType9=PCB 3D Video
356 | OutputName9=PCB 3D Video
357 | OutputDocumentPath9=
358 | OutputVariantName9=[No Variations]
359 | OutputDefault9=0
360 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
361 | OutputType10=PCB Print
362 | OutputName10=PCB Prints
363 | OutputDocumentPath10=
364 | OutputVariantName10=
365 | OutputDefault10=0
366 | 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|PaperKind=A4|PrintScaleMode=1
367 | OutputType11=PCBLIB Print
368 | OutputName11=PCBLIB Prints
369 | OutputDocumentPath11=
370 | OutputVariantName11=
371 | OutputDefault11=0
372 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
373 | OutputType12=Report Print
374 | OutputName12=Report Prints
375 | OutputDocumentPath12=
376 | OutputVariantName12=
377 | OutputDefault12=0
378 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
379 | OutputType13=Schematic Print
380 | OutputName13=Schematic Prints
381 | OutputDocumentPath13=D:\Dropbox\Ninja Blocks\Design Files\Arduino Cape\Arduino Cape.SchDoc
382 | OutputVariantName13=
383 | OutputDefault13=0
384 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
385 | Configuration13_Name1=OutputConfigurationParameter1
386 | Configuration13_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=True|ExpandDesignator=True|ExpandNetLabel=False|ExpandPort=False|ExpandSheetNum=False|ExpandDocNum=False|PrintArea=0|PrintAreaRect.X1=0|PrintAreaRect.Y1=0|PrintAreaRect.X2=0|PrintAreaRect.Y2=0
387 | OutputType14=SimView Print
388 | OutputName14=SimView Prints
389 | OutputDocumentPath14=
390 | OutputVariantName14=
391 | OutputDefault14=0
392 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
393 | OutputType15=Software Platform Print
394 | OutputName15=Software Platform Prints
395 | OutputDocumentPath15=
396 | OutputVariantName15=
397 | OutputDefault15=0
398 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
399 | OutputType16=VHDL Print
400 | OutputName16=VHDL Prints
401 | OutputDocumentPath16=
402 | OutputVariantName16=
403 | OutputDefault16=0
404 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
405 | OutputType17=Wave Print
406 | OutputName17=Wave Prints
407 | OutputDocumentPath17=
408 | OutputVariantName17=
409 | OutputDefault17=0
410 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
411 | OutputType18=WaveSim Print
412 | OutputName18=WaveSim Prints
413 | OutputDocumentPath18=
414 | OutputVariantName18=
415 | OutputDefault18=0
416 | 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=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1
417 |
418 | [OutputGroup4]
419 | Name=Assembly Outputs
420 | Description=
421 | TargetPrinter=FX DocuPrint M255 z PS
422 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
423 | OutputType1=Assembly
424 | OutputName1=Assembly Drawings
425 | OutputDocumentPath1=
426 | OutputVariantName1=[No Variations]
427 | OutputDefault1=0
428 | 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|PaperKind=A4|PrintScaleMode=1
429 | OutputType2=Pick Place
430 | OutputName2=Generates pick and place files
431 | OutputDocumentPath2=
432 | OutputVariantName2=[No Variations]
433 | OutputDefault2=0
434 | OutputType3=Test Points For Assembly
435 | OutputName3=Test Point Report
436 | OutputDocumentPath3=
437 | OutputVariantName3=[No Variations]
438 | OutputDefault3=0
439 |
440 | [OutputGroup5]
441 | Name=Fabrication Outputs
442 | Description=
443 | TargetPrinter=FX DocuPrint M255 z PS
444 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
445 | OutputType1=Drill
446 | OutputName1=Drill Drawing/Guides
447 | OutputDocumentPath1=
448 | OutputVariantName1=
449 | OutputDefault1=0
450 | 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|PaperKind=A4|PrintScaleMode=1
451 | OutputType2=Mask
452 | OutputName2=Solder/Paste Mask Prints
453 | OutputDocumentPath2=
454 | OutputVariantName2=
455 | OutputDefault2=0
456 | 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|PaperKind=A4|PrintScaleMode=1
457 | OutputType3=Final
458 | OutputName3=Final Artwork Prints
459 | OutputDocumentPath3=
460 | OutputVariantName3=[No Variations]
461 | OutputDefault3=0
462 | 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|PaperKind=A4|PrintScaleMode=1
463 | OutputType4=CompositeDrill
464 | OutputName4=Composite Drill Drawing
465 | OutputDocumentPath4=
466 | OutputVariantName4=
467 | OutputDefault4=0
468 | 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|PaperKind=A4|PrintScaleMode=1
469 | OutputType5=NC Drill
470 | OutputName5=NC Drill Files
471 | OutputDocumentPath5=
472 | OutputVariantName5=
473 | OutputDefault5=0
474 | Configuration5_Name1=OutputConfigurationParameter1
475 | Configuration5_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=2|NumberOfUnits=4|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Metric|ZeroesMode=SuppressTrailingZeroes
476 | OutputType6=ODB
477 | OutputName6=ODB++ Files
478 | OutputDocumentPath6=
479 | OutputVariantName6=[No Variations]
480 | OutputDefault6=0
481 | OutputType7=Plane
482 | OutputName7=Power-Plane Prints
483 | OutputDocumentPath7=
484 | OutputVariantName7=
485 | OutputDefault7=0
486 | 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|PaperKind=A4|PrintScaleMode=1
487 | OutputType8=Test Points
488 | OutputName8=Test Point Report
489 | OutputDocumentPath8=
490 | OutputVariantName8=
491 | OutputDefault8=0
492 | OutputType9=Gerber
493 | OutputName9=Gerber Files
494 | OutputDocumentPath9=
495 | OutputVariantName9=[No Variations]
496 | OutputDefault9=0
497 | Configuration9_Name1=OutputConfigurationParameter1
498 | Configuration9_Item1=AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=500000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=314960630|FilmYSize=1771653543|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Metric|IncludeUnconnectedMidLayerPads=False|LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=39|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NumberOfDecimals=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean,16973830~1,16973832~1,16973834~1,16777217~1,16842751~1,16973835~1,16908289~1,16973837~1,16973848~1,16973849~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=True|PlotUsedDrillGuideLayerPairs=True|PlusApertureTolerance=39|Record=GerberView|SoftwareArcs=False|Sorted=False
499 |
500 | [OutputGroup6]
501 | Name=Report Outputs
502 | Description=
503 | TargetPrinter=FX DocuPrint M255 z PS
504 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1
505 | OutputType1=Script
506 | OutputName1=Script Output
507 | OutputDocumentPath1=
508 | OutputVariantName1=[No Variations]
509 | OutputDefault1=0
510 | OutputType2=SimpleBOM
511 | OutputName2=Simple BOM
512 | OutputDocumentPath2=
513 | OutputVariantName2=[No Variations]
514 | OutputDefault2=0
515 | OutputType3=SinglePinNetReporter
516 | OutputName3=Report Single Pin Nets
517 | OutputDocumentPath3=
518 | OutputVariantName3=[No Variations]
519 | OutputDefault3=0
520 | OutputType4=BOM_PartType
521 | OutputName4=Bill of Materials
522 | OutputDocumentPath4=
523 | OutputVariantName4=[No Variations]
524 | OutputDefault4=0
525 | 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|PaperKind=A4|PrintScaleMode=1
526 | Configuration4_Name1=Filter
527 | Configuration4_Item1=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000
528 | Configuration4_Name2=General
529 | Configuration4_Item2=OpenExported=True|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|IncludePCBData=False|IncludeVaultData=False|ShowExportOptions=True|TemplateFilename=X:\Engineering\Quality\Library\LXBOM Template.xls|BatchMode=5|FormWidth=1419|FormHeight=653|SupplierProdQty=10|SupplierAutoQty=True|SupplierUseCachedPricing=False|SupplierCurrency=