├── .gitignore ├── Collateral ├── BOM │ └── README.ml ├── Older Versions │ ├── Old Gerbers │ │ ├── Proto 1 Gerbers │ │ │ ├── Archive.zip │ │ │ ├── TuringMachine.boardoutline.ger │ │ │ ├── TuringMachine.boardoutline.gpi │ │ │ ├── TuringMachine.bottomlayer.ger │ │ │ ├── TuringMachine.bottomlayer.gpi │ │ │ ├── TuringMachine.bottomsilkscreen.ger │ │ │ ├── TuringMachine.bottomsilkscreen.gpi │ │ │ ├── TuringMachine.bottomsoldermask.ger │ │ │ ├── TuringMachine.bottomsoldermask.gpi │ │ │ ├── TuringMachine.drills.dri │ │ │ ├── TuringMachine.drills.xln │ │ │ ├── TuringMachine.tcream.ger │ │ │ ├── TuringMachine.tcream.gpi │ │ │ ├── TuringMachine.toplayer.ger │ │ │ ├── TuringMachine.toplayer.gpi │ │ │ ├── TuringMachine.topsilkscreen.ger │ │ │ ├── TuringMachine.topsilkscreen.gpi │ │ │ ├── TuringMachine.topsoldermask.ger │ │ │ └── TuringMachine.topsoldermask.gpi │ │ └── Split_Board_Proto1_Gerbers │ │ │ ├── TuringBack_Gerbers_rev1 │ │ │ ├── TuringBack.boardoutline.ger │ │ │ ├── TuringBack.boardoutline.gpi │ │ │ ├── TuringBack.bottomlayer.ger │ │ │ ├── TuringBack.bottomlayer.gpi │ │ │ ├── TuringBack.bottomsilkscreen.ger │ │ │ ├── TuringBack.bottomsilkscreen.gpi │ │ │ ├── TuringBack.bottomsoldermask.ger │ │ │ ├── TuringBack.bottomsoldermask.gpi │ │ │ ├── TuringBack.drills.dri │ │ │ ├── TuringBack.drills.xln │ │ │ ├── TuringBack.tcream.ger │ │ │ ├── TuringBack.tcream.gpi │ │ │ ├── TuringBack.toplayer.ger │ │ │ ├── TuringBack.toplayer.gpi │ │ │ ├── TuringBack.topsilkscreen.ger │ │ │ ├── TuringBack.topsilkscreen.gpi │ │ │ ├── TuringBack.topsoldermask.ger │ │ │ └── TuringBack.topsoldermask.gpi │ │ │ └── TuringFront_Gerbers_Rev1 │ │ │ ├── TuringFront.boardoutline.ger │ │ │ ├── TuringFront.boardoutline.gpi │ │ │ ├── TuringFront.bottomlayer.ger │ │ │ ├── TuringFront.bottomlayer.gpi │ │ │ ├── TuringFront.bottomsilkscreen.ger │ │ │ ├── TuringFront.bottomsilkscreen.gpi │ │ │ ├── TuringFront.bottomsoldermask.ger │ │ │ ├── TuringFront.bottomsoldermask.gpi │ │ │ ├── TuringFront.drills.dri │ │ │ ├── TuringFront.drills.xln │ │ │ ├── TuringFront.tcream.ger │ │ │ ├── TuringFront.tcream.gpi │ │ │ ├── TuringFront.toplayer.ger │ │ │ ├── TuringFront.toplayer.gpi │ │ │ ├── TuringFront.topsilkscreen.ger │ │ │ ├── TuringFront.topsilkscreen.gpi │ │ │ ├── TuringFront.topsoldermask.ger │ │ │ └── TuringFront.topsoldermask.gpi │ ├── TuringMachine_singleBoard.brd │ └── TuringMachine_singleBoard.sch ├── PDF Schematics │ └── TuringMachine2_Schematic_May2016.pdf ├── Panel Artwork │ └── Turing_v2_Panel metal.pdf ├── Turing Mk2 Gerbers │ ├── Back Board │ │ ├── TuringBack.boardoutline.ger │ │ ├── TuringBack.boardoutline.gpi │ │ ├── TuringBack.bottomlayer.ger │ │ ├── TuringBack.bottomlayer.gpi │ │ ├── TuringBack.bottomsilkscreen.ger │ │ ├── TuringBack.bottomsilkscreen.gpi │ │ ├── TuringBack.bottomsoldermask.ger │ │ ├── TuringBack.bottomsoldermask.gpi │ │ ├── TuringBack.drills.dri │ │ ├── TuringBack.drills.xln │ │ ├── TuringBack.toplayer.ger │ │ ├── TuringBack.toplayer.gpi │ │ ├── TuringBack.topsilkscreen.ger │ │ ├── TuringBack.topsilkscreen.gpi │ │ ├── TuringBack.topsoldermask.ger │ │ └── TuringBack.topsoldermask.gpi │ ├── Front Board │ │ ├── TuringFront.boardoutline.ger │ │ ├── TuringFront.boardoutline.gpi │ │ ├── TuringFront.bottomlayer.ger │ │ ├── TuringFront.bottomlayer.gpi │ │ ├── TuringFront.bottomsilkscreen.ger │ │ ├── TuringFront.bottomsilkscreen.gpi │ │ ├── TuringFront.bottomsoldermask.ger │ │ ├── TuringFront.bottomsoldermask.gpi │ │ ├── TuringFront.drills.dri │ │ ├── TuringFront.drills.xln │ │ ├── TuringFront.toplayer.ger │ │ ├── TuringFront.toplayer.gpi │ │ ├── TuringFront.topsilkscreen.ger │ │ ├── TuringFront.topsilkscreen.gpi │ │ ├── TuringFront.topsoldermask.ger │ │ └── TuringFront.topsoldermask.gpi │ └── Panel │ │ ├── TuringPanel.boardoutline.ger │ │ ├── TuringPanel.boardoutline.gpi │ │ ├── TuringPanel.bottomlayer.ger │ │ ├── TuringPanel.bottomlayer.gpi │ │ ├── TuringPanel.bottomsilkscreen.ger │ │ ├── TuringPanel.bottomsilkscreen.gpi │ │ ├── TuringPanel.bottomsoldermask.ger │ │ ├── TuringPanel.bottomsoldermask.gpi │ │ ├── TuringPanel.drills.dri │ │ ├── TuringPanel.drills.xln │ │ ├── TuringPanel.tcream.ger │ │ ├── TuringPanel.tcream.gpi │ │ ├── TuringPanel.toplayer.ger │ │ ├── TuringPanel.toplayer.gpi │ │ ├── TuringPanel.topsilkscreen.ger │ │ ├── TuringPanel.topsilkscreen.gpi │ │ ├── TuringPanel.topsoldermask.ger │ │ └── TuringPanel.topsoldermask.gpi └── images │ ├── Turing2_800.jpg │ └── alps-alpha-switches.jpg ├── Hardware ├── TuringBack.brd ├── TuringBack.sch ├── TuringFront.brd ├── TuringFront.sch ├── TuringPanel.brd └── TuringPanel.sch └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # ignore EAGLE backup files 2 | Hardware/*.b#* 3 | 4 | # ignore all CAM output artifacts 5 | Hardware/*.dri 6 | Hardware/*.gbl 7 | Hardware/*.gbo 8 | Hardware/*.gbp 9 | Hardware/*.gbs 10 | Hardware/*.gml 11 | Hardware/*.gpi 12 | Hardware/*.gtl 13 | Hardware/*.gto 14 | Hardware/*.gtp 15 | Hardware/*.gts 16 | 17 | # ignore all CAM output bundles 18 | Hardware/*.zip 19 | 20 | # ignore text files, but only when they're CAM output artifacts 21 | Hardware/TuringFront.txt 22 | Hardware/TuringBack.txt 23 | Hardware/TuringPanel.txt 24 | -------------------------------------------------------------------------------- /Collateral/BOM/README.ml: -------------------------------------------------------------------------------- 1 | Latest Turing 2 BOM is in Google Docs: https://docs.google.com/spreadsheets/d/1FUUejrNd6qe-PUmlLi0BAgiGKWX9DxQH3Jt5qFOxPAQ/edit#gid=0 2 | 3 | NB: Read note on not buying cheap semiconductors from eBay/Alibaba etc. 4 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/Archive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomWhitwell/TuringMachine/ad812bba9c28e91fdcb269df54e30a257cfe9c7e/Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/Archive.zip -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.boardoutline.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.00000*% 11 | D10* 12 | X0051098Y0008500D02* 13 | X0472358Y0008500D01* 14 | X0472358Y0203382D01* 15 | X0051098Y0203382D01* 16 | X0051098Y0008500D01* 17 | X0190665Y0160331D02* 18 | X0190667Y0160456D01* 19 | X0190673Y0160581D01* 20 | X0190683Y0160705D01* 21 | X0190697Y0160829D01* 22 | X0190714Y0160953D01* 23 | X0190736Y0161076D01* 24 | X0190762Y0161198D01* 25 | X0190791Y0161320D01* 26 | X0190824Y0161440D01* 27 | X0190862Y0161559D01* 28 | X0190902Y0161678D01* 29 | X0190947Y0161794D01* 30 | X0190995Y0161909D01* 31 | X0191047Y0162023D01* 32 | X0191103Y0162135D01* 33 | X0191162Y0162245D01* 34 | X0191224Y0162353D01* 35 | X0191290Y0162460D01* 36 | X0191359Y0162564D01* 37 | X0191432Y0162665D01* 38 | X0191507Y0162765D01* 39 | X0191586Y0162862D01* 40 | X0191668Y0162956D01* 41 | X0191753Y0163048D01* 42 | X0191840Y0163137D01* 43 | X0191931Y0163223D01* 44 | X0192024Y0163306D01* 45 | X0192120Y0163387D01* 46 | X0192218Y0163464D01* 47 | X0192318Y0163538D01* 48 | X0192421Y0163609D01* 49 | X0192526Y0163676D01* 50 | X0192634Y0163741D01* 51 | X0192743Y0163801D01* 52 | X0192854Y0163859D01* 53 | X0192967Y0163912D01* 54 | X0193081Y0163962D01* 55 | X0193197Y0164009D01* 56 | X0193314Y0164051D01* 57 | X0193433Y0164090D01* 58 | X0193553Y0164126D01* 59 | X0193674Y0164157D01* 60 | X0193796Y0164185D01* 61 | X0193918Y0164208D01* 62 | X0194042Y0164228D01* 63 | X0194166Y0164244D01* 64 | X0194290Y0164256D01* 65 | X0194415Y0164264D01* 66 | X0194540Y0164268D01* 67 | X0194664Y0164268D01* 68 | X0194789Y0164264D01* 69 | X0194914Y0164256D01* 70 | X0195038Y0164244D01* 71 | X0195162Y0164228D01* 72 | X0195286Y0164208D01* 73 | X0195408Y0164185D01* 74 | X0195530Y0164157D01* 75 | X0195651Y0164126D01* 76 | X0195771Y0164090D01* 77 | X0195890Y0164051D01* 78 | X0196007Y0164009D01* 79 | X0196123Y0163962D01* 80 | X0196237Y0163912D01* 81 | X0196350Y0163859D01* 82 | X0196461Y0163801D01* 83 | X0196571Y0163741D01* 84 | X0196678Y0163676D01* 85 | X0196783Y0163609D01* 86 | X0196886Y0163538D01* 87 | X0196986Y0163464D01* 88 | X0197084Y0163387D01* 89 | X0197180Y0163306D01* 90 | X0197273Y0163223D01* 91 | X0197364Y0163137D01* 92 | X0197451Y0163048D01* 93 | X0197536Y0162956D01* 94 | X0197618Y0162862D01* 95 | X0197697Y0162765D01* 96 | X0197772Y0162665D01* 97 | X0197845Y0162564D01* 98 | X0197914Y0162460D01* 99 | X0197980Y0162353D01* 100 | X0198042Y0162245D01* 101 | X0198101Y0162135D01* 102 | X0198157Y0162023D01* 103 | X0198209Y0161909D01* 104 | X0198257Y0161794D01* 105 | X0198302Y0161678D01* 106 | X0198342Y0161559D01* 107 | X0198380Y0161440D01* 108 | X0198413Y0161320D01* 109 | X0198442Y0161198D01* 110 | X0198468Y0161076D01* 111 | X0198490Y0160953D01* 112 | X0198507Y0160829D01* 113 | X0198521Y0160705D01* 114 | X0198531Y0160581D01* 115 | X0198537Y0160456D01* 116 | X0198539Y0160331D01* 117 | X0198537Y0160206D01* 118 | X0198531Y0160081D01* 119 | X0198521Y0159957D01* 120 | X0198507Y0159833D01* 121 | X0198490Y0159709D01* 122 | X0198468Y0159586D01* 123 | X0198442Y0159464D01* 124 | X0198413Y0159342D01* 125 | X0198380Y0159222D01* 126 | X0198342Y0159103D01* 127 | X0198302Y0158984D01* 128 | X0198257Y0158868D01* 129 | X0198209Y0158753D01* 130 | X0198157Y0158639D01* 131 | X0198101Y0158527D01* 132 | X0198042Y0158417D01* 133 | X0197980Y0158309D01* 134 | X0197914Y0158202D01* 135 | X0197845Y0158098D01* 136 | X0197772Y0157997D01* 137 | X0197697Y0157897D01* 138 | X0197618Y0157800D01* 139 | X0197536Y0157706D01* 140 | X0197451Y0157614D01* 141 | X0197364Y0157525D01* 142 | X0197273Y0157439D01* 143 | X0197180Y0157356D01* 144 | X0197084Y0157275D01* 145 | X0196986Y0157198D01* 146 | X0196886Y0157124D01* 147 | X0196783Y0157053D01* 148 | X0196678Y0156986D01* 149 | X0196570Y0156921D01* 150 | X0196461Y0156861D01* 151 | X0196350Y0156803D01* 152 | X0196237Y0156750D01* 153 | X0196123Y0156700D01* 154 | X0196007Y0156653D01* 155 | X0195890Y0156611D01* 156 | X0195771Y0156572D01* 157 | X0195651Y0156536D01* 158 | X0195530Y0156505D01* 159 | X0195408Y0156477D01* 160 | X0195286Y0156454D01* 161 | X0195162Y0156434D01* 162 | X0195038Y0156418D01* 163 | X0194914Y0156406D01* 164 | X0194789Y0156398D01* 165 | X0194664Y0156394D01* 166 | X0194540Y0156394D01* 167 | X0194415Y0156398D01* 168 | X0194290Y0156406D01* 169 | X0194166Y0156418D01* 170 | X0194042Y0156434D01* 171 | X0193918Y0156454D01* 172 | X0193796Y0156477D01* 173 | X0193674Y0156505D01* 174 | X0193553Y0156536D01* 175 | X0193433Y0156572D01* 176 | X0193314Y0156611D01* 177 | X0193197Y0156653D01* 178 | X0193081Y0156700D01* 179 | X0192967Y0156750D01* 180 | X0192854Y0156803D01* 181 | X0192743Y0156861D01* 182 | X0192633Y0156921D01* 183 | X0192526Y0156986D01* 184 | X0192421Y0157053D01* 185 | X0192318Y0157124D01* 186 | X0192218Y0157198D01* 187 | X0192120Y0157275D01* 188 | X0192024Y0157356D01* 189 | X0191931Y0157439D01* 190 | X0191840Y0157525D01* 191 | X0191753Y0157614D01* 192 | X0191668Y0157706D01* 193 | X0191586Y0157800D01* 194 | X0191507Y0157897D01* 195 | X0191432Y0157997D01* 196 | X0191359Y0158098D01* 197 | X0191290Y0158202D01* 198 | X0191224Y0158309D01* 199 | X0191162Y0158417D01* 200 | X0191103Y0158527D01* 201 | X0191047Y0158639D01* 202 | X0190995Y0158753D01* 203 | X0190947Y0158868D01* 204 | X0190902Y0158984D01* 205 | X0190862Y0159103D01* 206 | X0190824Y0159222D01* 207 | X0190791Y0159342D01* 208 | X0190762Y0159464D01* 209 | X0190736Y0159586D01* 210 | X0190714Y0159709D01* 211 | X0190697Y0159833D01* 212 | X0190683Y0159957D01* 213 | X0190673Y0160081D01* 214 | X0190667Y0160206D01* 215 | X0190665Y0160331D01* 216 | X0253657Y0160331D02* 217 | X0253659Y0160456D01* 218 | X0253665Y0160581D01* 219 | X0253675Y0160705D01* 220 | X0253689Y0160829D01* 221 | X0253706Y0160953D01* 222 | X0253728Y0161076D01* 223 | X0253754Y0161198D01* 224 | X0253783Y0161320D01* 225 | X0253816Y0161440D01* 226 | X0253854Y0161559D01* 227 | X0253894Y0161678D01* 228 | X0253939Y0161794D01* 229 | X0253987Y0161909D01* 230 | X0254039Y0162023D01* 231 | X0254095Y0162135D01* 232 | X0254154Y0162245D01* 233 | X0254216Y0162353D01* 234 | X0254282Y0162460D01* 235 | X0254351Y0162564D01* 236 | X0254424Y0162665D01* 237 | X0254499Y0162765D01* 238 | X0254578Y0162862D01* 239 | X0254660Y0162956D01* 240 | X0254745Y0163048D01* 241 | X0254832Y0163137D01* 242 | X0254923Y0163223D01* 243 | X0255016Y0163306D01* 244 | X0255112Y0163387D01* 245 | X0255210Y0163464D01* 246 | X0255310Y0163538D01* 247 | X0255413Y0163609D01* 248 | X0255518Y0163676D01* 249 | X0255626Y0163741D01* 250 | X0255735Y0163801D01* 251 | X0255846Y0163859D01* 252 | X0255959Y0163912D01* 253 | X0256073Y0163962D01* 254 | X0256189Y0164009D01* 255 | X0256306Y0164051D01* 256 | X0256425Y0164090D01* 257 | X0256545Y0164126D01* 258 | X0256666Y0164157D01* 259 | X0256788Y0164185D01* 260 | X0256910Y0164208D01* 261 | X0257034Y0164228D01* 262 | X0257158Y0164244D01* 263 | X0257282Y0164256D01* 264 | X0257407Y0164264D01* 265 | X0257532Y0164268D01* 266 | X0257656Y0164268D01* 267 | X0257781Y0164264D01* 268 | X0257906Y0164256D01* 269 | X0258030Y0164244D01* 270 | X0258154Y0164228D01* 271 | X0258278Y0164208D01* 272 | X0258400Y0164185D01* 273 | X0258522Y0164157D01* 274 | X0258643Y0164126D01* 275 | X0258763Y0164090D01* 276 | X0258882Y0164051D01* 277 | X0258999Y0164009D01* 278 | X0259115Y0163962D01* 279 | X0259229Y0163912D01* 280 | X0259342Y0163859D01* 281 | X0259453Y0163801D01* 282 | X0259563Y0163741D01* 283 | X0259670Y0163676D01* 284 | X0259775Y0163609D01* 285 | X0259878Y0163538D01* 286 | X0259978Y0163464D01* 287 | X0260076Y0163387D01* 288 | X0260172Y0163306D01* 289 | X0260265Y0163223D01* 290 | X0260356Y0163137D01* 291 | X0260443Y0163048D01* 292 | X0260528Y0162956D01* 293 | X0260610Y0162862D01* 294 | X0260689Y0162765D01* 295 | X0260764Y0162665D01* 296 | X0260837Y0162564D01* 297 | X0260906Y0162460D01* 298 | X0260972Y0162353D01* 299 | X0261034Y0162245D01* 300 | X0261093Y0162135D01* 301 | X0261149Y0162023D01* 302 | X0261201Y0161909D01* 303 | X0261249Y0161794D01* 304 | X0261294Y0161678D01* 305 | X0261334Y0161559D01* 306 | X0261372Y0161440D01* 307 | X0261405Y0161320D01* 308 | X0261434Y0161198D01* 309 | X0261460Y0161076D01* 310 | X0261482Y0160953D01* 311 | X0261499Y0160829D01* 312 | X0261513Y0160705D01* 313 | X0261523Y0160581D01* 314 | X0261529Y0160456D01* 315 | X0261531Y0160331D01* 316 | X0261529Y0160206D01* 317 | X0261523Y0160081D01* 318 | X0261513Y0159957D01* 319 | X0261499Y0159833D01* 320 | X0261482Y0159709D01* 321 | X0261460Y0159586D01* 322 | X0261434Y0159464D01* 323 | X0261405Y0159342D01* 324 | X0261372Y0159222D01* 325 | X0261334Y0159103D01* 326 | X0261294Y0158984D01* 327 | X0261249Y0158868D01* 328 | X0261201Y0158753D01* 329 | X0261149Y0158639D01* 330 | X0261093Y0158527D01* 331 | X0261034Y0158417D01* 332 | X0260972Y0158309D01* 333 | X0260906Y0158202D01* 334 | X0260837Y0158098D01* 335 | X0260764Y0157997D01* 336 | X0260689Y0157897D01* 337 | X0260610Y0157800D01* 338 | X0260528Y0157706D01* 339 | X0260443Y0157614D01* 340 | X0260356Y0157525D01* 341 | X0260265Y0157439D01* 342 | X0260172Y0157356D01* 343 | X0260076Y0157275D01* 344 | X0259978Y0157198D01* 345 | X0259878Y0157124D01* 346 | X0259775Y0157053D01* 347 | X0259670Y0156986D01* 348 | X0259562Y0156921D01* 349 | X0259453Y0156861D01* 350 | X0259342Y0156803D01* 351 | X0259229Y0156750D01* 352 | X0259115Y0156700D01* 353 | X0258999Y0156653D01* 354 | X0258882Y0156611D01* 355 | X0258763Y0156572D01* 356 | X0258643Y0156536D01* 357 | X0258522Y0156505D01* 358 | X0258400Y0156477D01* 359 | X0258278Y0156454D01* 360 | X0258154Y0156434D01* 361 | X0258030Y0156418D01* 362 | X0257906Y0156406D01* 363 | X0257781Y0156398D01* 364 | X0257656Y0156394D01* 365 | X0257532Y0156394D01* 366 | X0257407Y0156398D01* 367 | X0257282Y0156406D01* 368 | X0257158Y0156418D01* 369 | X0257034Y0156434D01* 370 | X0256910Y0156454D01* 371 | X0256788Y0156477D01* 372 | X0256666Y0156505D01* 373 | X0256545Y0156536D01* 374 | X0256425Y0156572D01* 375 | X0256306Y0156611D01* 376 | X0256189Y0156653D01* 377 | X0256073Y0156700D01* 378 | X0255959Y0156750D01* 379 | X0255846Y0156803D01* 380 | X0255735Y0156861D01* 381 | X0255625Y0156921D01* 382 | X0255518Y0156986D01* 383 | X0255413Y0157053D01* 384 | X0255310Y0157124D01* 385 | X0255210Y0157198D01* 386 | X0255112Y0157275D01* 387 | X0255016Y0157356D01* 388 | X0254923Y0157439D01* 389 | X0254832Y0157525D01* 390 | X0254745Y0157614D01* 391 | X0254660Y0157706D01* 392 | X0254578Y0157800D01* 393 | X0254499Y0157897D01* 394 | X0254424Y0157997D01* 395 | X0254351Y0158098D01* 396 | X0254282Y0158202D01* 397 | X0254216Y0158309D01* 398 | X0254154Y0158417D01* 399 | X0254095Y0158527D01* 400 | X0254039Y0158639D01* 401 | X0253987Y0158753D01* 402 | X0253939Y0158868D01* 403 | X0253894Y0158984D01* 404 | X0253854Y0159103D01* 405 | X0253816Y0159222D01* 406 | X0253783Y0159342D01* 407 | X0253754Y0159464D01* 408 | X0253728Y0159586D01* 409 | X0253706Y0159709D01* 410 | X0253689Y0159833D01* 411 | X0253675Y0159957D01* 412 | X0253665Y0160081D01* 413 | X0253659Y0160206D01* 414 | X0253657Y0160331D01* 415 | M02* 416 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.boardoutline.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 6 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomlayer.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0560inch 62 37 | D11 square 0.0915inch 8 38 | D12 square 0.0797inch 4 39 | D13 octagon 0.0560inch 117 40 | D14 square 0.0560inch 10 41 | D15 round 0.0560inch 10 42 | D16 octagon 0.0640inch 10 43 | D17 square 0.0650inch 2 44 | D18 round 0.0650inch 2 45 | D19 draw 0.1199inch 3 46 | D20 round 0.0640inch 10 47 | D21 octagon 0.0660inch 3 48 | D22 octagon 0.0594inch 10 49 | D23 square 0.0673inch 2 50 | D24 octagon 0.0673inch 4 51 | D25 square 0.1227inch 4 52 | D26 draw 0.0516inch 24 53 | D27 draw 0.0160inch 81 54 | D28 round 0.0240inch 24 55 | D29 draw 0.0100inch 429 56 | D30 draw 0.0240inch 114 57 | 58 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomsilkscreen.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0060inch 381 37 | D11 draw 0.0200inch 1 38 | D12 draw 0.0030inch 29 39 | D13 draw 0.0050inch 69 40 | D14 draw 0.0090inch 3 41 | D15 draw 0.0040inch 95 42 | D16 draw 0.0120inch 3 43 | 44 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.bottomsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06000*% 11 | %ADD11R,0.09554X0.09554*% 12 | %ADD12R,0.08372X0.08372*% 13 | %ADD13OC8,0.06000*% 14 | %ADD14R,0.06000X0.06000*% 15 | %ADD15C,0.06000*% 16 | %ADD16OC8,0.06800*% 17 | %ADD17R,0.06900X0.06900*% 18 | %ADD18C,0.06900*% 19 | %ADD19C,0.12388*% 20 | %ADD20C,0.06800*% 21 | %ADD21OC8,0.07000*% 22 | %ADD22OC8,0.06343*% 23 | %ADD23C,0.08274*% 24 | %ADD24R,0.07131X0.07131*% 25 | %ADD25OC8,0.07131*% 26 | %ADD26R,0.12668X0.12668*% 27 | %ADD27C,0.05556*% 28 | D10* 29 | X0265798Y0113500D02* 30 | X0271398Y0113500D01* 31 | X0295798Y0113500D02* 32 | X0301398Y0113500D01* 33 | X0301398Y0123500D02* 34 | X0295798Y0123500D01* 35 | X0271398Y0123500D02* 36 | X0265798Y0123500D01* 37 | X0265798Y0133500D02* 38 | X0271398Y0133500D01* 39 | X0271398Y0143500D02* 40 | X0265798Y0143500D01* 41 | X0265798Y0153500D02* 42 | X0271398Y0153500D01* 43 | X0295798Y0153500D02* 44 | X0301398Y0153500D01* 45 | X0301398Y0143500D02* 46 | X0295798Y0143500D01* 47 | X0295798Y0133500D02* 48 | X0301398Y0133500D01* 49 | X0301398Y0163500D02* 50 | X0295798Y0163500D01* 51 | X0271398Y0163500D02* 52 | X0265798Y0163500D01* 53 | X0265798Y0173500D02* 54 | X0271398Y0173500D01* 55 | X0295798Y0173500D02* 56 | X0301398Y0173500D01* 57 | X0301398Y0183500D02* 58 | X0295798Y0183500D01* 59 | X0271398Y0183500D02* 60 | X0265798Y0183500D01* 61 | X0173898Y0178500D02* 62 | X0168298Y0178500D01* 63 | X0168298Y0168500D02* 64 | X0173898Y0168500D01* 65 | X0173898Y0158500D02* 66 | X0168298Y0158500D01* 67 | X0168298Y0148500D02* 68 | X0173898Y0148500D01* 69 | X0173898Y0138500D02* 70 | X0168298Y0138500D01* 71 | X0168298Y0128500D02* 72 | X0173898Y0128500D01* 73 | X0173898Y0118500D02* 74 | X0168298Y0118500D01* 75 | X0143898Y0118500D02* 76 | X0138298Y0118500D01* 77 | X0138298Y0128500D02* 78 | X0143898Y0128500D01* 79 | X0143898Y0138500D02* 80 | X0138298Y0138500D01* 81 | X0138298Y0148500D02* 82 | X0143898Y0148500D01* 83 | X0143898Y0158500D02* 84 | X0138298Y0158500D01* 85 | X0138298Y0168500D02* 86 | X0143898Y0168500D01* 87 | X0143898Y0178500D02* 88 | X0138298Y0178500D01* 89 | X0138298Y0188500D02* 90 | X0143898Y0188500D01* 91 | X0168298Y0188500D02* 92 | X0173898Y0188500D01* 93 | X0393298Y0183500D02* 94 | X0398898Y0183500D01* 95 | X0398898Y0193500D02* 96 | X0393298Y0193500D01* 97 | X0423298Y0193500D02* 98 | X0428898Y0193500D01* 99 | X0428898Y0183500D02* 100 | X0423298Y0183500D01* 101 | X0423298Y0173500D02* 102 | X0428898Y0173500D01* 103 | X0428898Y0163500D02* 104 | X0423298Y0163500D01* 105 | X0423298Y0153500D02* 106 | X0428898Y0153500D01* 107 | X0428898Y0143500D02* 108 | X0423298Y0143500D01* 109 | X0423298Y0133500D02* 110 | X0428898Y0133500D01* 111 | X0428898Y0123500D02* 112 | X0423298Y0123500D01* 113 | X0398898Y0123500D02* 114 | X0393298Y0123500D01* 115 | X0393298Y0133500D02* 116 | X0398898Y0133500D01* 117 | X0398898Y0143500D02* 118 | X0393298Y0143500D01* 119 | X0393298Y0153500D02* 120 | X0398898Y0153500D01* 121 | X0398898Y0163500D02* 122 | X0393298Y0163500D01* 123 | X0393298Y0173500D02* 124 | X0398898Y0173500D01* 125 | X0388898Y0078500D02* 126 | X0383298Y0078500D01* 127 | X0358898Y0078500D02* 128 | X0353298Y0078500D01* 129 | X0353298Y0068500D02* 130 | X0358898Y0068500D01* 131 | X0358898Y0058500D02* 132 | X0353298Y0058500D01* 133 | X0353298Y0048500D02* 134 | X0358898Y0048500D01* 135 | X0383298Y0048500D02* 136 | X0388898Y0048500D01* 137 | X0388898Y0038500D02* 138 | X0383298Y0038500D01* 139 | X0358898Y0038500D02* 140 | X0353298Y0038500D01* 141 | X0353298Y0028500D02* 142 | X0358898Y0028500D01* 143 | X0383298Y0028500D02* 144 | X0388898Y0028500D01* 145 | X0388898Y0018500D02* 146 | X0383298Y0018500D01* 147 | X0358898Y0018500D02* 148 | X0353298Y0018500D01* 149 | X0383298Y0058500D02* 150 | X0388898Y0058500D01* 151 | X0388898Y0068500D02* 152 | X0383298Y0068500D01* 153 | D11* 154 | X0057043Y0031000D03* 155 | X0089406Y0031000D03* 156 | X0089406Y0081000D03* 157 | X0057043Y0081000D03* 158 | X0057043Y0131000D03* 159 | X0089406Y0131000D03* 160 | X0089406Y0181000D03* 161 | X0057043Y0181000D03* 162 | D12* 163 | X0101610Y0181000D03* 164 | X0101610Y0131000D03* 165 | X0101610Y0081000D03* 166 | X0101610Y0031000D03* 167 | D13* 168 | X0096098Y0056000D03* 169 | X0088598Y0056000D03* 170 | X0058598Y0056000D03* 171 | X0126098Y0056000D03* 172 | X0141098Y0066000D03* 173 | X0136098Y0073500D03* 174 | X0146098Y0073500D03* 175 | X0166098Y0083500D03* 176 | X0181098Y0083500D03* 177 | X0196098Y0083500D03* 178 | X0211098Y0081000D03* 179 | X0221098Y0081000D03* 180 | X0236098Y0083500D03* 181 | X0243598Y0088500D03* 182 | X0236098Y0093500D03* 183 | X0256098Y0083500D03* 184 | X0286098Y0083500D03* 185 | X0311098Y0078500D03* 186 | X0311098Y0068500D03* 187 | X0296098Y0063500D03* 188 | X0311098Y0058500D03* 189 | X0341098Y0058500D03* 190 | X0341098Y0068500D03* 191 | X0341098Y0078500D03* 192 | X0341098Y0088500D03* 193 | X0311098Y0088500D03* 194 | X0383598Y0086000D03* 195 | X0396098Y0088500D03* 196 | X0396098Y0078500D03* 197 | X0396098Y0068500D03* 198 | X0426098Y0068500D03* 199 | X0426098Y0078500D03* 200 | X0426098Y0088500D03* 201 | X0465098Y0088500D03* 202 | X0465098Y0063500D03* 203 | X0441098Y0048500D03* 204 | X0431098Y0048500D03* 205 | X0416098Y0048500D03* 206 | X0406098Y0048500D03* 207 | X0411098Y0041000D03* 208 | X0436098Y0041000D03* 209 | X0465098Y0038500D03* 210 | X0436098Y0028500D03* 211 | X0436098Y0018500D03* 212 | X0465098Y0013500D03* 213 | X0406098Y0018500D03* 214 | X0406098Y0028500D03* 215 | X0296098Y0043500D03* 216 | X0246098Y0058500D03* 217 | X0241098Y0048500D03* 218 | X0216098Y0058500D03* 219 | X0206098Y0053500D03* 220 | X0196098Y0063500D03* 221 | X0181098Y0063500D03* 222 | X0176098Y0053500D03* 223 | X0166098Y0053500D03* 224 | X0241098Y0028500D03* 225 | X0236098Y0016000D03* 226 | X0266098Y0016000D03* 227 | X0148598Y0096000D03* 228 | X0148598Y0106000D03* 229 | X0128598Y0106000D03* 230 | X0128598Y0096000D03* 231 | X0088598Y0106000D03* 232 | X0058598Y0106000D03* 233 | X0111098Y0138500D03* 234 | X0131098Y0138500D03* 235 | X0128598Y0148500D03* 236 | X0128598Y0158500D03* 237 | X0108598Y0158500D03* 238 | X0098598Y0168500D03* 239 | X0128598Y0168500D03* 240 | X0086098Y0156000D03* 241 | X0098598Y0148500D03* 242 | X0056098Y0156000D03* 243 | X0116098Y0186000D03* 244 | X0101098Y0198500D03* 245 | X0131098Y0198500D03* 246 | X0141098Y0198500D03* 247 | X0171098Y0198500D03* 248 | X0183598Y0193500D03* 249 | X0183598Y0173500D03* 250 | X0181098Y0158500D03* 251 | X0191098Y0148500D03* 252 | X0191098Y0128500D03* 253 | X0181098Y0128500D03* 254 | X0211098Y0111000D03* 255 | X0221098Y0111000D03* 256 | X0311098Y0128500D03* 257 | X0321098Y0128500D03* 258 | X0331098Y0133500D03* 259 | X0341098Y0143500D03* 260 | X0321098Y0148500D03* 261 | X0311098Y0148500D03* 262 | X0346098Y0153500D03* 263 | X0366098Y0153500D03* 264 | X0371098Y0143500D03* 265 | X0383598Y0163500D03* 266 | X0331098Y0163500D03* 267 | X0321098Y0163500D03* 268 | X0311098Y0163500D03* 269 | X0331098Y0173500D03* 270 | X0331098Y0193500D03* 271 | X0321098Y0193500D03* 272 | X0311098Y0193500D03* 273 | X0293598Y0193500D03* 274 | X0273598Y0193500D03* 275 | X0383598Y0193500D03* 276 | X0436098Y0193500D03* 277 | X0446098Y0193500D03* 278 | X0465098Y0198500D03* 279 | X0465098Y0173500D03* 280 | X0446098Y0173500D03* 281 | X0436098Y0163500D03* 282 | X0465098Y0148500D03* 283 | X0465098Y0123500D03* 284 | X0383598Y0116000D03* 285 | D14* 286 | X0383598Y0123500D03* 287 | X0465098Y0113500D03* 288 | X0465098Y0098500D03* 289 | X0465098Y0073500D03* 290 | X0465098Y0048500D03* 291 | X0465098Y0023500D03* 292 | X0465098Y0138500D03* 293 | X0465098Y0163500D03* 294 | X0465098Y0188500D03* 295 | X0126098Y0186000D03* 296 | D15* 297 | X0383598Y0153500D03* 298 | X0441098Y0143500D03* 299 | X0441098Y0133500D03* 300 | X0441098Y0123500D03* 301 | X0441098Y0113500D03* 302 | X0441098Y0103500D03* 303 | X0441098Y0093500D03* 304 | X0441098Y0083500D03* 305 | X0441098Y0073500D03* 306 | X0441098Y0063500D03* 307 | D16* 308 | X0198598Y0096000D03* 309 | X0188598Y0096000D03* 310 | X0178598Y0096000D03* 311 | X0168598Y0096000D03* 312 | X0158598Y0096000D03* 313 | X0158598Y0106000D03* 314 | X0168598Y0106000D03* 315 | X0178598Y0106000D03* 316 | X0188598Y0106000D03* 317 | X0198598Y0106000D03* 318 | D17* 319 | X0113598Y0121000D03* 320 | X0113598Y0081000D03* 321 | D18* 322 | X0123598Y0081000D03* 323 | X0123598Y0121000D03* 324 | D19* 325 | X0187598Y0039494D02* 326 | X0187598Y0027506D01* 327 | X0206098Y0027506D02* 328 | X0206098Y0039494D01* 329 | X0224598Y0039494D02* 330 | X0224598Y0027506D01* 331 | D20* 332 | X0453598Y0061000D03* 333 | X0453598Y0071000D03* 334 | X0453598Y0081000D03* 335 | X0453598Y0091000D03* 336 | X0453598Y0101000D03* 337 | X0453598Y0111000D03* 338 | X0453598Y0121000D03* 339 | X0453598Y0131000D03* 340 | X0453598Y0141000D03* 341 | X0453598Y0151000D03* 342 | D21* 343 | X0286098Y0033500D03* 344 | X0276098Y0023500D03* 345 | X0296098Y0023500D03* 346 | D22* 347 | X0245783Y0119976D03* 348 | X0235941Y0119976D03* 349 | X0226098Y0119976D03* 350 | X0216256Y0119976D03* 351 | X0206413Y0119976D03* 352 | X0206413Y0192024D03* 353 | X0216256Y0192024D03* 354 | X0226098Y0192024D03* 355 | X0235941Y0192024D03* 356 | X0245783Y0192024D03* 357 | D23* 358 | X0257594Y0160331D03* 359 | X0194602Y0160331D03* 360 | D24* 361 | X0328539Y0120843D03* 362 | X0113539Y0043343D03* 363 | D25* 364 | X0113539Y0033500D03* 365 | X0113539Y0023657D03* 366 | X0328539Y0101157D03* 367 | X0328539Y0111000D03* 368 | D26* 369 | X0356098Y0128717D03* 370 | X0356098Y0093283D03* 371 | X0141098Y0051217D03* 372 | X0141098Y0015783D03* 373 | D27* 374 | X0253520Y0043500D02* 375 | X0258676Y0043500D01* 376 | X0258676Y0053500D02* 377 | X0253520Y0053500D01* 378 | X0253520Y0063500D02* 379 | X0258676Y0063500D01* 380 | X0258676Y0073500D02* 381 | X0253520Y0073500D01* 382 | X0283520Y0073500D02* 383 | X0288676Y0073500D01* 384 | X0288676Y0063500D02* 385 | X0283520Y0063500D01* 386 | X0283520Y0053500D02* 387 | X0288676Y0053500D01* 388 | X0308520Y0048500D02* 389 | X0313676Y0048500D01* 390 | X0288676Y0043500D02* 391 | X0283520Y0043500D01* 392 | X0308520Y0038500D02* 393 | X0313676Y0038500D01* 394 | X0313676Y0028500D02* 395 | X0308520Y0028500D01* 396 | X0308520Y0018500D02* 397 | X0313676Y0018500D01* 398 | X0338520Y0018500D02* 399 | X0343676Y0018500D01* 400 | X0343676Y0028500D02* 401 | X0338520Y0028500D01* 402 | X0338520Y0038500D02* 403 | X0343676Y0038500D01* 404 | X0343676Y0048500D02* 405 | X0338520Y0048500D01* 406 | X0338520Y0163500D02* 407 | X0343676Y0163500D01* 408 | X0368520Y0163500D02* 409 | X0373676Y0163500D01* 410 | X0373676Y0173500D02* 411 | X0368520Y0173500D01* 412 | X0343676Y0173500D02* 413 | X0338520Y0173500D01* 414 | X0338520Y0183500D02* 415 | X0343676Y0183500D01* 416 | X0343676Y0193500D02* 417 | X0338520Y0193500D01* 418 | X0368520Y0193500D02* 419 | X0373676Y0193500D01* 420 | X0373676Y0183500D02* 421 | X0368520Y0183500D01* 422 | M02* 423 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomsoldermask.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0600inch 62 37 | D11 square 0.0955inch 8 38 | D12 square 0.0837inch 4 39 | D13 octagon 0.0600inch 117 40 | D14 square 0.0600inch 10 41 | D15 round 0.0600inch 10 42 | D16 octagon 0.0680inch 10 43 | D17 square 0.0690inch 2 44 | D18 round 0.0690inch 2 45 | D19 draw 0.1239inch 3 46 | D20 round 0.0680inch 10 47 | D21 octagon 0.0700inch 3 48 | D22 octagon 0.0634inch 10 49 | D23 round 0.0827inch 2 50 | D24 square 0.0713inch 2 51 | D25 octagon 0.0713inch 4 52 | D26 square 0.1267inch 4 53 | D27 draw 0.0556inch 24 54 | 55 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Drill Station Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.drills.dri 4 | 5 | Date : 18/03/2015 00:28 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.0120inch 24 31 | T02 0.0276inch 28 32 | T03 0.0320inch 202 33 | T04 0.0354inch 10 34 | T05 0.0400inch 20 35 | T06 0.0433inch 6 36 | T07 0.0531inch 4 37 | T08 0.0610inch 8 38 | T09 0.0787inch 2 39 | T10 0.0799inch 3 40 | T11 0.0827inch 4 41 | 42 | Total number of drills: 311 43 | 44 | Plotfiles: 45 | 46 | /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.drills.xln 47 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0120 5 | T02C0.0276 6 | T03C0.0320 7 | T04C0.0354 8 | T05C0.0400 9 | T06C0.0433 10 | T07C0.0531 11 | T08C0.0610 12 | T09C0.0787 13 | T10C0.0799 14 | T11C0.0827 15 | % 16 | T01 17 | X23480Y11190 18 | X27825Y11630 19 | X32005Y9870 20 | X33050Y9265 21 | X31895Y7065 22 | X30630Y3380 23 | X43280Y7505 24 | X44380Y7890 25 | X44215Y5580 26 | X43610Y10530 27 | X43280Y11080 28 | X40255Y11905 29 | X41575Y12785 30 | X33600Y14490 31 | X31125Y13775 32 | X27660Y13665 33 | X18640Y11685 34 | X23590Y17735 35 | X21335Y18725 36 | X38385Y17460 37 | X40640Y18835 38 | X45150Y17460 39 | X45700Y18505 40 | X41795Y16470 41 | T02 42 | X37110Y16350 43 | X37110Y17350 44 | X37110Y18350 45 | X37110Y19350 46 | X34110Y19350 47 | X34110Y18350 48 | X34110Y17350 49 | X34110Y16350 50 | X12360Y12100 51 | X11360Y12100 52 | X11360Y8100 53 | X12360Y8100 54 | X25610Y7350 55 | X25610Y6350 56 | X25610Y5350 57 | X25610Y4350 58 | X28610Y4350 59 | X28610Y5350 60 | X28610Y6350 61 | X28610Y7350 62 | X31110Y4850 63 | X31110Y3850 64 | X31110Y2850 65 | X31110Y1850 66 | X34110Y1850 67 | X34110Y2850 68 | X34110Y3850 69 | X34110Y4850 70 | T03 71 | X35610Y4850 72 | X35610Y3850 73 | X35610Y2850 74 | X35610Y1850 75 | X38610Y1850 76 | X40610Y1850 77 | X40610Y2850 78 | X38610Y2850 79 | X38610Y3850 80 | X41110Y4100 81 | X41610Y4850 82 | X40610Y4850 83 | X38610Y4850 84 | X38610Y5850 85 | X38610Y6850 86 | X39610Y6850 87 | X39610Y7850 88 | X38610Y7850 89 | X38360Y8600 90 | X39610Y8850 91 | X42610Y8850 92 | X44110Y8350 93 | X42610Y7850 94 | X44110Y7350 95 | X42610Y6850 96 | X44110Y6350 97 | X46510Y6350 98 | X46510Y7350 99 | X46510Y8850 100 | X44110Y9350 101 | X46510Y9850 102 | X44110Y10350 103 | X44110Y11350 104 | X46510Y11350 105 | X46510Y12350 106 | X44110Y12350 107 | X42610Y12350 108 | X42610Y13350 109 | X44110Y13350 110 | X44110Y14350 111 | X42610Y14350 112 | X42610Y15350 113 | X42610Y16350 114 | X43610Y16350 115 | X44610Y17350 116 | X46510Y17350 117 | X46510Y16350 118 | X46510Y14850 119 | X46510Y13850 120 | X39610Y13350 121 | X39610Y14350 122 | X39610Y15350 123 | X38360Y15350 124 | X36610Y15350 125 | X34610Y15350 126 | X32110Y14850 127 | X31110Y14850 128 | X29860Y15350 129 | X29860Y14350 130 | X29860Y13350 131 | X31110Y12850 132 | X32110Y12850 133 | X33110Y13350 134 | X34110Y14350 135 | X37110Y14350 136 | X38360Y12350 137 | X39610Y12350 138 | X38360Y11600 139 | X34110Y8850 140 | X34110Y7850 141 | X35610Y7850 142 | X35610Y6850 143 | X34110Y6850 144 | X34110Y5850 145 | X35610Y5850 146 | X31110Y5850 147 | X29610Y6350 148 | X31110Y6850 149 | X31110Y7850 150 | X31110Y8850 151 | X28610Y8350 152 | X25610Y8350 153 | X24360Y8850 154 | X23610Y8350 155 | X22110Y8100 156 | X21110Y8100 157 | X19610Y8350 158 | X18110Y8350 159 | X16610Y8350 160 | X14610Y7350 161 | X13610Y7350 162 | X14110Y6600 163 | X12610Y5600 164 | X9610Y5600 165 | X8860Y5600 166 | X5860Y5600 167 | X12860Y9600 168 | X12860Y10600 169 | X14860Y10600 170 | X14860Y9600 171 | X14110Y11850 172 | X14110Y12850 173 | X14110Y13850 174 | X13110Y13850 175 | X11110Y13850 176 | X9860Y14850 177 | X8610Y15600 178 | X10860Y15850 179 | X12860Y15850 180 | X14110Y15850 181 | X14110Y16850 182 | X12860Y16850 183 | X14110Y17850 184 | X12610Y18600 185 | X11610Y18600 186 | X14110Y18850 187 | X14110Y19850 188 | X13110Y19850 189 | X10110Y19850 190 | X17110Y19850 191 | X18360Y19350 192 | X17110Y18850 193 | X17110Y17850 194 | X18360Y17350 195 | X17110Y16850 196 | X17110Y15850 197 | X18110Y15850 198 | X19110Y14850 199 | X17110Y14850 200 | X17110Y13850 201 | X17110Y12850 202 | X18110Y12850 203 | X19110Y12850 204 | X17110Y11850 205 | X21110Y11100 206 | X22110Y11100 207 | X23610Y9350 208 | X26860Y11350 209 | X26860Y12350 210 | X26860Y13350 211 | X26860Y14350 212 | X26860Y15350 213 | X26860Y16350 214 | X26860Y17350 215 | X26860Y18350 216 | X27360Y19350 217 | X29360Y19350 218 | X31110Y19350 219 | X32110Y19350 220 | X33110Y19350 221 | X29860Y18350 222 | X29860Y17350 223 | X29860Y16350 224 | X31110Y16350 225 | X32110Y16350 226 | X33110Y16350 227 | X33110Y17350 228 | X38360Y16350 229 | X39610Y16350 230 | X39610Y17350 231 | X39610Y18350 232 | X39610Y19350 233 | X38360Y19350 234 | X42610Y19350 235 | X43610Y19350 236 | X44610Y19350 237 | X46510Y19850 238 | X46510Y18850 239 | X42610Y18350 240 | X42610Y17350 241 | X29860Y12350 242 | X29860Y11350 243 | X19610Y6350 244 | X18110Y6350 245 | X17610Y5350 246 | X16610Y5350 247 | X20610Y5350 248 | X21610Y5850 249 | X24110Y4850 250 | X24610Y5850 251 | X29610Y4350 252 | X28610Y3350 253 | X29610Y2350 254 | X27610Y2350 255 | X26610Y1600 256 | X24110Y2850 257 | X23610Y1600 258 | X43110Y4850 259 | X44110Y4850 260 | X43610Y4100 261 | X46510Y3850 262 | X46510Y4850 263 | X43610Y2850 264 | X43610Y1850 265 | X46510Y1350 266 | X46510Y2350 267 | X14110Y14850 268 | X12860Y14850 269 | X9860Y16850 270 | X5610Y15600 271 | X5860Y10600 272 | X8860Y10600 273 | T04 274 | X20641Y11998 275 | X21626Y11998 276 | X22610Y11998 277 | X23594Y11998 278 | X24578Y11998 279 | X24578Y19202 280 | X23594Y19202 281 | X22610Y19202 282 | X21626Y19202 283 | X20641Y19202 284 | T05 285 | X19860Y10600 286 | X18860Y10600 287 | X17860Y10600 288 | X16860Y10600 289 | X15860Y10600 290 | X15860Y9600 291 | X16860Y9600 292 | X17860Y9600 293 | X18860Y9600 294 | X19860Y9600 295 | X45360Y9100 296 | X45360Y8100 297 | X45360Y7100 298 | X45360Y6100 299 | X45360Y10100 300 | X45360Y11100 301 | X45360Y12100 302 | X45360Y13100 303 | X45360Y14100 304 | X45360Y15100 305 | T06 306 | X32854Y12084 307 | X32854Y11100 308 | X32854Y10116 309 | X11354Y4334 310 | X11354Y3350 311 | X11354Y2366 312 | T07 313 | X10161Y3100 314 | X10161Y8100 315 | X10161Y13100 316 | X10161Y18100 317 | T08 318 | X5704Y3100 319 | X8941Y3100 320 | X8941Y8100 321 | X5704Y8100 322 | X5704Y13100 323 | X8941Y13100 324 | X8941Y18100 325 | X5704Y18100 326 | T09 327 | X19460Y16033 328 | X25759Y16033 329 | T10 330 | X22460Y3350 331 | X20610Y3350 332 | X18760Y3350 333 | T11 334 | X14110Y5122 335 | X14110Y1578 336 | X35610Y9328 337 | X35610Y12872 338 | M30 339 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.tcream.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | M02* 11 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.tcream.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.tcream.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.tcream.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | 37 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.toplayer.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0560inch 199 37 | D11 round 0.0915inch 8 38 | D12 round 0.0797inch 4 39 | D13 round 0.0640inch 20 40 | D14 round 0.0650inch 4 41 | D15 round 0.1199inch 3 42 | D16 round 0.0660inch 3 43 | D17 round 0.0594inch 10 44 | D18 round 0.0673inch 6 45 | D19 round 0.1227inch 4 46 | D20 round 0.0516inch 24 47 | D21 draw 0.0160inch 74 48 | D22 round 0.0240inch 24 49 | D23 draw 0.0100inch 372 50 | D24 draw 0.0240inch 102 51 | 52 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.topsilkscreen.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0030inch 234 37 | D11 draw 0.0060inch 548 38 | D12 draw 0.0050inch 393 39 | D13 draw 0.0031inch 9 40 | D14 draw 0.0040inch 1863 41 | D15 rectangle 0.0800inch x 0.0200inch 1 42 | D16 rectangle 0.0200inch x 0.0250inch 2 43 | D17 draw 0.0120inch 6 44 | D18 draw 0.0080inch 32 45 | D19 draw 0.0010inch 32 46 | D20 draw 0.0070inch 4 47 | D21 draw 0.0100inch 63 48 | D22 draw 0.0020inch 4 49 | 50 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06000*% 11 | %ADD11C,0.09554*% 12 | %ADD12C,0.08372*% 13 | %ADD13C,0.06800*% 14 | %ADD14C,0.06900*% 15 | %ADD15C,0.12388*% 16 | %ADD16C,0.07000*% 17 | %ADD17C,0.06343*% 18 | %ADD18C,0.08274*% 19 | %ADD19C,0.07131*% 20 | %ADD20C,0.12668*% 21 | %ADD21C,0.05556*% 22 | D10* 23 | X0058598Y0056000D03* 24 | X0088598Y0056000D03* 25 | X0096098Y0056000D03* 26 | X0126098Y0056000D03* 27 | X0141098Y0066000D03* 28 | X0136098Y0073500D03* 29 | X0146098Y0073500D03* 30 | X0166098Y0083500D03* 31 | X0181098Y0083500D03* 32 | X0196098Y0083500D03* 33 | X0211098Y0081000D03* 34 | X0221098Y0081000D03* 35 | X0236098Y0083500D03* 36 | X0243598Y0088500D03* 37 | X0236098Y0093500D03* 38 | X0256098Y0083500D03* 39 | X0286098Y0083500D03* 40 | X0311098Y0078500D03* 41 | X0311098Y0068500D03* 42 | X0296098Y0063500D03* 43 | X0311098Y0058500D03* 44 | X0341098Y0058500D03* 45 | X0356098Y0058500D03* 46 | X0356098Y0068500D03* 47 | X0341098Y0068500D03* 48 | X0341098Y0078500D03* 49 | X0356098Y0078500D03* 50 | X0341098Y0088500D03* 51 | X0311098Y0088500D03* 52 | X0298598Y0113500D03* 53 | X0298598Y0123500D03* 54 | X0311098Y0128500D03* 55 | X0321098Y0128500D03* 56 | X0331098Y0133500D03* 57 | X0341098Y0143500D03* 58 | X0321098Y0148500D03* 59 | X0311098Y0148500D03* 60 | X0298598Y0153500D03* 61 | X0298598Y0143500D03* 62 | X0298598Y0133500D03* 63 | X0268598Y0133500D03* 64 | X0268598Y0143500D03* 65 | X0268598Y0153500D03* 66 | X0268598Y0163500D03* 67 | X0268598Y0173500D03* 68 | X0268598Y0183500D03* 69 | X0273598Y0193500D03* 70 | X0293598Y0193500D03* 71 | X0311098Y0193500D03* 72 | X0321098Y0193500D03* 73 | X0331098Y0193500D03* 74 | X0298598Y0183500D03* 75 | X0298598Y0173500D03* 76 | X0298598Y0163500D03* 77 | X0311098Y0163500D03* 78 | X0321098Y0163500D03* 79 | X0331098Y0163500D03* 80 | X0331098Y0173500D03* 81 | X0383598Y0163500D03* 82 | X0396098Y0163500D03* 83 | X0396098Y0153500D03* 84 | X0383598Y0153500D03* 85 | X0366098Y0153500D03* 86 | X0346098Y0153500D03* 87 | X0371098Y0143500D03* 88 | X0396098Y0143500D03* 89 | X0396098Y0133500D03* 90 | X0396098Y0123500D03* 91 | X0383598Y0123500D03* 92 | X0383598Y0116000D03* 93 | X0426098Y0123500D03* 94 | X0441098Y0123500D03* 95 | X0465098Y0123500D03* 96 | X0465098Y0113500D03* 97 | X0441098Y0113500D03* 98 | X0441098Y0103500D03* 99 | X0465098Y0098500D03* 100 | X0441098Y0093500D03* 101 | X0426098Y0088500D03* 102 | X0441098Y0083500D03* 103 | X0426098Y0078500D03* 104 | X0441098Y0073500D03* 105 | X0426098Y0068500D03* 106 | X0441098Y0063500D03* 107 | X0465098Y0063500D03* 108 | X0465098Y0073500D03* 109 | X0465098Y0088500D03* 110 | X0396098Y0088500D03* 111 | X0383598Y0086000D03* 112 | X0386098Y0078500D03* 113 | X0396098Y0078500D03* 114 | X0396098Y0068500D03* 115 | X0386098Y0068500D03* 116 | X0386098Y0058500D03* 117 | X0386098Y0048500D03* 118 | X0406098Y0048500D03* 119 | X0416098Y0048500D03* 120 | X0431098Y0048500D03* 121 | X0441098Y0048500D03* 122 | X0436098Y0041000D03* 123 | X0411098Y0041000D03* 124 | X0386098Y0038500D03* 125 | X0386098Y0028500D03* 126 | X0406098Y0028500D03* 127 | X0406098Y0018500D03* 128 | X0386098Y0018500D03* 129 | X0356098Y0018500D03* 130 | X0356098Y0028500D03* 131 | X0356098Y0038500D03* 132 | X0356098Y0048500D03* 133 | X0296098Y0043500D03* 134 | X0246098Y0058500D03* 135 | X0241098Y0048500D03* 136 | X0216098Y0058500D03* 137 | X0206098Y0053500D03* 138 | X0196098Y0063500D03* 139 | X0181098Y0063500D03* 140 | X0176098Y0053500D03* 141 | X0166098Y0053500D03* 142 | X0241098Y0028500D03* 143 | X0236098Y0016000D03* 144 | X0266098Y0016000D03* 145 | X0436098Y0018500D03* 146 | X0436098Y0028500D03* 147 | X0465098Y0023500D03* 148 | X0465098Y0013500D03* 149 | X0465098Y0038500D03* 150 | X0465098Y0048500D03* 151 | X0268598Y0113500D03* 152 | X0268598Y0123500D03* 153 | X0221098Y0111000D03* 154 | X0211098Y0111000D03* 155 | X0171098Y0118500D03* 156 | X0171098Y0128500D03* 157 | X0181098Y0128500D03* 158 | X0191098Y0128500D03* 159 | X0171098Y0138500D03* 160 | X0171098Y0148500D03* 161 | X0191098Y0148500D03* 162 | X0181098Y0158500D03* 163 | X0171098Y0158500D03* 164 | X0171098Y0168500D03* 165 | X0183598Y0173500D03* 166 | X0171098Y0178500D03* 167 | X0171098Y0188500D03* 168 | X0183598Y0193500D03* 169 | X0171098Y0198500D03* 170 | X0141098Y0198500D03* 171 | X0131098Y0198500D03* 172 | X0141098Y0188500D03* 173 | X0126098Y0186000D03* 174 | X0116098Y0186000D03* 175 | X0141098Y0178500D03* 176 | X0141098Y0168500D03* 177 | X0128598Y0168500D03* 178 | X0128598Y0158500D03* 179 | X0141098Y0158500D03* 180 | X0141098Y0148500D03* 181 | X0128598Y0148500D03* 182 | X0131098Y0138500D03* 183 | X0141098Y0138500D03* 184 | X0141098Y0128500D03* 185 | X0141098Y0118500D03* 186 | X0148598Y0106000D03* 187 | X0148598Y0096000D03* 188 | X0128598Y0096000D03* 189 | X0128598Y0106000D03* 190 | X0088598Y0106000D03* 191 | X0058598Y0106000D03* 192 | X0111098Y0138500D03* 193 | X0098598Y0148500D03* 194 | X0086098Y0156000D03* 195 | X0108598Y0158500D03* 196 | X0098598Y0168500D03* 197 | X0056098Y0156000D03* 198 | X0101098Y0198500D03* 199 | X0383598Y0193500D03* 200 | X0396098Y0193500D03* 201 | X0396098Y0183500D03* 202 | X0396098Y0173500D03* 203 | X0426098Y0173500D03* 204 | X0446098Y0173500D03* 205 | X0465098Y0173500D03* 206 | X0465098Y0163500D03* 207 | X0436098Y0163500D03* 208 | X0426098Y0163500D03* 209 | X0426098Y0153500D03* 210 | X0426098Y0143500D03* 211 | X0441098Y0143500D03* 212 | X0441098Y0133500D03* 213 | X0426098Y0133500D03* 214 | X0465098Y0138500D03* 215 | X0465098Y0148500D03* 216 | X0426098Y0183500D03* 217 | X0426098Y0193500D03* 218 | X0436098Y0193500D03* 219 | X0446098Y0193500D03* 220 | X0465098Y0198500D03* 221 | X0465098Y0188500D03* 222 | D11* 223 | X0057043Y0031000D03* 224 | X0089406Y0031000D03* 225 | X0089406Y0081000D03* 226 | X0057043Y0081000D03* 227 | X0057043Y0131000D03* 228 | X0089406Y0131000D03* 229 | X0089406Y0181000D03* 230 | X0057043Y0181000D03* 231 | D12* 232 | X0101610Y0181000D03* 233 | X0101610Y0131000D03* 234 | X0101610Y0081000D03* 235 | X0101610Y0031000D03* 236 | D13* 237 | X0158598Y0096000D03* 238 | X0168598Y0096000D03* 239 | X0178598Y0096000D03* 240 | X0188598Y0096000D03* 241 | X0198598Y0096000D03* 242 | X0198598Y0106000D03* 243 | X0188598Y0106000D03* 244 | X0178598Y0106000D03* 245 | X0168598Y0106000D03* 246 | X0158598Y0106000D03* 247 | X0453598Y0101000D03* 248 | X0453598Y0091000D03* 249 | X0453598Y0081000D03* 250 | X0453598Y0071000D03* 251 | X0453598Y0061000D03* 252 | X0453598Y0111000D03* 253 | X0453598Y0121000D03* 254 | X0453598Y0131000D03* 255 | X0453598Y0141000D03* 256 | X0453598Y0151000D03* 257 | D14* 258 | X0123598Y0121000D03* 259 | X0113598Y0121000D03* 260 | X0113598Y0081000D03* 261 | X0123598Y0081000D03* 262 | D15* 263 | X0187598Y0033500D03* 264 | X0206098Y0033500D03* 265 | X0224598Y0033500D03* 266 | D16* 267 | X0276098Y0023500D03* 268 | X0296098Y0023500D03* 269 | X0286098Y0033500D03* 270 | D17* 271 | X0245783Y0119976D03* 272 | X0235941Y0119976D03* 273 | X0226098Y0119976D03* 274 | X0216256Y0119976D03* 275 | X0206413Y0119976D03* 276 | X0206413Y0192024D03* 277 | X0216256Y0192024D03* 278 | X0226098Y0192024D03* 279 | X0235941Y0192024D03* 280 | X0245783Y0192024D03* 281 | D18* 282 | X0257594Y0160331D03* 283 | X0194602Y0160331D03* 284 | D19* 285 | X0328539Y0120843D03* 286 | X0328539Y0111000D03* 287 | X0328539Y0101157D03* 288 | X0113539Y0043343D03* 289 | X0113539Y0033500D03* 290 | X0113539Y0023657D03* 291 | D20* 292 | X0141098Y0015783D03* 293 | X0141098Y0051217D03* 294 | X0356098Y0093283D03* 295 | X0356098Y0128717D03* 296 | D21* 297 | X0341098Y0163500D03* 298 | X0341098Y0173500D03* 299 | X0341098Y0183500D03* 300 | X0341098Y0193500D03* 301 | X0371098Y0193500D03* 302 | X0371098Y0183500D03* 303 | X0371098Y0173500D03* 304 | X0371098Y0163500D03* 305 | X0286098Y0073500D03* 306 | X0286098Y0063500D03* 307 | X0286098Y0053500D03* 308 | X0286098Y0043500D03* 309 | X0311098Y0038500D03* 310 | X0311098Y0028500D03* 311 | X0311098Y0018500D03* 312 | X0341098Y0018500D03* 313 | X0341098Y0028500D03* 314 | X0341098Y0038500D03* 315 | X0341098Y0048500D03* 316 | X0311098Y0048500D03* 317 | X0256098Y0043500D03* 318 | X0256098Y0053500D03* 319 | X0256098Y0063500D03* 320 | X0256098Y0073500D03* 321 | M02* 322 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Proto 1 Gerbers/TuringMachine.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.2.0 2 | 3 | Photoplotter Info File: /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.topsoldermask.gpi 4 | 5 | Date : 18/03/2015 00:28 6 | Plotfile : /Users/Tom/Documents/GitHub/TuringMachine/Hardware/TuringMachine.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0600inch 199 37 | D11 round 0.0955inch 8 38 | D12 round 0.0837inch 4 39 | D13 round 0.0680inch 20 40 | D14 round 0.0690inch 4 41 | D15 round 0.1239inch 3 42 | D16 round 0.0700inch 3 43 | D17 round 0.0634inch 10 44 | D18 round 0.0827inch 2 45 | D19 round 0.0713inch 6 46 | D20 round 0.1267inch 4 47 | D21 round 0.0556inch 24 48 | 49 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.boardoutline.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 6 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomlayer.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0480inch 106 37 | D11 octagon 0.0480inch 48 38 | D12 square 0.0650inch 2 39 | D13 round 0.0650inch 2 40 | D14 draw 0.0413inch 8 41 | D15 octagon 0.0600inch 62 42 | D16 round 0.0660inch 4 43 | D17 round 0.0591inch 4 44 | D18 round 0.0600inch 2 45 | D19 draw 0.0100inch 174 46 | D20 round 0.0250inch 48 47 | D21 draw 0.0160inch 5 48 | D22 square 0.0356inch 3 49 | D23 draw 0.0320inch 4995 50 | D24 draw 0.0240inch 2 51 | D25 square 0.0320inch 1 52 | D26 square 0.0360inch 1 53 | 54 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0030inch 644 37 | D11 draw 0.0020inch 3535 38 | D12 draw 0.0060inch 103 39 | D13 draw 0.0050inch 154 40 | D14 draw 0.0200inch 1 41 | D15 draw 0.0090inch 3 42 | D16 draw 0.0040inch 50 43 | D17 draw 0.0120inch 3 44 | 45 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.bottomsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.05200*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.06900X0.06900*% 13 | %ADD13C,0.06900*% 14 | %ADD14C,0.04534*% 15 | %ADD15OC8,0.06400*% 16 | %ADD16C,0.07000*% 17 | %ADD17C,0.06306*% 18 | %ADD18C,0.06400*% 19 | %ADD19C,0.12998*% 20 | D10* 21 | X0228598Y0050200D02* 22 | X0228598Y0055000D01* 23 | X0238598Y0055000D02* 24 | X0238598Y0050200D01* 25 | X0248598Y0050200D02* 26 | X0248598Y0055000D01* 27 | X0258598Y0055000D02* 28 | X0258598Y0050200D01* 29 | X0268598Y0050200D02* 30 | X0268598Y0055000D01* 31 | X0278598Y0055000D02* 32 | X0278598Y0050200D01* 33 | X0288598Y0050200D02* 34 | X0288598Y0055000D01* 35 | X0328598Y0055000D02* 36 | X0328598Y0050200D01* 37 | X0338598Y0050200D02* 38 | X0338598Y0055000D01* 39 | X0348598Y0055000D02* 40 | X0348598Y0050200D01* 41 | X0358598Y0050200D02* 42 | X0358598Y0055000D01* 43 | X0368598Y0055000D02* 44 | X0368598Y0050200D01* 45 | X0378598Y0050200D02* 46 | X0378598Y0055000D01* 47 | X0388598Y0055000D02* 48 | X0388598Y0050200D01* 49 | X0398598Y0050200D02* 50 | X0398598Y0055000D01* 51 | X0398598Y0080200D02* 52 | X0398598Y0085000D01* 53 | X0388598Y0085000D02* 54 | X0388598Y0080200D01* 55 | X0378598Y0080200D02* 56 | X0378598Y0085000D01* 57 | X0368598Y0085000D02* 58 | X0368598Y0080200D01* 59 | X0358598Y0080200D02* 60 | X0358598Y0085000D01* 61 | X0348598Y0085000D02* 62 | X0348598Y0080200D01* 63 | X0338598Y0080200D02* 64 | X0338598Y0085000D01* 65 | X0328598Y0085000D02* 66 | X0328598Y0080200D01* 67 | X0288598Y0080200D02* 68 | X0288598Y0085000D01* 69 | X0278598Y0085000D02* 70 | X0278598Y0080200D01* 71 | X0268598Y0080200D02* 72 | X0268598Y0085000D01* 73 | X0258598Y0085000D02* 74 | X0258598Y0080200D01* 75 | X0248598Y0080200D02* 76 | X0248598Y0085000D01* 77 | X0238598Y0085000D02* 78 | X0238598Y0080200D01* 79 | X0228598Y0080200D02* 80 | X0228598Y0085000D01* 81 | X0228598Y0102700D02* 82 | X0228598Y0107500D01* 83 | X0238598Y0107500D02* 84 | X0238598Y0102700D01* 85 | X0248598Y0102700D02* 86 | X0248598Y0107500D01* 87 | X0258598Y0107500D02* 88 | X0258598Y0102700D01* 89 | X0268598Y0102700D02* 90 | X0268598Y0107500D01* 91 | X0278598Y0107500D02* 92 | X0278598Y0102700D01* 93 | X0288598Y0102700D02* 94 | X0288598Y0107500D01* 95 | X0328598Y0107500D02* 96 | X0328598Y0102700D01* 97 | X0338598Y0102700D02* 98 | X0338598Y0107500D01* 99 | X0348598Y0107500D02* 100 | X0348598Y0102700D01* 101 | X0358598Y0102700D02* 102 | X0358598Y0107500D01* 103 | X0368598Y0107500D02* 104 | X0368598Y0102700D01* 105 | X0378598Y0102700D02* 106 | X0378598Y0107500D01* 107 | X0388598Y0107500D02* 108 | X0388598Y0102700D01* 109 | X0398598Y0102700D02* 110 | X0398598Y0107500D01* 111 | X0398598Y0132700D02* 112 | X0398598Y0137500D01* 113 | X0388598Y0137500D02* 114 | X0388598Y0132700D01* 115 | X0378598Y0132700D02* 116 | X0378598Y0137500D01* 117 | X0368598Y0137500D02* 118 | X0368598Y0132700D01* 119 | X0358598Y0132700D02* 120 | X0358598Y0137500D01* 121 | X0348598Y0137500D02* 122 | X0348598Y0132700D01* 123 | X0338598Y0132700D02* 124 | X0338598Y0137500D01* 125 | X0328598Y0137500D02* 126 | X0328598Y0132700D01* 127 | X0288598Y0132700D02* 128 | X0288598Y0137500D01* 129 | X0278598Y0137500D02* 130 | X0278598Y0132700D01* 131 | X0268598Y0132700D02* 132 | X0268598Y0137500D01* 133 | X0258598Y0137500D02* 134 | X0258598Y0132700D01* 135 | X0248598Y0132700D02* 136 | X0248598Y0137500D01* 137 | X0238598Y0137500D02* 138 | X0238598Y0132700D01* 139 | X0228598Y0132700D02* 140 | X0228598Y0137500D01* 141 | X0228598Y0157700D02* 142 | X0228598Y0162500D01* 143 | X0238598Y0162500D02* 144 | X0238598Y0157700D01* 145 | X0248598Y0157700D02* 146 | X0248598Y0162500D01* 147 | X0258598Y0162500D02* 148 | X0258598Y0157700D01* 149 | X0268598Y0157700D02* 150 | X0268598Y0162500D01* 151 | X0278598Y0162500D02* 152 | X0278598Y0157700D01* 153 | X0288598Y0157700D02* 154 | X0288598Y0162500D01* 155 | X0298598Y0162500D02* 156 | X0298598Y0157700D01* 157 | X0328598Y0157700D02* 158 | X0328598Y0162500D01* 159 | X0338598Y0162500D02* 160 | X0338598Y0157700D01* 161 | X0348598Y0157700D02* 162 | X0348598Y0162500D01* 163 | X0358598Y0162500D02* 164 | X0358598Y0157700D01* 165 | X0368598Y0157700D02* 166 | X0368598Y0162500D01* 167 | X0378598Y0162500D02* 168 | X0378598Y0157700D01* 169 | X0388598Y0157700D02* 170 | X0388598Y0162500D01* 171 | X0398598Y0162500D02* 172 | X0398598Y0157700D01* 173 | X0398598Y0187700D02* 174 | X0398598Y0192500D01* 175 | X0388598Y0192500D02* 176 | X0388598Y0187700D01* 177 | X0378598Y0187700D02* 178 | X0378598Y0192500D01* 179 | X0368598Y0192500D02* 180 | X0368598Y0187700D01* 181 | X0358598Y0187700D02* 182 | X0358598Y0192500D01* 183 | X0348598Y0192500D02* 184 | X0348598Y0187700D01* 185 | X0338598Y0187700D02* 186 | X0338598Y0192500D01* 187 | X0328598Y0192500D02* 188 | X0328598Y0187700D01* 189 | X0298598Y0187700D02* 190 | X0298598Y0192500D01* 191 | X0288598Y0192500D02* 192 | X0288598Y0187700D01* 193 | X0278598Y0187700D02* 194 | X0278598Y0192500D01* 195 | X0268598Y0192500D02* 196 | X0268598Y0187700D01* 197 | X0258598Y0187700D02* 198 | X0258598Y0192500D01* 199 | X0248598Y0192500D02* 200 | X0248598Y0187700D01* 201 | X0238598Y0187700D02* 202 | X0238598Y0192500D01* 203 | X0228598Y0192500D02* 204 | X0228598Y0187700D01* 205 | X0133598Y0182500D02* 206 | X0133598Y0177700D01* 207 | X0123598Y0177700D02* 208 | X0123598Y0182500D01* 209 | X0113598Y0182500D02* 210 | X0113598Y0177700D01* 211 | X0103598Y0177700D02* 212 | X0103598Y0182500D01* 213 | X0093598Y0182500D02* 214 | X0093598Y0177700D01* 215 | X0083598Y0177700D02* 216 | X0083598Y0182500D01* 217 | X0073598Y0182500D02* 218 | X0073598Y0177700D01* 219 | X0073598Y0152500D02* 220 | X0073598Y0147700D01* 221 | X0083598Y0147700D02* 222 | X0083598Y0152500D01* 223 | X0093598Y0152500D02* 224 | X0093598Y0147700D01* 225 | X0103598Y0147700D02* 226 | X0103598Y0152500D01* 227 | X0113598Y0152500D02* 228 | X0113598Y0147700D01* 229 | X0123598Y0147700D02* 230 | X0123598Y0152500D01* 231 | X0133598Y0152500D02* 232 | X0133598Y0147700D01* 233 | D11* 234 | X0153598Y0160100D03* 235 | X0163598Y0155100D03* 236 | X0173598Y0155100D03* 237 | X0183598Y0160100D03* 238 | X0193598Y0155100D03* 239 | X0203598Y0160100D03* 240 | X0218598Y0160100D03* 241 | X0218598Y0180100D03* 242 | X0318598Y0186600D03* 243 | X0318598Y0166600D03* 244 | X0411098Y0157600D03* 245 | X0418598Y0152600D03* 246 | X0418598Y0162600D03* 247 | X0408598Y0130100D03* 248 | X0408598Y0110100D03* 249 | X0408598Y0077600D03* 250 | X0408598Y0057600D03* 251 | X0416098Y0052600D03* 252 | X0423598Y0047600D03* 253 | X0416098Y0042600D03* 254 | X0218598Y0055100D03* 255 | X0218598Y0075100D03* 256 | X0218598Y0107600D03* 257 | X0218598Y0127600D03* 258 | X0203598Y0130100D03* 259 | X0193598Y0135100D03* 260 | X0183598Y0130100D03* 261 | X0173598Y0135100D03* 262 | X0163598Y0135100D03* 263 | X0153598Y0130100D03* 264 | X0133598Y0125100D03* 265 | X0123598Y0130100D03* 266 | X0113598Y0130100D03* 267 | X0103598Y0125100D03* 268 | X0093598Y0130100D03* 269 | X0103598Y0105100D03* 270 | X0093598Y0100100D03* 271 | X0113598Y0100100D03* 272 | X0123598Y0100100D03* 273 | X0133598Y0105100D03* 274 | X0098598Y0070100D03* 275 | X0078598Y0070100D03* 276 | X0173598Y0035100D03* 277 | X0173598Y0025100D03* 278 | X0203598Y0025100D03* 279 | X0203598Y0035100D03* 280 | X0098598Y0030100D03* 281 | X0078598Y0030100D03* 282 | D12* 283 | X0141098Y0042600D03* 284 | X0151098Y0062600D03* 285 | D13* 286 | X0141098Y0062600D03* 287 | X0151098Y0042600D03* 288 | D14* 289 | X0173598Y0048033D02* 290 | X0173598Y0052167D01* 291 | X0183598Y0052167D02* 292 | X0183598Y0048033D01* 293 | X0193598Y0048033D02* 294 | X0193598Y0052167D01* 295 | X0203598Y0052167D02* 296 | X0203598Y0048033D01* 297 | X0203598Y0078033D02* 298 | X0203598Y0082167D01* 299 | X0193598Y0082167D02* 300 | X0193598Y0078033D01* 301 | X0183598Y0078033D02* 302 | X0183598Y0082167D01* 303 | X0173598Y0082167D02* 304 | X0173598Y0078033D01* 305 | D15* 306 | X0188598Y0095100D03* 307 | X0188598Y0105100D03* 308 | X0198598Y0105100D03* 309 | X0198598Y0115100D03* 310 | X0188598Y0115100D03* 311 | X0118598Y0055100D03* 312 | X0108598Y0055100D03* 313 | X0098598Y0055100D03* 314 | X0088598Y0055100D03* 315 | X0078598Y0055100D03* 316 | X0078598Y0045100D03* 317 | X0088598Y0045100D03* 318 | X0098598Y0045100D03* 319 | X0108598Y0045100D03* 320 | X0118598Y0045100D03* 321 | X0228598Y0025100D03* 322 | X0238598Y0025100D03* 323 | X0248598Y0025100D03* 324 | X0258598Y0025100D03* 325 | X0268598Y0025100D03* 326 | X0278598Y0025100D03* 327 | X0288598Y0025100D03* 328 | X0298598Y0025100D03* 329 | X0298598Y0015100D03* 330 | X0288598Y0015100D03* 331 | X0278598Y0015100D03* 332 | X0268598Y0015100D03* 333 | X0258598Y0015100D03* 334 | X0248598Y0015100D03* 335 | X0238598Y0015100D03* 336 | X0228598Y0015100D03* 337 | X0328598Y0015100D03* 338 | X0338598Y0015100D03* 339 | X0348598Y0015100D03* 340 | X0358598Y0015100D03* 341 | X0368598Y0015100D03* 342 | X0378598Y0015100D03* 343 | X0388598Y0015100D03* 344 | X0398598Y0015100D03* 345 | X0398598Y0025100D03* 346 | X0388598Y0025100D03* 347 | X0378598Y0025100D03* 348 | X0368598Y0025100D03* 349 | X0358598Y0025100D03* 350 | X0348598Y0025100D03* 351 | X0338598Y0025100D03* 352 | X0328598Y0025100D03* 353 | X0433598Y0085100D03* 354 | X0443598Y0085100D03* 355 | X0443598Y0095100D03* 356 | X0433598Y0095100D03* 357 | X0433598Y0105100D03* 358 | X0443598Y0105100D03* 359 | X0443598Y0115100D03* 360 | X0433598Y0115100D03* 361 | X0433598Y0125100D03* 362 | X0443598Y0125100D03* 363 | X0203598Y0180100D03* 364 | X0193598Y0180100D03* 365 | X0193598Y0190100D03* 366 | X0183598Y0190100D03* 367 | X0203598Y0190100D03* 368 | D16* 369 | X0078598Y0020100D03* 370 | X0118598Y0020100D03* 371 | X0118598Y0080100D03* 372 | X0078598Y0080100D03* 373 | D17* 374 | X0114805Y0070760D03* 375 | X0152392Y0084440D03* 376 | X0114805Y0031940D03* 377 | X0152392Y0018260D03* 378 | D18* 379 | X0198598Y0095100D03* 380 | X0183598Y0180100D03* 381 | D19* 382 | X0158598Y0187600D03* 383 | X0438598Y0022600D03* 384 | M02* 385 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0520inch 106 37 | D11 octagon 0.0520inch 48 38 | D12 square 0.0690inch 2 39 | D13 round 0.0690inch 2 40 | D14 draw 0.0453inch 8 41 | D15 octagon 0.0640inch 62 42 | D16 round 0.0700inch 4 43 | D17 round 0.0631inch 4 44 | D18 round 0.0640inch 2 45 | D19 round 0.1300inch 2 46 | 47 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Drill Station Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.drills.dri 4 | 5 | Date : 27/09/2015 22:52 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.0130inch 48 31 | T02 0.0200inch 1 32 | T03 0.0236inch 3 33 | T04 0.0240inch 1 34 | T05 0.0276inch 12 35 | T06 0.0320inch 154 36 | T07 0.0354inch 4 37 | T08 0.0400inch 64 38 | T09 0.0440inch 4 39 | T10 0.1260inch 2 40 | 41 | Total number of drills: 293 42 | 43 | Plotfiles: 44 | 45 | /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.drills.xln 46 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0130 5 | T02C0.0200 6 | T03C0.0236 7 | T04C0.0240 8 | T05C0.0276 9 | T06C0.0320 10 | T07C0.0354 11 | T08C0.0400 12 | T09C0.0440 13 | T10C0.1260 14 | % 15 | T01 16 | X22360Y3010 17 | X23860Y4260 18 | X22860Y4510 19 | X25360Y4260 20 | X30360Y5260 21 | X31110Y5260 22 | X32110Y4510 23 | X31860Y4260 24 | X30860Y3260 25 | X30610Y3010 26 | X31360Y3010 27 | X32110Y2510 28 | X31860Y1510 29 | X24860Y6760 30 | X23360Y7010 31 | X22360Y6760 32 | X31610Y9760 33 | X31360Y11260 34 | X31110Y11760 35 | X30360Y11510 36 | X29360Y12010 37 | X26860Y12010 38 | X25360Y12260 39 | X22860Y12510 40 | X21110Y10510 41 | X23860Y14510 42 | X23360Y14760 43 | X24860Y14760 44 | X25860Y15010 45 | X28860Y14510 46 | X30360Y15010 47 | X30860Y15010 48 | X33860Y14760 49 | X34860Y15010 50 | X36360Y14510 51 | X37360Y14760 52 | X37860Y15260 53 | X34360Y14260 54 | X32860Y12510 55 | X33860Y12260 56 | X35360Y12260 57 | X35860Y12010 58 | X36360Y12010 59 | X33360Y11510 60 | X33360Y7260 61 | X44860Y14010 62 | X21110Y19010 63 | X19360Y16760 64 | T02 65 | X27860Y3510 66 | T03 67 | X29860Y17410 68 | X31860Y17410 69 | X22860Y17410 70 | T04 71 | X16110Y9510 72 | T05 73 | X17360Y8010 74 | X18360Y8010 75 | X19360Y8010 76 | X20360Y8010 77 | X15110Y6260 78 | X14110Y6260 79 | X17360Y5010 80 | X18360Y5010 81 | X19360Y5010 82 | X20360Y5010 83 | X15110Y4260 84 | X14110Y4260 85 | T06 86 | X17360Y3510 87 | X17360Y2510 88 | X20360Y2510 89 | X20360Y3510 90 | X22860Y5260 91 | X23860Y5260 92 | X24860Y5260 93 | X25860Y5260 94 | X26860Y5260 95 | X27860Y5260 96 | X28860Y5260 97 | X32860Y5260 98 | X33860Y5260 99 | X34860Y5260 100 | X35860Y5260 101 | X36860Y5260 102 | X37860Y5260 103 | X38860Y5260 104 | X39860Y5260 105 | X40860Y5760 106 | X41610Y5260 107 | X42360Y4760 108 | X41610Y4260 109 | X40860Y7760 110 | X39860Y8260 111 | X38860Y8260 112 | X37860Y8260 113 | X36860Y8260 114 | X35860Y8260 115 | X34860Y8260 116 | X33860Y8260 117 | X32860Y8260 118 | X28860Y8260 119 | X27860Y8260 120 | X26860Y8260 121 | X25860Y8260 122 | X24860Y8260 123 | X23860Y8260 124 | X22860Y8260 125 | X21860Y7510 126 | X21860Y5510 127 | X12360Y10010 128 | X11360Y10010 129 | X10360Y10510 130 | X9360Y10010 131 | X13360Y10510 132 | X13360Y12510 133 | X12360Y13010 134 | X11360Y13010 135 | X10360Y12510 136 | X9360Y13010 137 | X9360Y15010 138 | X10360Y15010 139 | X11360Y15010 140 | X12360Y15010 141 | X13360Y15010 142 | X15360Y16010 143 | X16360Y15510 144 | X17360Y15510 145 | X18360Y16010 146 | X19360Y15510 147 | X20360Y16010 148 | X21860Y16010 149 | X22860Y16010 150 | X23860Y16010 151 | X24860Y16010 152 | X25860Y16010 153 | X26860Y16010 154 | X27860Y16010 155 | X28860Y16010 156 | X29860Y16010 157 | X31860Y16660 158 | X32860Y16010 159 | X33860Y16010 160 | X34860Y16010 161 | X35860Y16010 162 | X36860Y16010 163 | X37860Y16010 164 | X38860Y16010 165 | X39860Y16010 166 | X41110Y15760 167 | X41860Y15260 168 | X41860Y16260 169 | X39860Y13510 170 | X38860Y13510 171 | X37860Y13510 172 | X36860Y13510 173 | X35860Y13510 174 | X34860Y13510 175 | X33860Y13510 176 | X32860Y13510 177 | X28860Y13510 178 | X27860Y13510 179 | X26860Y13510 180 | X25860Y13510 181 | X24860Y13510 182 | X23860Y13510 183 | X22860Y13510 184 | X21860Y12760 185 | X20360Y13010 186 | X19360Y13510 187 | X18360Y13010 188 | X17360Y13510 189 | X16360Y13510 190 | X15360Y13010 191 | X21860Y10760 192 | X22860Y10510 193 | X23860Y10510 194 | X24860Y10510 195 | X25860Y10510 196 | X26860Y10510 197 | X27860Y10510 198 | X28860Y10510 199 | X32860Y10510 200 | X33860Y10510 201 | X34860Y10510 202 | X35860Y10510 203 | X36860Y10510 204 | X37860Y10510 205 | X38860Y10510 206 | X39860Y10510 207 | X40860Y11010 208 | X40860Y13010 209 | X31860Y18660 210 | X32860Y19010 211 | X33860Y19010 212 | X34860Y19010 213 | X35860Y19010 214 | X36860Y19010 215 | X37860Y19010 216 | X38860Y19010 217 | X39860Y19010 218 | X29860Y19010 219 | X28860Y19010 220 | X27860Y19010 221 | X26860Y19010 222 | X25860Y19010 223 | X24860Y19010 224 | X23860Y19010 225 | X22860Y19010 226 | X21860Y18010 227 | X13360Y18010 228 | X12360Y18010 229 | X11360Y18010 230 | X10360Y18010 231 | X9360Y18010 232 | X8360Y18010 233 | X7360Y18010 234 | X7360Y15010 235 | X8360Y15010 236 | X7860Y7010 237 | X9860Y7010 238 | X9860Y3010 239 | X7860Y3010 240 | T07 241 | X11480Y3194 242 | X15239Y1826 243 | X11480Y7076 244 | X15239Y8444 245 | T08 246 | X18860Y9510 247 | X19860Y9510 248 | X19860Y10510 249 | X18860Y10510 250 | X18860Y11510 251 | X19860Y11510 252 | X11860Y5510 253 | X10860Y5510 254 | X9860Y5510 255 | X8860Y5510 256 | X7860Y5510 257 | X7860Y4510 258 | X8860Y4510 259 | X9860Y4510 260 | X10860Y4510 261 | X11860Y4510 262 | X22860Y2510 263 | X23860Y2510 264 | X24860Y2510 265 | X25860Y2510 266 | X26860Y2510 267 | X27860Y2510 268 | X28860Y2510 269 | X29860Y2510 270 | X29860Y1510 271 | X28860Y1510 272 | X27860Y1510 273 | X26860Y1510 274 | X25860Y1510 275 | X24860Y1510 276 | X23860Y1510 277 | X22860Y1510 278 | X32860Y1510 279 | X33860Y1510 280 | X34860Y1510 281 | X35860Y1510 282 | X36860Y1510 283 | X37860Y1510 284 | X38860Y1510 285 | X39860Y1510 286 | X39860Y2510 287 | X38860Y2510 288 | X37860Y2510 289 | X36860Y2510 290 | X35860Y2510 291 | X34860Y2510 292 | X33860Y2510 293 | X32860Y2510 294 | X43360Y8510 295 | X44360Y8510 296 | X44360Y9510 297 | X43360Y9510 298 | X43360Y10510 299 | X44360Y10510 300 | X44360Y11510 301 | X43360Y11510 302 | X43360Y12510 303 | X44360Y12510 304 | X20360Y18010 305 | X19360Y18010 306 | X18360Y18010 307 | X18360Y19010 308 | X19360Y19010 309 | X20360Y19010 310 | T09 311 | X7860Y2010 312 | X11860Y2010 313 | X11860Y8010 314 | X7860Y8010 315 | T10 316 | X15860Y18760 317 | X43860Y2260 318 | M30 319 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.tcream.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | M02* 11 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.tcream.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.tcream.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.tcream.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | 37 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.toplayer.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0480inch 106 37 | D11 octagon 0.0480inch 48 38 | D12 square 0.0650inch 2 39 | D13 round 0.0650inch 2 40 | D14 draw 0.0413inch 8 41 | D15 octagon 0.0600inch 62 42 | D16 round 0.0660inch 4 43 | D17 round 0.0591inch 4 44 | D18 round 0.0600inch 2 45 | D19 draw 0.0100inch 232 46 | D20 round 0.0250inch 48 47 | D21 draw 0.0240inch 7 48 | D22 draw 0.0160inch 6 49 | D23 draw 0.0320inch 61 50 | D24 square 0.0356inch 3 51 | D25 square 0.0320inch 1 52 | D26 square 0.0360inch 1 53 | 54 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0020inch 110 37 | D11 draw 0.0060inch 321 38 | D12 draw 0.0050inch 724 39 | D13 draw 0.0040inch 748 40 | D14 draw 0.0080inch 12 41 | D15 draw 0.0010inch 32 42 | D16 draw 0.0030inch 38 43 | D17 rectangle 0.0200inch x 0.1000inch 2 44 | D18 rectangle 0.0750inch x 0.0300inch 4 45 | D19 rectangle 0.0526inch x 0.0256inch 4 46 | 47 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.05200*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.06900X0.06900*% 13 | %ADD13C,0.06900*% 14 | %ADD14C,0.04534*% 15 | %ADD15OC8,0.06400*% 16 | %ADD16C,0.07000*% 17 | %ADD17C,0.06306*% 18 | %ADD18C,0.06400*% 19 | %ADD19C,0.12998*% 20 | D10* 21 | X0228598Y0050200D02* 22 | X0228598Y0055000D01* 23 | X0238598Y0055000D02* 24 | X0238598Y0050200D01* 25 | X0248598Y0050200D02* 26 | X0248598Y0055000D01* 27 | X0258598Y0055000D02* 28 | X0258598Y0050200D01* 29 | X0268598Y0050200D02* 30 | X0268598Y0055000D01* 31 | X0278598Y0055000D02* 32 | X0278598Y0050200D01* 33 | X0288598Y0050200D02* 34 | X0288598Y0055000D01* 35 | X0328598Y0055000D02* 36 | X0328598Y0050200D01* 37 | X0338598Y0050200D02* 38 | X0338598Y0055000D01* 39 | X0348598Y0055000D02* 40 | X0348598Y0050200D01* 41 | X0358598Y0050200D02* 42 | X0358598Y0055000D01* 43 | X0368598Y0055000D02* 44 | X0368598Y0050200D01* 45 | X0378598Y0050200D02* 46 | X0378598Y0055000D01* 47 | X0388598Y0055000D02* 48 | X0388598Y0050200D01* 49 | X0398598Y0050200D02* 50 | X0398598Y0055000D01* 51 | X0398598Y0080200D02* 52 | X0398598Y0085000D01* 53 | X0388598Y0085000D02* 54 | X0388598Y0080200D01* 55 | X0378598Y0080200D02* 56 | X0378598Y0085000D01* 57 | X0368598Y0085000D02* 58 | X0368598Y0080200D01* 59 | X0358598Y0080200D02* 60 | X0358598Y0085000D01* 61 | X0348598Y0085000D02* 62 | X0348598Y0080200D01* 63 | X0338598Y0080200D02* 64 | X0338598Y0085000D01* 65 | X0328598Y0085000D02* 66 | X0328598Y0080200D01* 67 | X0288598Y0080200D02* 68 | X0288598Y0085000D01* 69 | X0278598Y0085000D02* 70 | X0278598Y0080200D01* 71 | X0268598Y0080200D02* 72 | X0268598Y0085000D01* 73 | X0258598Y0085000D02* 74 | X0258598Y0080200D01* 75 | X0248598Y0080200D02* 76 | X0248598Y0085000D01* 77 | X0238598Y0085000D02* 78 | X0238598Y0080200D01* 79 | X0228598Y0080200D02* 80 | X0228598Y0085000D01* 81 | X0228598Y0102700D02* 82 | X0228598Y0107500D01* 83 | X0238598Y0107500D02* 84 | X0238598Y0102700D01* 85 | X0248598Y0102700D02* 86 | X0248598Y0107500D01* 87 | X0258598Y0107500D02* 88 | X0258598Y0102700D01* 89 | X0268598Y0102700D02* 90 | X0268598Y0107500D01* 91 | X0278598Y0107500D02* 92 | X0278598Y0102700D01* 93 | X0288598Y0102700D02* 94 | X0288598Y0107500D01* 95 | X0328598Y0107500D02* 96 | X0328598Y0102700D01* 97 | X0338598Y0102700D02* 98 | X0338598Y0107500D01* 99 | X0348598Y0107500D02* 100 | X0348598Y0102700D01* 101 | X0358598Y0102700D02* 102 | X0358598Y0107500D01* 103 | X0368598Y0107500D02* 104 | X0368598Y0102700D01* 105 | X0378598Y0102700D02* 106 | X0378598Y0107500D01* 107 | X0388598Y0107500D02* 108 | X0388598Y0102700D01* 109 | X0398598Y0102700D02* 110 | X0398598Y0107500D01* 111 | X0398598Y0132700D02* 112 | X0398598Y0137500D01* 113 | X0388598Y0137500D02* 114 | X0388598Y0132700D01* 115 | X0378598Y0132700D02* 116 | X0378598Y0137500D01* 117 | X0368598Y0137500D02* 118 | X0368598Y0132700D01* 119 | X0358598Y0132700D02* 120 | X0358598Y0137500D01* 121 | X0348598Y0137500D02* 122 | X0348598Y0132700D01* 123 | X0338598Y0132700D02* 124 | X0338598Y0137500D01* 125 | X0328598Y0137500D02* 126 | X0328598Y0132700D01* 127 | X0288598Y0132700D02* 128 | X0288598Y0137500D01* 129 | X0278598Y0137500D02* 130 | X0278598Y0132700D01* 131 | X0268598Y0132700D02* 132 | X0268598Y0137500D01* 133 | X0258598Y0137500D02* 134 | X0258598Y0132700D01* 135 | X0248598Y0132700D02* 136 | X0248598Y0137500D01* 137 | X0238598Y0137500D02* 138 | X0238598Y0132700D01* 139 | X0228598Y0132700D02* 140 | X0228598Y0137500D01* 141 | X0228598Y0157700D02* 142 | X0228598Y0162500D01* 143 | X0238598Y0162500D02* 144 | X0238598Y0157700D01* 145 | X0248598Y0157700D02* 146 | X0248598Y0162500D01* 147 | X0258598Y0162500D02* 148 | X0258598Y0157700D01* 149 | X0268598Y0157700D02* 150 | X0268598Y0162500D01* 151 | X0278598Y0162500D02* 152 | X0278598Y0157700D01* 153 | X0288598Y0157700D02* 154 | X0288598Y0162500D01* 155 | X0298598Y0162500D02* 156 | X0298598Y0157700D01* 157 | X0328598Y0157700D02* 158 | X0328598Y0162500D01* 159 | X0338598Y0162500D02* 160 | X0338598Y0157700D01* 161 | X0348598Y0157700D02* 162 | X0348598Y0162500D01* 163 | X0358598Y0162500D02* 164 | X0358598Y0157700D01* 165 | X0368598Y0157700D02* 166 | X0368598Y0162500D01* 167 | X0378598Y0162500D02* 168 | X0378598Y0157700D01* 169 | X0388598Y0157700D02* 170 | X0388598Y0162500D01* 171 | X0398598Y0162500D02* 172 | X0398598Y0157700D01* 173 | X0398598Y0187700D02* 174 | X0398598Y0192500D01* 175 | X0388598Y0192500D02* 176 | X0388598Y0187700D01* 177 | X0378598Y0187700D02* 178 | X0378598Y0192500D01* 179 | X0368598Y0192500D02* 180 | X0368598Y0187700D01* 181 | X0358598Y0187700D02* 182 | X0358598Y0192500D01* 183 | X0348598Y0192500D02* 184 | X0348598Y0187700D01* 185 | X0338598Y0187700D02* 186 | X0338598Y0192500D01* 187 | X0328598Y0192500D02* 188 | X0328598Y0187700D01* 189 | X0298598Y0187700D02* 190 | X0298598Y0192500D01* 191 | X0288598Y0192500D02* 192 | X0288598Y0187700D01* 193 | X0278598Y0187700D02* 194 | X0278598Y0192500D01* 195 | X0268598Y0192500D02* 196 | X0268598Y0187700D01* 197 | X0258598Y0187700D02* 198 | X0258598Y0192500D01* 199 | X0248598Y0192500D02* 200 | X0248598Y0187700D01* 201 | X0238598Y0187700D02* 202 | X0238598Y0192500D01* 203 | X0228598Y0192500D02* 204 | X0228598Y0187700D01* 205 | X0133598Y0182500D02* 206 | X0133598Y0177700D01* 207 | X0123598Y0177700D02* 208 | X0123598Y0182500D01* 209 | X0113598Y0182500D02* 210 | X0113598Y0177700D01* 211 | X0103598Y0177700D02* 212 | X0103598Y0182500D01* 213 | X0093598Y0182500D02* 214 | X0093598Y0177700D01* 215 | X0083598Y0177700D02* 216 | X0083598Y0182500D01* 217 | X0073598Y0182500D02* 218 | X0073598Y0177700D01* 219 | X0073598Y0152500D02* 220 | X0073598Y0147700D01* 221 | X0083598Y0147700D02* 222 | X0083598Y0152500D01* 223 | X0093598Y0152500D02* 224 | X0093598Y0147700D01* 225 | X0103598Y0147700D02* 226 | X0103598Y0152500D01* 227 | X0113598Y0152500D02* 228 | X0113598Y0147700D01* 229 | X0123598Y0147700D02* 230 | X0123598Y0152500D01* 231 | X0133598Y0152500D02* 232 | X0133598Y0147700D01* 233 | D11* 234 | X0153598Y0160100D03* 235 | X0163598Y0155100D03* 236 | X0173598Y0155100D03* 237 | X0183598Y0160100D03* 238 | X0193598Y0155100D03* 239 | X0203598Y0160100D03* 240 | X0218598Y0160100D03* 241 | X0218598Y0180100D03* 242 | X0318598Y0186600D03* 243 | X0318598Y0166600D03* 244 | X0411098Y0157600D03* 245 | X0418598Y0152600D03* 246 | X0418598Y0162600D03* 247 | X0408598Y0130100D03* 248 | X0408598Y0110100D03* 249 | X0408598Y0077600D03* 250 | X0408598Y0057600D03* 251 | X0416098Y0052600D03* 252 | X0423598Y0047600D03* 253 | X0416098Y0042600D03* 254 | X0218598Y0055100D03* 255 | X0218598Y0075100D03* 256 | X0218598Y0107600D03* 257 | X0218598Y0127600D03* 258 | X0203598Y0130100D03* 259 | X0193598Y0135100D03* 260 | X0183598Y0130100D03* 261 | X0173598Y0135100D03* 262 | X0163598Y0135100D03* 263 | X0153598Y0130100D03* 264 | X0133598Y0125100D03* 265 | X0123598Y0130100D03* 266 | X0113598Y0130100D03* 267 | X0103598Y0125100D03* 268 | X0093598Y0130100D03* 269 | X0103598Y0105100D03* 270 | X0093598Y0100100D03* 271 | X0113598Y0100100D03* 272 | X0123598Y0100100D03* 273 | X0133598Y0105100D03* 274 | X0098598Y0070100D03* 275 | X0078598Y0070100D03* 276 | X0173598Y0035100D03* 277 | X0173598Y0025100D03* 278 | X0203598Y0025100D03* 279 | X0203598Y0035100D03* 280 | X0098598Y0030100D03* 281 | X0078598Y0030100D03* 282 | D12* 283 | X0141098Y0042600D03* 284 | X0151098Y0062600D03* 285 | D13* 286 | X0141098Y0062600D03* 287 | X0151098Y0042600D03* 288 | D14* 289 | X0173598Y0048033D02* 290 | X0173598Y0052167D01* 291 | X0183598Y0052167D02* 292 | X0183598Y0048033D01* 293 | X0193598Y0048033D02* 294 | X0193598Y0052167D01* 295 | X0203598Y0052167D02* 296 | X0203598Y0048033D01* 297 | X0203598Y0078033D02* 298 | X0203598Y0082167D01* 299 | X0193598Y0082167D02* 300 | X0193598Y0078033D01* 301 | X0183598Y0078033D02* 302 | X0183598Y0082167D01* 303 | X0173598Y0082167D02* 304 | X0173598Y0078033D01* 305 | D15* 306 | X0188598Y0095100D03* 307 | X0188598Y0105100D03* 308 | X0198598Y0105100D03* 309 | X0198598Y0115100D03* 310 | X0188598Y0115100D03* 311 | X0118598Y0055100D03* 312 | X0108598Y0055100D03* 313 | X0098598Y0055100D03* 314 | X0088598Y0055100D03* 315 | X0078598Y0055100D03* 316 | X0078598Y0045100D03* 317 | X0088598Y0045100D03* 318 | X0098598Y0045100D03* 319 | X0108598Y0045100D03* 320 | X0118598Y0045100D03* 321 | X0228598Y0025100D03* 322 | X0238598Y0025100D03* 323 | X0248598Y0025100D03* 324 | X0258598Y0025100D03* 325 | X0268598Y0025100D03* 326 | X0278598Y0025100D03* 327 | X0288598Y0025100D03* 328 | X0298598Y0025100D03* 329 | X0298598Y0015100D03* 330 | X0288598Y0015100D03* 331 | X0278598Y0015100D03* 332 | X0268598Y0015100D03* 333 | X0258598Y0015100D03* 334 | X0248598Y0015100D03* 335 | X0238598Y0015100D03* 336 | X0228598Y0015100D03* 337 | X0328598Y0015100D03* 338 | X0338598Y0015100D03* 339 | X0348598Y0015100D03* 340 | X0358598Y0015100D03* 341 | X0368598Y0015100D03* 342 | X0378598Y0015100D03* 343 | X0388598Y0015100D03* 344 | X0398598Y0015100D03* 345 | X0398598Y0025100D03* 346 | X0388598Y0025100D03* 347 | X0378598Y0025100D03* 348 | X0368598Y0025100D03* 349 | X0358598Y0025100D03* 350 | X0348598Y0025100D03* 351 | X0338598Y0025100D03* 352 | X0328598Y0025100D03* 353 | X0433598Y0085100D03* 354 | X0443598Y0085100D03* 355 | X0443598Y0095100D03* 356 | X0433598Y0095100D03* 357 | X0433598Y0105100D03* 358 | X0443598Y0105100D03* 359 | X0443598Y0115100D03* 360 | X0433598Y0115100D03* 361 | X0433598Y0125100D03* 362 | X0443598Y0125100D03* 363 | X0203598Y0180100D03* 364 | X0193598Y0180100D03* 365 | X0193598Y0190100D03* 366 | X0183598Y0190100D03* 367 | X0203598Y0190100D03* 368 | D16* 369 | X0078598Y0020100D03* 370 | X0118598Y0020100D03* 371 | X0118598Y0080100D03* 372 | X0078598Y0080100D03* 373 | D17* 374 | X0114805Y0070760D03* 375 | X0152392Y0084440D03* 376 | X0114805Y0031940D03* 377 | X0152392Y0018260D03* 378 | D18* 379 | X0198598Y0095100D03* 380 | X0183598Y0180100D03* 381 | D19* 382 | X0158598Y0187600D03* 383 | X0438598Y0022600D03* 384 | M02* 385 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringBack_Gerbers_rev1/TuringBack.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:52 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0520inch 106 37 | D11 octagon 0.0520inch 48 38 | D12 square 0.0690inch 2 39 | D13 round 0.0690inch 2 40 | D14 draw 0.0453inch 8 41 | D15 octagon 0.0640inch 62 42 | D16 round 0.0700inch 4 43 | D17 round 0.0631inch 4 44 | D18 round 0.0640inch 2 45 | D19 round 0.1300inch 2 46 | 47 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.boardoutline.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 8 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomlayer.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0650inch 15 37 | D11 octagon 0.0480inch 102 38 | D12 square 0.0480inch 11 39 | D13 round 0.0480inch 1 40 | D14 draw 0.0480inch 30 41 | D15 draw 0.1199inch 3 42 | D16 octagon 0.0660inch 7 43 | D17 octagon 0.0531inch 10 44 | D18 square 0.0660inch 2 45 | D19 square 0.1227inch 4 46 | D20 round 0.0600inch 2 47 | D21 octagon 0.0600inch 20 48 | D22 draw 0.0400inch 1 49 | D23 draw 0.0320inch 4792 50 | D24 square 0.0356inch 8 51 | D25 draw 0.0160inch 7 52 | D26 draw 0.0100inch 172 53 | D27 round 0.0250inch 23 54 | 55 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0060inch 479 37 | D11 draw 0.0050inch 154 38 | 39 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.bottomsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06896*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.05200X0.05200*% 13 | %ADD13C,0.05200*% 14 | %ADD14C,0.05200*% 15 | %ADD15C,0.12388*% 16 | %ADD16OC8,0.07000*% 17 | %ADD17OC8,0.05715*% 18 | %ADD18C,0.08274*% 19 | %ADD19R,0.07000X0.07000*% 20 | %ADD20R,0.12668X0.12668*% 21 | %ADD21C,0.06400*% 22 | %ADD22OC8,0.06400*% 23 | %ADD23C,0.12998*% 24 | D10* 25 | X0068913Y0030100D03* 26 | X0102378Y0030100D03* 27 | X0114189Y0030100D03* 28 | X0114189Y0080100D03* 29 | X0126413Y0080100D03* 30 | X0102378Y0080100D03* 31 | X0068913Y0080100D03* 32 | X0159878Y0080100D03* 33 | X0171689Y0080100D03* 34 | X0114189Y0130100D03* 35 | X0102378Y0130100D03* 36 | X0068913Y0130100D03* 37 | X0068913Y0180100D03* 38 | X0102378Y0180100D03* 39 | X0114189Y0180100D03* 40 | D11* 41 | X0113598Y0170100D03* 42 | X0133598Y0170100D03* 43 | X0143598Y0170100D03* 44 | X0153598Y0160100D03* 45 | X0163598Y0160100D03* 46 | X0173598Y0167600D03* 47 | X0183598Y0167600D03* 48 | X0193598Y0167600D03* 49 | X0203598Y0167600D03* 50 | X0163598Y0140100D03* 51 | X0153598Y0140100D03* 52 | X0143598Y0140100D03* 53 | X0133598Y0140100D03* 54 | X0113598Y0140100D03* 55 | X0101098Y0155100D03* 56 | X0071098Y0155100D03* 57 | X0111098Y0192600D03* 58 | X0173598Y0137600D03* 59 | X0183598Y0137600D03* 60 | X0193598Y0137600D03* 61 | X0203598Y0137600D03* 62 | X0158598Y0105100D03* 63 | X0168598Y0092600D03* 64 | X0186098Y0082600D03* 65 | X0196098Y0082600D03* 66 | X0208598Y0077600D03* 67 | X0223598Y0080100D03* 68 | X0233598Y0080100D03* 69 | X0246098Y0082600D03* 70 | X0258598Y0077600D03* 71 | X0271098Y0082600D03* 72 | X0286098Y0077600D03* 73 | X0298598Y0082600D03* 74 | X0308598Y0082600D03* 75 | X0318598Y0077600D03* 76 | X0328598Y0077600D03* 77 | X0338598Y0077600D03* 78 | X0348598Y0077600D03* 79 | X0386098Y0075100D03* 80 | X0416098Y0075100D03* 81 | X0433598Y0075100D03* 82 | X0433598Y0065100D03* 83 | X0416098Y0060100D03* 84 | X0433598Y0055100D03* 85 | X0433598Y0045100D03* 86 | X0416098Y0045100D03* 87 | X0386098Y0045100D03* 88 | X0371098Y0037600D03* 89 | X0363598Y0032600D03* 90 | X0386098Y0030100D03* 91 | X0416098Y0030100D03* 92 | X0463598Y0045100D03* 93 | X0477598Y0047600D03* 94 | X0463598Y0055100D03* 95 | X0463598Y0065100D03* 96 | X0477598Y0072600D03* 97 | X0463598Y0075100D03* 98 | X0477598Y0097600D03* 99 | X0477598Y0122600D03* 100 | X0477598Y0147600D03* 101 | X0461098Y0170100D03* 102 | X0448598Y0175100D03* 103 | X0477598Y0172600D03* 104 | X0461098Y0190100D03* 105 | X0448598Y0195100D03* 106 | X0477598Y0197600D03* 107 | X0228598Y0087600D03* 108 | X0208598Y0057600D03* 109 | X0196098Y0052600D03* 110 | X0186098Y0052600D03* 111 | X0226098Y0042600D03* 112 | X0246098Y0052600D03* 113 | X0258598Y0057600D03* 114 | X0271098Y0052600D03* 115 | X0286098Y0057600D03* 116 | X0298598Y0052600D03* 117 | X0308598Y0052600D03* 118 | X0318598Y0057600D03* 119 | X0328598Y0057600D03* 120 | X0338598Y0057600D03* 121 | X0348598Y0057600D03* 122 | X0348598Y0042600D03* 123 | X0338598Y0042600D03* 124 | X0328598Y0042600D03* 125 | X0318598Y0042600D03* 126 | X0308598Y0042600D03* 127 | X0298598Y0042600D03* 128 | X0363598Y0042600D03* 129 | X0386098Y0060100D03* 130 | X0477598Y0022600D03* 131 | X0348598Y0012600D03* 132 | X0338598Y0012600D03* 133 | X0328598Y0012600D03* 134 | X0318598Y0012600D03* 135 | X0308598Y0012600D03* 136 | X0298598Y0012600D03* 137 | X0226098Y0022600D03* 138 | X0101098Y0055100D03* 139 | X0071098Y0055100D03* 140 | X0071098Y0105100D03* 141 | X0101098Y0105100D03* 142 | X0128598Y0105100D03* 143 | D12* 144 | X0178598Y0092600D03* 145 | X0123598Y0140100D03* 146 | X0121098Y0192600D03* 147 | X0477598Y0187600D03* 148 | X0477598Y0162600D03* 149 | X0477598Y0137600D03* 150 | X0477598Y0112600D03* 151 | X0477598Y0087600D03* 152 | X0477598Y0062600D03* 153 | X0477598Y0037600D03* 154 | X0477598Y0012600D03* 155 | D13* 156 | X0123598Y0170100D03* 157 | D14* 158 | X0286098Y0162500D02* 159 | X0286098Y0157700D01* 160 | X0296098Y0157700D02* 161 | X0296098Y0162500D01* 162 | X0306098Y0162500D02* 163 | X0306098Y0157700D01* 164 | X0316098Y0157700D02* 165 | X0316098Y0162500D01* 166 | X0326098Y0162500D02* 167 | X0326098Y0157700D01* 168 | X0336098Y0157700D02* 169 | X0336098Y0162500D01* 170 | X0346098Y0162500D02* 171 | X0346098Y0157700D01* 172 | X0361098Y0157700D02* 173 | X0361098Y0162500D01* 174 | X0371098Y0162500D02* 175 | X0371098Y0157700D01* 176 | X0381098Y0157700D02* 177 | X0381098Y0162500D01* 178 | X0391098Y0162500D02* 179 | X0391098Y0157700D01* 180 | X0401098Y0157700D02* 181 | X0401098Y0162500D01* 182 | X0411098Y0162500D02* 183 | X0411098Y0157700D01* 184 | X0421098Y0157700D02* 185 | X0421098Y0162500D01* 186 | X0431098Y0162500D02* 187 | X0431098Y0157700D01* 188 | X0431098Y0187700D02* 189 | X0431098Y0192500D01* 190 | X0421098Y0192500D02* 191 | X0421098Y0187700D01* 192 | X0411098Y0187700D02* 193 | X0411098Y0192500D01* 194 | X0401098Y0192500D02* 195 | X0401098Y0187700D01* 196 | X0391098Y0187700D02* 197 | X0391098Y0192500D01* 198 | X0381098Y0192500D02* 199 | X0381098Y0187700D01* 200 | X0371098Y0187700D02* 201 | X0371098Y0192500D01* 202 | X0361098Y0192500D02* 203 | X0361098Y0187700D01* 204 | X0346098Y0187700D02* 205 | X0346098Y0192500D01* 206 | X0336098Y0192500D02* 207 | X0336098Y0187700D01* 208 | X0326098Y0187700D02* 209 | X0326098Y0192500D01* 210 | X0316098Y0192500D02* 211 | X0316098Y0187700D01* 212 | X0306098Y0187700D02* 213 | X0306098Y0192500D01* 214 | X0296098Y0192500D02* 215 | X0296098Y0187700D01* 216 | X0286098Y0187700D02* 217 | X0286098Y0192500D01* 218 | D15* 219 | X0277098Y0038594D02* 220 | X0277098Y0026606D01* 221 | X0258598Y0026606D02* 222 | X0258598Y0038594D01* 223 | X0240098Y0038594D02* 224 | X0240098Y0026606D01* 225 | D16* 226 | X0206098Y0022600D03* 227 | X0196098Y0032600D03* 228 | X0206098Y0042600D03* 229 | X0126039Y0032600D03* 230 | X0126039Y0022757D03* 231 | X0341039Y0095257D03* 232 | X0341039Y0105100D03* 233 | D17* 234 | X0263283Y0119076D03* 235 | X0253441Y0119076D03* 236 | X0243598Y0119076D03* 237 | X0233756Y0119076D03* 238 | X0223913Y0119076D03* 239 | X0223913Y0191124D03* 240 | X0233756Y0191124D03* 241 | X0243598Y0191124D03* 242 | X0253441Y0191124D03* 243 | X0263283Y0191124D03* 244 | D18* 245 | X0275094Y0159431D03* 246 | X0212102Y0159431D03* 247 | D19* 248 | X0341039Y0114943D03* 249 | X0126039Y0042443D03* 250 | D20* 251 | X0153598Y0050317D03* 252 | X0153598Y0014883D03* 253 | X0368598Y0087383D03* 254 | X0368598Y0122817D03* 255 | D21* 256 | X0198598Y0095100D03* 257 | X0183598Y0180100D03* 258 | D22* 259 | X0193598Y0180100D03* 260 | X0203598Y0180100D03* 261 | X0203598Y0190100D03* 262 | X0193598Y0190100D03* 263 | X0183598Y0190100D03* 264 | X0188598Y0115100D03* 265 | X0198598Y0115100D03* 266 | X0198598Y0105100D03* 267 | X0188598Y0105100D03* 268 | X0188598Y0095100D03* 269 | X0433598Y0095100D03* 270 | X0443598Y0095100D03* 271 | X0443598Y0085100D03* 272 | X0433598Y0085100D03* 273 | X0433598Y0105100D03* 274 | X0443598Y0105100D03* 275 | X0443598Y0115100D03* 276 | X0433598Y0115100D03* 277 | X0433598Y0125100D03* 278 | X0443598Y0125100D03* 279 | D23* 280 | X0438598Y0022600D03* 281 | X0158598Y0187600D03* 282 | M02* 283 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0690inch 15 37 | D11 octagon 0.0520inch 102 38 | D12 square 0.0520inch 11 39 | D13 round 0.0520inch 1 40 | D14 draw 0.0520inch 30 41 | D15 draw 0.1239inch 3 42 | D16 octagon 0.0700inch 7 43 | D17 octagon 0.0571inch 10 44 | D18 round 0.0827inch 2 45 | D19 square 0.0700inch 2 46 | D20 square 0.1267inch 4 47 | D21 round 0.0640inch 2 48 | D22 octagon 0.0640inch 20 49 | D23 round 0.1300inch 2 50 | 51 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Drill Station Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.drills.dri 4 | 5 | Date : 27/09/2015 22:51 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.0130inch 23 31 | T02 0.0236inch 8 32 | T03 0.0320inch 147 33 | T04 0.0354inch 10 34 | T05 0.0400inch 22 35 | T06 0.0433inch 21 36 | T07 0.0787inch 2 37 | T08 0.0799inch 3 38 | T09 0.0827inch 4 39 | T10 0.1260inch 2 40 | 41 | Total number of drills: 242 42 | 43 | Plotfiles: 44 | 45 | /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.drills.xln 46 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0130 5 | T02C0.0236 6 | T03C0.0320 7 | T04C0.0354 8 | T05C0.0400 9 | T06C0.0433 10 | T07C0.0787 11 | T08C0.0799 12 | T09C0.0827 13 | T10C0.1260 14 | % 15 | T01 16 | X22360Y5260 17 | X28860Y6760 18 | X29360Y7010 19 | X39360Y10760 20 | X35110Y12760 21 | X34610Y13010 22 | X35610Y13510 23 | X36610Y13760 24 | X37110Y14010 25 | X36110Y14260 26 | X38110Y14760 27 | X39110Y14510 28 | X38610Y13260 29 | X38110Y13010 30 | X33610Y14510 31 | X30860Y12760 32 | X28610Y13010 33 | X28360Y14510 34 | X25360Y14760 35 | X23860Y14260 36 | X24360Y14010 37 | X23360Y13260 38 | X22360Y13760 39 | T02 40 | X21985Y12760 41 | X24610Y10260 42 | X26860Y9510 43 | X33860Y3260 44 | X41110Y17010 45 | X40110Y17510 46 | X26610Y17010 47 | X21985Y17510 48 | T03 49 | X20360Y16760 50 | X19360Y16760 51 | X18360Y16760 52 | X17360Y16760 53 | X16360Y16010 54 | X15360Y16010 55 | X14360Y17010 56 | X13360Y17010 57 | X12360Y17010 58 | X11360Y17010 59 | X10110Y15510 60 | X7110Y15510 61 | X11360Y14010 62 | X12360Y14010 63 | X13360Y14010 64 | X14360Y14010 65 | X15360Y14010 66 | X16360Y14010 67 | X17360Y13760 68 | X18360Y13760 69 | X19360Y13760 70 | X20360Y13760 71 | X15860Y10510 72 | X16860Y9260 73 | X17860Y9260 74 | X18610Y8260 75 | X19610Y8260 76 | X20860Y7760 77 | X22360Y8010 78 | X23360Y8010 79 | X24610Y8260 80 | X25860Y7760 81 | X27110Y8260 82 | X28610Y7760 83 | X29860Y8260 84 | X30860Y8260 85 | X31860Y7760 86 | X32860Y7760 87 | X33860Y7760 88 | X34860Y7760 89 | X38610Y7510 90 | X41610Y7510 91 | X43360Y7510 92 | X43360Y6510 93 | X41610Y6010 94 | X43360Y5510 95 | X43360Y4510 96 | X41610Y4510 97 | X38610Y4510 98 | X37110Y3760 99 | X36360Y3260 100 | X38610Y3010 101 | X41610Y3010 102 | X46360Y4510 103 | X47760Y4760 104 | X46360Y5510 105 | X47760Y6260 106 | X46360Y6510 107 | X47760Y7260 108 | X46360Y7510 109 | X47760Y8760 110 | X47760Y9760 111 | X47760Y11260 112 | X47760Y12260 113 | X47760Y13760 114 | X47760Y14760 115 | X47760Y16260 116 | X46110Y17010 117 | X44860Y17510 118 | X47760Y17260 119 | X47760Y18760 120 | X46110Y19010 121 | X44860Y19510 122 | X43110Y19010 123 | X42110Y19010 124 | X41110Y19010 125 | X40110Y19010 126 | X39110Y19010 127 | X38110Y19010 128 | X37110Y19010 129 | X36110Y19010 130 | X34610Y19010 131 | X33610Y19010 132 | X32610Y19010 133 | X31610Y19010 134 | X30610Y19010 135 | X29610Y19010 136 | X28610Y19010 137 | X28610Y16010 138 | X29610Y16010 139 | X30610Y16010 140 | X31610Y16010 141 | X32610Y16010 142 | X33610Y16010 143 | X34610Y16010 144 | X36110Y16010 145 | X37110Y16010 146 | X38110Y16010 147 | X39110Y16010 148 | X40110Y16010 149 | X41110Y16010 150 | X42110Y16010 151 | X43110Y16010 152 | X47760Y19760 153 | X22860Y8760 154 | X20860Y5760 155 | X19610Y5260 156 | X18610Y5260 157 | X20610Y4260 158 | X22610Y4260 159 | X24610Y5260 160 | X25860Y5760 161 | X27110Y5260 162 | X28610Y5760 163 | X29860Y5260 164 | X30860Y5260 165 | X31860Y5760 166 | X32860Y5760 167 | X33860Y5760 168 | X34860Y5760 169 | X34860Y4260 170 | X33860Y4260 171 | X32860Y4260 172 | X31860Y4260 173 | X30860Y4260 174 | X29860Y4260 175 | X36360Y4260 176 | X38610Y6010 177 | X47760Y3760 178 | X47760Y2260 179 | X47760Y1260 180 | X34860Y1260 181 | X33860Y1260 182 | X32860Y1260 183 | X31860Y1260 184 | X30860Y1260 185 | X29860Y1260 186 | X22610Y2260 187 | X20610Y2260 188 | X19610Y3260 189 | X10110Y5510 190 | X7110Y5510 191 | X7110Y10510 192 | X10110Y10510 193 | X12860Y10510 194 | X12110Y19260 195 | X11110Y19260 196 | T04 197 | X22391Y19112 198 | X23376Y19112 199 | X24360Y19112 200 | X25344Y19112 201 | X26328Y19112 202 | X26328Y11908 203 | X25344Y11908 204 | X24360Y11908 205 | X23376Y11908 206 | X22391Y11908 207 | T05 208 | X19860Y11510 209 | X18860Y11510 210 | X18860Y10510 211 | X19860Y10510 212 | X19860Y9510 213 | X18860Y9510 214 | X19360Y18010 215 | X20360Y18010 216 | X18360Y18010 217 | X18360Y19010 218 | X19360Y19010 219 | X20360Y19010 220 | X43360Y12510 221 | X44360Y12510 222 | X44360Y11510 223 | X43360Y11510 224 | X43360Y10510 225 | X44360Y10510 226 | X44360Y9510 227 | X43360Y9510 228 | X43360Y8510 229 | X44360Y8510 230 | T06 231 | X6891Y3010 232 | X10238Y3010 233 | X11419Y3010 234 | X12604Y3260 235 | X12604Y2276 236 | X12604Y4244 237 | X12641Y8010 238 | X11419Y8010 239 | X10238Y8010 240 | X6891Y8010 241 | X15988Y8010 242 | X17169Y8010 243 | X11419Y13010 244 | X10238Y13010 245 | X6891Y13010 246 | X6891Y18010 247 | X10238Y18010 248 | X11419Y18010 249 | X34104Y11494 250 | X34104Y10510 251 | X34104Y9526 252 | T07 253 | X27509Y15943 254 | X21210Y15943 255 | T08 256 | X24010Y3260 257 | X25860Y3260 258 | X27710Y3260 259 | T09 260 | X15360Y1488 261 | X15360Y5032 262 | X36860Y8738 263 | X36860Y12282 264 | T10 265 | X15860Y18760 266 | X43860Y2260 267 | M30 268 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.tcream.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | M02* 11 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.tcream.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.tcream.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.tcream.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | 37 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.toplayer.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0650inch 15 37 | D11 octagon 0.0480inch 102 38 | D12 square 0.0480inch 11 39 | D13 round 0.0480inch 1 40 | D14 draw 0.0480inch 30 41 | D15 draw 0.1199inch 3 42 | D16 octagon 0.0660inch 7 43 | D17 octagon 0.0531inch 10 44 | D18 square 0.0660inch 2 45 | D19 square 0.1227inch 4 46 | D20 round 0.0600inch 2 47 | D21 octagon 0.0600inch 20 48 | D22 draw 0.0400inch 13 49 | D23 square 0.0356inch 8 50 | D24 draw 0.0160inch 47 51 | D25 draw 0.0320inch 2 52 | D26 draw 0.0100inch 390 53 | D27 round 0.0250inch 23 54 | 55 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0050inch 287 37 | D11 draw 0.0040inch 1847 38 | D12 draw 0.0060inch 334 39 | D13 rectangle 0.0800inch x 0.0200inch 1 40 | D14 rectangle 0.0200inch x 0.0250inch 2 41 | D15 draw 0.0120inch 6 42 | D16 draw 0.0070inch 4 43 | D17 draw 0.0031inch 1 44 | D18 draw 0.0100inch 70 45 | D19 draw 0.0080inch 28 46 | D20 draw 0.0020inch 4 47 | D21 draw 0.0030inch 39 48 | 49 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06896*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.05200X0.05200*% 13 | %ADD13C,0.05200*% 14 | %ADD14C,0.05200*% 15 | %ADD15C,0.12388*% 16 | %ADD16OC8,0.07000*% 17 | %ADD17OC8,0.05715*% 18 | %ADD18C,0.08274*% 19 | %ADD19R,0.07000X0.07000*% 20 | %ADD20R,0.12668X0.12668*% 21 | %ADD21C,0.06400*% 22 | %ADD22OC8,0.06400*% 23 | %ADD23C,0.12998*% 24 | D10* 25 | X0068913Y0030100D03* 26 | X0102378Y0030100D03* 27 | X0114189Y0030100D03* 28 | X0114189Y0080100D03* 29 | X0126413Y0080100D03* 30 | X0102378Y0080100D03* 31 | X0068913Y0080100D03* 32 | X0159878Y0080100D03* 33 | X0171689Y0080100D03* 34 | X0114189Y0130100D03* 35 | X0102378Y0130100D03* 36 | X0068913Y0130100D03* 37 | X0068913Y0180100D03* 38 | X0102378Y0180100D03* 39 | X0114189Y0180100D03* 40 | D11* 41 | X0113598Y0170100D03* 42 | X0133598Y0170100D03* 43 | X0143598Y0170100D03* 44 | X0153598Y0160100D03* 45 | X0163598Y0160100D03* 46 | X0173598Y0167600D03* 47 | X0183598Y0167600D03* 48 | X0193598Y0167600D03* 49 | X0203598Y0167600D03* 50 | X0163598Y0140100D03* 51 | X0153598Y0140100D03* 52 | X0143598Y0140100D03* 53 | X0133598Y0140100D03* 54 | X0113598Y0140100D03* 55 | X0101098Y0155100D03* 56 | X0071098Y0155100D03* 57 | X0111098Y0192600D03* 58 | X0173598Y0137600D03* 59 | X0183598Y0137600D03* 60 | X0193598Y0137600D03* 61 | X0203598Y0137600D03* 62 | X0158598Y0105100D03* 63 | X0168598Y0092600D03* 64 | X0186098Y0082600D03* 65 | X0196098Y0082600D03* 66 | X0208598Y0077600D03* 67 | X0223598Y0080100D03* 68 | X0233598Y0080100D03* 69 | X0246098Y0082600D03* 70 | X0258598Y0077600D03* 71 | X0271098Y0082600D03* 72 | X0286098Y0077600D03* 73 | X0298598Y0082600D03* 74 | X0308598Y0082600D03* 75 | X0318598Y0077600D03* 76 | X0328598Y0077600D03* 77 | X0338598Y0077600D03* 78 | X0348598Y0077600D03* 79 | X0386098Y0075100D03* 80 | X0416098Y0075100D03* 81 | X0433598Y0075100D03* 82 | X0433598Y0065100D03* 83 | X0416098Y0060100D03* 84 | X0433598Y0055100D03* 85 | X0433598Y0045100D03* 86 | X0416098Y0045100D03* 87 | X0386098Y0045100D03* 88 | X0371098Y0037600D03* 89 | X0363598Y0032600D03* 90 | X0386098Y0030100D03* 91 | X0416098Y0030100D03* 92 | X0463598Y0045100D03* 93 | X0477598Y0047600D03* 94 | X0463598Y0055100D03* 95 | X0463598Y0065100D03* 96 | X0477598Y0072600D03* 97 | X0463598Y0075100D03* 98 | X0477598Y0097600D03* 99 | X0477598Y0122600D03* 100 | X0477598Y0147600D03* 101 | X0461098Y0170100D03* 102 | X0448598Y0175100D03* 103 | X0477598Y0172600D03* 104 | X0461098Y0190100D03* 105 | X0448598Y0195100D03* 106 | X0477598Y0197600D03* 107 | X0228598Y0087600D03* 108 | X0208598Y0057600D03* 109 | X0196098Y0052600D03* 110 | X0186098Y0052600D03* 111 | X0226098Y0042600D03* 112 | X0246098Y0052600D03* 113 | X0258598Y0057600D03* 114 | X0271098Y0052600D03* 115 | X0286098Y0057600D03* 116 | X0298598Y0052600D03* 117 | X0308598Y0052600D03* 118 | X0318598Y0057600D03* 119 | X0328598Y0057600D03* 120 | X0338598Y0057600D03* 121 | X0348598Y0057600D03* 122 | X0348598Y0042600D03* 123 | X0338598Y0042600D03* 124 | X0328598Y0042600D03* 125 | X0318598Y0042600D03* 126 | X0308598Y0042600D03* 127 | X0298598Y0042600D03* 128 | X0363598Y0042600D03* 129 | X0386098Y0060100D03* 130 | X0477598Y0022600D03* 131 | X0348598Y0012600D03* 132 | X0338598Y0012600D03* 133 | X0328598Y0012600D03* 134 | X0318598Y0012600D03* 135 | X0308598Y0012600D03* 136 | X0298598Y0012600D03* 137 | X0226098Y0022600D03* 138 | X0101098Y0055100D03* 139 | X0071098Y0055100D03* 140 | X0071098Y0105100D03* 141 | X0101098Y0105100D03* 142 | X0128598Y0105100D03* 143 | D12* 144 | X0178598Y0092600D03* 145 | X0123598Y0140100D03* 146 | X0121098Y0192600D03* 147 | X0477598Y0187600D03* 148 | X0477598Y0162600D03* 149 | X0477598Y0137600D03* 150 | X0477598Y0112600D03* 151 | X0477598Y0087600D03* 152 | X0477598Y0062600D03* 153 | X0477598Y0037600D03* 154 | X0477598Y0012600D03* 155 | D13* 156 | X0123598Y0170100D03* 157 | D14* 158 | X0286098Y0162500D02* 159 | X0286098Y0157700D01* 160 | X0296098Y0157700D02* 161 | X0296098Y0162500D01* 162 | X0306098Y0162500D02* 163 | X0306098Y0157700D01* 164 | X0316098Y0157700D02* 165 | X0316098Y0162500D01* 166 | X0326098Y0162500D02* 167 | X0326098Y0157700D01* 168 | X0336098Y0157700D02* 169 | X0336098Y0162500D01* 170 | X0346098Y0162500D02* 171 | X0346098Y0157700D01* 172 | X0361098Y0157700D02* 173 | X0361098Y0162500D01* 174 | X0371098Y0162500D02* 175 | X0371098Y0157700D01* 176 | X0381098Y0157700D02* 177 | X0381098Y0162500D01* 178 | X0391098Y0162500D02* 179 | X0391098Y0157700D01* 180 | X0401098Y0157700D02* 181 | X0401098Y0162500D01* 182 | X0411098Y0162500D02* 183 | X0411098Y0157700D01* 184 | X0421098Y0157700D02* 185 | X0421098Y0162500D01* 186 | X0431098Y0162500D02* 187 | X0431098Y0157700D01* 188 | X0431098Y0187700D02* 189 | X0431098Y0192500D01* 190 | X0421098Y0192500D02* 191 | X0421098Y0187700D01* 192 | X0411098Y0187700D02* 193 | X0411098Y0192500D01* 194 | X0401098Y0192500D02* 195 | X0401098Y0187700D01* 196 | X0391098Y0187700D02* 197 | X0391098Y0192500D01* 198 | X0381098Y0192500D02* 199 | X0381098Y0187700D01* 200 | X0371098Y0187700D02* 201 | X0371098Y0192500D01* 202 | X0361098Y0192500D02* 203 | X0361098Y0187700D01* 204 | X0346098Y0187700D02* 205 | X0346098Y0192500D01* 206 | X0336098Y0192500D02* 207 | X0336098Y0187700D01* 208 | X0326098Y0187700D02* 209 | X0326098Y0192500D01* 210 | X0316098Y0192500D02* 211 | X0316098Y0187700D01* 212 | X0306098Y0187700D02* 213 | X0306098Y0192500D01* 214 | X0296098Y0192500D02* 215 | X0296098Y0187700D01* 216 | X0286098Y0187700D02* 217 | X0286098Y0192500D01* 218 | D15* 219 | X0277098Y0038594D02* 220 | X0277098Y0026606D01* 221 | X0258598Y0026606D02* 222 | X0258598Y0038594D01* 223 | X0240098Y0038594D02* 224 | X0240098Y0026606D01* 225 | D16* 226 | X0206098Y0022600D03* 227 | X0196098Y0032600D03* 228 | X0206098Y0042600D03* 229 | X0126039Y0032600D03* 230 | X0126039Y0022757D03* 231 | X0341039Y0095257D03* 232 | X0341039Y0105100D03* 233 | D17* 234 | X0263283Y0119076D03* 235 | X0253441Y0119076D03* 236 | X0243598Y0119076D03* 237 | X0233756Y0119076D03* 238 | X0223913Y0119076D03* 239 | X0223913Y0191124D03* 240 | X0233756Y0191124D03* 241 | X0243598Y0191124D03* 242 | X0253441Y0191124D03* 243 | X0263283Y0191124D03* 244 | D18* 245 | X0275094Y0159431D03* 246 | X0212102Y0159431D03* 247 | D19* 248 | X0341039Y0114943D03* 249 | X0126039Y0042443D03* 250 | D20* 251 | X0153598Y0050317D03* 252 | X0153598Y0014883D03* 253 | X0368598Y0087383D03* 254 | X0368598Y0122817D03* 255 | D21* 256 | X0198598Y0095100D03* 257 | X0183598Y0180100D03* 258 | D22* 259 | X0193598Y0180100D03* 260 | X0203598Y0180100D03* 261 | X0203598Y0190100D03* 262 | X0193598Y0190100D03* 263 | X0183598Y0190100D03* 264 | X0188598Y0115100D03* 265 | X0198598Y0115100D03* 266 | X0198598Y0105100D03* 267 | X0188598Y0105100D03* 268 | X0188598Y0095100D03* 269 | X0433598Y0095100D03* 270 | X0443598Y0095100D03* 271 | X0443598Y0085100D03* 272 | X0433598Y0085100D03* 273 | X0433598Y0105100D03* 274 | X0443598Y0105100D03* 275 | X0443598Y0115100D03* 276 | X0433598Y0115100D03* 277 | X0433598Y0125100D03* 278 | X0443598Y0125100D03* 279 | D23* 280 | X0438598Y0022600D03* 281 | X0158598Y0187600D03* 282 | M02* 283 | -------------------------------------------------------------------------------- /Collateral/Older Versions/Old Gerbers/Split_Board_Proto1_Gerbers/TuringFront_Gerbers_Rev1/TuringFront.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:51 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0690inch 15 37 | D11 octagon 0.0520inch 102 38 | D12 square 0.0520inch 11 39 | D13 round 0.0520inch 1 40 | D14 draw 0.0520inch 30 41 | D15 draw 0.1239inch 3 42 | D16 octagon 0.0700inch 7 43 | D17 octagon 0.0571inch 10 44 | D18 round 0.0827inch 2 45 | D19 square 0.0700inch 2 46 | D20 square 0.1267inch 4 47 | D21 round 0.0640inch 2 48 | D22 octagon 0.0640inch 20 49 | D23 round 0.1300inch 2 50 | 51 | -------------------------------------------------------------------------------- /Collateral/PDF Schematics/TuringMachine2_Schematic_May2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomWhitwell/TuringMachine/ad812bba9c28e91fdcb269df54e30a257cfe9c7e/Collateral/PDF Schematics/TuringMachine2_Schematic_May2016.pdf -------------------------------------------------------------------------------- /Collateral/Panel Artwork/Turing_v2_Panel metal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomWhitwell/TuringMachine/ad812bba9c28e91fdcb269df54e30a257cfe9c7e/Collateral/Panel Artwork/Turing_v2_Panel metal.pdf -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.boardoutline.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 6 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomlayer.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0480inch 106 37 | D11 octagon 0.0480inch 48 38 | D12 square 0.0650inch 2 39 | D13 round 0.0650inch 2 40 | D14 draw 0.0413inch 8 41 | D15 octagon 0.0600inch 62 42 | D16 round 0.0660inch 4 43 | D17 round 0.0591inch 4 44 | D18 round 0.0600inch 2 45 | D19 draw 0.0100inch 170 46 | D20 round 0.0250inch 39 47 | D21 draw 0.0240inch 3 48 | D22 draw 0.0160inch 4 49 | D23 draw 0.0320inch 5023 50 | D24 round 0.0356inch 3 51 | D25 round 0.0360inch 1 52 | 53 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsilkscreen.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0030inch 640 37 | D11 draw 0.0060inch 153 38 | D12 draw 0.0020inch 2250 39 | D13 draw 0.0070inch 94 40 | D14 draw 0.0050inch 84 41 | D15 draw 0.0150inch 70 42 | D16 draw 0.0090inch 3 43 | D17 draw 0.0040inch 55 44 | 45 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsoldermask.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0050inch 1163 37 | D11 draw 0.0520inch 106 38 | D12 octagon 0.0520inch 48 39 | D13 square 0.0690inch 2 40 | D14 round 0.0690inch 2 41 | D15 draw 0.0453inch 8 42 | D16 octagon 0.0640inch 62 43 | D17 round 0.0700inch 4 44 | D18 round 0.0631inch 4 45 | D19 round 0.0640inch 2 46 | D20 round 0.1300inch 2 47 | 48 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Drill Station Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.drills.dri 4 | 5 | Date : 20/03/2016 16:07 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.0130inch 39 31 | T02 0.0236inch 3 32 | T03 0.0240inch 1 33 | T04 0.0276inch 12 34 | T05 0.0320inch 154 35 | T06 0.0354inch 4 36 | T07 0.0400inch 64 37 | T08 0.0440inch 4 38 | T09 0.1260inch 2 39 | 40 | Total number of drills: 283 41 | 42 | Plotfiles: 43 | 44 | /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.drills.xln 45 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0130 5 | T02C0.0236 6 | T03C0.0240 7 | T04C0.0276 8 | T05C0.0320 9 | T06C0.0354 10 | T07C0.0400 11 | T08C0.0440 12 | T09C0.1260 13 | % 14 | T01 15 | X14360Y7760 16 | X15239Y10631 17 | X22360Y9260 18 | X24860Y9510 19 | X23360Y11760 20 | X22610Y12260 21 | X26860Y12010 22 | X28860Y12260 23 | X30610Y12760 24 | X30860Y12510 25 | X32860Y11760 26 | X34860Y12010 27 | X35860Y12260 28 | X38360Y11760 29 | X40360Y12510 30 | X36360Y14510 31 | X37860Y14760 32 | X40360Y14760 33 | X33360Y14510 34 | X32860Y14760 35 | X30360Y14760 36 | X24860Y14510 37 | X23860Y14510 38 | X23360Y14760 39 | X19360Y16760 40 | X33360Y9760 41 | X31360Y9260 42 | X35610Y9260 43 | X35860Y9510 44 | X36360Y9760 45 | X37360Y9510 46 | X35360Y7260 47 | X37360Y6260 48 | X32860Y7010 49 | X28860Y7010 50 | X27360Y6760 51 | X26860Y7260 52 | X22360Y6760 53 | X36360Y3510 54 | T02 55 | X31860Y17410 56 | X29860Y17410 57 | X22860Y17410 58 | T03 59 | X16110Y9510 60 | T04 61 | X17360Y8010 62 | X18360Y8010 63 | X19360Y8010 64 | X20360Y8010 65 | X15110Y6260 66 | X14110Y6260 67 | X17360Y5010 68 | X18360Y5010 69 | X19360Y5010 70 | X20360Y5010 71 | X15110Y4260 72 | X14110Y4260 73 | T05 74 | X17360Y3510 75 | X17360Y2510 76 | X20360Y2510 77 | X20360Y3510 78 | X22860Y5260 79 | X23860Y5260 80 | X24860Y5260 81 | X25860Y5260 82 | X26860Y5260 83 | X27860Y5260 84 | X28860Y5260 85 | X32860Y5260 86 | X33860Y5260 87 | X34860Y5260 88 | X35860Y5260 89 | X36860Y5260 90 | X37860Y5260 91 | X38860Y5260 92 | X39860Y5260 93 | X40860Y5760 94 | X41610Y5260 95 | X42360Y4760 96 | X41610Y4260 97 | X40860Y7760 98 | X39860Y8260 99 | X38860Y8260 100 | X37860Y8260 101 | X36860Y8260 102 | X35860Y8260 103 | X34860Y8260 104 | X33860Y8260 105 | X32860Y8260 106 | X28860Y8260 107 | X27860Y8260 108 | X26860Y8260 109 | X25860Y8260 110 | X24860Y8260 111 | X23860Y8260 112 | X22860Y8260 113 | X21860Y7510 114 | X21860Y5510 115 | X12360Y10010 116 | X11360Y10010 117 | X10360Y10510 118 | X9360Y10010 119 | X13360Y10510 120 | X13360Y12510 121 | X12360Y13010 122 | X11360Y13010 123 | X10360Y12510 124 | X9360Y13010 125 | X9360Y15010 126 | X10360Y15010 127 | X11360Y15010 128 | X12360Y15010 129 | X13360Y15010 130 | X15360Y16010 131 | X16360Y15510 132 | X17360Y15510 133 | X18360Y16010 134 | X19360Y15510 135 | X20360Y16010 136 | X21860Y16010 137 | X22860Y16010 138 | X23860Y16010 139 | X24860Y16010 140 | X25860Y16010 141 | X26860Y16010 142 | X27860Y16010 143 | X28860Y16010 144 | X29860Y16010 145 | X31860Y16660 146 | X32860Y16010 147 | X33860Y16010 148 | X34860Y16010 149 | X35860Y16010 150 | X36860Y16010 151 | X37860Y16010 152 | X38860Y16010 153 | X39860Y16010 154 | X41110Y15760 155 | X41860Y15260 156 | X41860Y16260 157 | X39860Y13510 158 | X38860Y13510 159 | X37860Y13510 160 | X36860Y13510 161 | X35860Y13510 162 | X34860Y13510 163 | X33860Y13510 164 | X32860Y13510 165 | X28860Y13510 166 | X27860Y13510 167 | X26860Y13510 168 | X25860Y13510 169 | X24860Y13510 170 | X23860Y13510 171 | X22860Y13510 172 | X21860Y12760 173 | X20360Y13010 174 | X19360Y13510 175 | X18360Y13010 176 | X17360Y13510 177 | X16360Y13510 178 | X15360Y13010 179 | X21860Y10760 180 | X22860Y10510 181 | X23860Y10510 182 | X24860Y10510 183 | X25860Y10510 184 | X26860Y10510 185 | X27860Y10510 186 | X28860Y10510 187 | X32860Y10510 188 | X33860Y10510 189 | X34860Y10510 190 | X35860Y10510 191 | X36860Y10510 192 | X37860Y10510 193 | X38860Y10510 194 | X39860Y10510 195 | X40860Y11010 196 | X40860Y13010 197 | X31860Y18660 198 | X32860Y19010 199 | X33860Y19010 200 | X34860Y19010 201 | X35860Y19010 202 | X36860Y19010 203 | X37860Y19010 204 | X38860Y19010 205 | X39860Y19010 206 | X29860Y19010 207 | X28860Y19010 208 | X27860Y19010 209 | X26860Y19010 210 | X25860Y19010 211 | X24860Y19010 212 | X23860Y19010 213 | X22860Y19010 214 | X21860Y18010 215 | X13360Y18010 216 | X12360Y18010 217 | X11360Y18010 218 | X10360Y18010 219 | X9360Y18010 220 | X8360Y18010 221 | X7360Y18010 222 | X7360Y15010 223 | X8360Y15010 224 | X7860Y7010 225 | X9860Y7010 226 | X9860Y3010 227 | X7860Y3010 228 | T06 229 | X11480Y3194 230 | X15239Y1826 231 | X11480Y7076 232 | X15239Y8444 233 | T07 234 | X18860Y9510 235 | X19860Y9510 236 | X19860Y10510 237 | X18860Y10510 238 | X18860Y11510 239 | X19860Y11510 240 | X11860Y5510 241 | X10860Y5510 242 | X9860Y5510 243 | X8860Y5510 244 | X7860Y5510 245 | X7860Y4510 246 | X8860Y4510 247 | X9860Y4510 248 | X10860Y4510 249 | X11860Y4510 250 | X22860Y2510 251 | X23860Y2510 252 | X24860Y2510 253 | X25860Y2510 254 | X26860Y2510 255 | X27860Y2510 256 | X28860Y2510 257 | X29860Y2510 258 | X29860Y1510 259 | X28860Y1510 260 | X27860Y1510 261 | X26860Y1510 262 | X25860Y1510 263 | X24860Y1510 264 | X23860Y1510 265 | X22860Y1510 266 | X32860Y1510 267 | X33860Y1510 268 | X34860Y1510 269 | X35860Y1510 270 | X36860Y1510 271 | X37860Y1510 272 | X38860Y1510 273 | X39860Y1510 274 | X39860Y2510 275 | X38860Y2510 276 | X37860Y2510 277 | X36860Y2510 278 | X35860Y2510 279 | X34860Y2510 280 | X33860Y2510 281 | X32860Y2510 282 | X43360Y8510 283 | X44360Y8510 284 | X44360Y9510 285 | X43360Y9510 286 | X43360Y10510 287 | X44360Y10510 288 | X44360Y11510 289 | X43360Y11510 290 | X43360Y12510 291 | X44360Y12510 292 | X20360Y18010 293 | X19360Y18010 294 | X18360Y18010 295 | X18360Y19010 296 | X19360Y19010 297 | X20360Y19010 298 | T08 299 | X7860Y2010 300 | X11860Y2010 301 | X11860Y8010 302 | X7860Y8010 303 | T09 304 | X15860Y18760 305 | X43860Y2260 306 | M30 307 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.toplayer.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0480inch 106 37 | D11 octagon 0.0480inch 48 38 | D12 square 0.0650inch 2 39 | D13 round 0.0650inch 2 40 | D14 draw 0.0413inch 8 41 | D15 octagon 0.0600inch 62 42 | D16 round 0.0660inch 4 43 | D17 round 0.0591inch 4 44 | D18 round 0.0600inch 2 45 | D19 draw 0.0100inch 177 46 | D20 round 0.0250inch 39 47 | D21 draw 0.0240inch 12 48 | D22 draw 0.0160inch 6 49 | D23 draw 0.0320inch 52 50 | D24 round 0.0356inch 3 51 | D25 round 0.0360inch 1 52 | 53 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsilkscreen.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0020inch 110 37 | D11 draw 0.0060inch 321 38 | D12 draw 0.0040inch 1013 39 | D13 draw 0.0080inch 204 40 | D14 draw 0.0010inch 32 41 | D15 draw 0.0030inch 38 42 | D16 draw 0.0050inch 172 43 | D17 rectangle 0.0200inch x 0.1000inch 2 44 | D18 rectangle 0.0750inch x 0.0300inch 4 45 | D19 rectangle 0.0526inch x 0.0256inch 4 46 | 47 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.05200*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.06900X0.06900*% 13 | %ADD13C,0.06900*% 14 | %ADD14C,0.04534*% 15 | %ADD15OC8,0.06400*% 16 | %ADD16C,0.07000*% 17 | %ADD17C,0.06306*% 18 | %ADD18C,0.06400*% 19 | %ADD19C,0.12998*% 20 | D10* 21 | X0228598Y0050200D02* 22 | X0228598Y0055000D01* 23 | X0238598Y0055000D02* 24 | X0238598Y0050200D01* 25 | X0248598Y0050200D02* 26 | X0248598Y0055000D01* 27 | X0258598Y0055000D02* 28 | X0258598Y0050200D01* 29 | X0268598Y0050200D02* 30 | X0268598Y0055000D01* 31 | X0278598Y0055000D02* 32 | X0278598Y0050200D01* 33 | X0288598Y0050200D02* 34 | X0288598Y0055000D01* 35 | X0328598Y0055000D02* 36 | X0328598Y0050200D01* 37 | X0338598Y0050200D02* 38 | X0338598Y0055000D01* 39 | X0348598Y0055000D02* 40 | X0348598Y0050200D01* 41 | X0358598Y0050200D02* 42 | X0358598Y0055000D01* 43 | X0368598Y0055000D02* 44 | X0368598Y0050200D01* 45 | X0378598Y0050200D02* 46 | X0378598Y0055000D01* 47 | X0388598Y0055000D02* 48 | X0388598Y0050200D01* 49 | X0398598Y0050200D02* 50 | X0398598Y0055000D01* 51 | X0398598Y0080200D02* 52 | X0398598Y0085000D01* 53 | X0388598Y0085000D02* 54 | X0388598Y0080200D01* 55 | X0378598Y0080200D02* 56 | X0378598Y0085000D01* 57 | X0368598Y0085000D02* 58 | X0368598Y0080200D01* 59 | X0358598Y0080200D02* 60 | X0358598Y0085000D01* 61 | X0348598Y0085000D02* 62 | X0348598Y0080200D01* 63 | X0338598Y0080200D02* 64 | X0338598Y0085000D01* 65 | X0328598Y0085000D02* 66 | X0328598Y0080200D01* 67 | X0288598Y0080200D02* 68 | X0288598Y0085000D01* 69 | X0278598Y0085000D02* 70 | X0278598Y0080200D01* 71 | X0268598Y0080200D02* 72 | X0268598Y0085000D01* 73 | X0258598Y0085000D02* 74 | X0258598Y0080200D01* 75 | X0248598Y0080200D02* 76 | X0248598Y0085000D01* 77 | X0238598Y0085000D02* 78 | X0238598Y0080200D01* 79 | X0228598Y0080200D02* 80 | X0228598Y0085000D01* 81 | X0228598Y0102700D02* 82 | X0228598Y0107500D01* 83 | X0238598Y0107500D02* 84 | X0238598Y0102700D01* 85 | X0248598Y0102700D02* 86 | X0248598Y0107500D01* 87 | X0258598Y0107500D02* 88 | X0258598Y0102700D01* 89 | X0268598Y0102700D02* 90 | X0268598Y0107500D01* 91 | X0278598Y0107500D02* 92 | X0278598Y0102700D01* 93 | X0288598Y0102700D02* 94 | X0288598Y0107500D01* 95 | X0328598Y0107500D02* 96 | X0328598Y0102700D01* 97 | X0338598Y0102700D02* 98 | X0338598Y0107500D01* 99 | X0348598Y0107500D02* 100 | X0348598Y0102700D01* 101 | X0358598Y0102700D02* 102 | X0358598Y0107500D01* 103 | X0368598Y0107500D02* 104 | X0368598Y0102700D01* 105 | X0378598Y0102700D02* 106 | X0378598Y0107500D01* 107 | X0388598Y0107500D02* 108 | X0388598Y0102700D01* 109 | X0398598Y0102700D02* 110 | X0398598Y0107500D01* 111 | X0398598Y0132700D02* 112 | X0398598Y0137500D01* 113 | X0388598Y0137500D02* 114 | X0388598Y0132700D01* 115 | X0378598Y0132700D02* 116 | X0378598Y0137500D01* 117 | X0368598Y0137500D02* 118 | X0368598Y0132700D01* 119 | X0358598Y0132700D02* 120 | X0358598Y0137500D01* 121 | X0348598Y0137500D02* 122 | X0348598Y0132700D01* 123 | X0338598Y0132700D02* 124 | X0338598Y0137500D01* 125 | X0328598Y0137500D02* 126 | X0328598Y0132700D01* 127 | X0288598Y0132700D02* 128 | X0288598Y0137500D01* 129 | X0278598Y0137500D02* 130 | X0278598Y0132700D01* 131 | X0268598Y0132700D02* 132 | X0268598Y0137500D01* 133 | X0258598Y0137500D02* 134 | X0258598Y0132700D01* 135 | X0248598Y0132700D02* 136 | X0248598Y0137500D01* 137 | X0238598Y0137500D02* 138 | X0238598Y0132700D01* 139 | X0228598Y0132700D02* 140 | X0228598Y0137500D01* 141 | X0228598Y0157700D02* 142 | X0228598Y0162500D01* 143 | X0238598Y0162500D02* 144 | X0238598Y0157700D01* 145 | X0248598Y0157700D02* 146 | X0248598Y0162500D01* 147 | X0258598Y0162500D02* 148 | X0258598Y0157700D01* 149 | X0268598Y0157700D02* 150 | X0268598Y0162500D01* 151 | X0278598Y0162500D02* 152 | X0278598Y0157700D01* 153 | X0288598Y0157700D02* 154 | X0288598Y0162500D01* 155 | X0298598Y0162500D02* 156 | X0298598Y0157700D01* 157 | X0328598Y0157700D02* 158 | X0328598Y0162500D01* 159 | X0338598Y0162500D02* 160 | X0338598Y0157700D01* 161 | X0348598Y0157700D02* 162 | X0348598Y0162500D01* 163 | X0358598Y0162500D02* 164 | X0358598Y0157700D01* 165 | X0368598Y0157700D02* 166 | X0368598Y0162500D01* 167 | X0378598Y0162500D02* 168 | X0378598Y0157700D01* 169 | X0388598Y0157700D02* 170 | X0388598Y0162500D01* 171 | X0398598Y0162500D02* 172 | X0398598Y0157700D01* 173 | X0398598Y0187700D02* 174 | X0398598Y0192500D01* 175 | X0388598Y0192500D02* 176 | X0388598Y0187700D01* 177 | X0378598Y0187700D02* 178 | X0378598Y0192500D01* 179 | X0368598Y0192500D02* 180 | X0368598Y0187700D01* 181 | X0358598Y0187700D02* 182 | X0358598Y0192500D01* 183 | X0348598Y0192500D02* 184 | X0348598Y0187700D01* 185 | X0338598Y0187700D02* 186 | X0338598Y0192500D01* 187 | X0328598Y0192500D02* 188 | X0328598Y0187700D01* 189 | X0298598Y0187700D02* 190 | X0298598Y0192500D01* 191 | X0288598Y0192500D02* 192 | X0288598Y0187700D01* 193 | X0278598Y0187700D02* 194 | X0278598Y0192500D01* 195 | X0268598Y0192500D02* 196 | X0268598Y0187700D01* 197 | X0258598Y0187700D02* 198 | X0258598Y0192500D01* 199 | X0248598Y0192500D02* 200 | X0248598Y0187700D01* 201 | X0238598Y0187700D02* 202 | X0238598Y0192500D01* 203 | X0228598Y0192500D02* 204 | X0228598Y0187700D01* 205 | X0133598Y0182500D02* 206 | X0133598Y0177700D01* 207 | X0123598Y0177700D02* 208 | X0123598Y0182500D01* 209 | X0113598Y0182500D02* 210 | X0113598Y0177700D01* 211 | X0103598Y0177700D02* 212 | X0103598Y0182500D01* 213 | X0093598Y0182500D02* 214 | X0093598Y0177700D01* 215 | X0083598Y0177700D02* 216 | X0083598Y0182500D01* 217 | X0073598Y0182500D02* 218 | X0073598Y0177700D01* 219 | X0073598Y0152500D02* 220 | X0073598Y0147700D01* 221 | X0083598Y0147700D02* 222 | X0083598Y0152500D01* 223 | X0093598Y0152500D02* 224 | X0093598Y0147700D01* 225 | X0103598Y0147700D02* 226 | X0103598Y0152500D01* 227 | X0113598Y0152500D02* 228 | X0113598Y0147700D01* 229 | X0123598Y0147700D02* 230 | X0123598Y0152500D01* 231 | X0133598Y0152500D02* 232 | X0133598Y0147700D01* 233 | D11* 234 | X0153598Y0160100D03* 235 | X0163598Y0155100D03* 236 | X0173598Y0155100D03* 237 | X0183598Y0160100D03* 238 | X0193598Y0155100D03* 239 | X0203598Y0160100D03* 240 | X0218598Y0160100D03* 241 | X0218598Y0180100D03* 242 | X0318598Y0186600D03* 243 | X0318598Y0166600D03* 244 | X0411098Y0157600D03* 245 | X0418598Y0152600D03* 246 | X0418598Y0162600D03* 247 | X0408598Y0130100D03* 248 | X0408598Y0110100D03* 249 | X0408598Y0077600D03* 250 | X0408598Y0057600D03* 251 | X0416098Y0052600D03* 252 | X0423598Y0047600D03* 253 | X0416098Y0042600D03* 254 | X0218598Y0055100D03* 255 | X0218598Y0075100D03* 256 | X0218598Y0107600D03* 257 | X0218598Y0127600D03* 258 | X0203598Y0130100D03* 259 | X0193598Y0135100D03* 260 | X0183598Y0130100D03* 261 | X0173598Y0135100D03* 262 | X0163598Y0135100D03* 263 | X0153598Y0130100D03* 264 | X0133598Y0125100D03* 265 | X0123598Y0130100D03* 266 | X0113598Y0130100D03* 267 | X0103598Y0125100D03* 268 | X0093598Y0130100D03* 269 | X0103598Y0105100D03* 270 | X0093598Y0100100D03* 271 | X0113598Y0100100D03* 272 | X0123598Y0100100D03* 273 | X0133598Y0105100D03* 274 | X0098598Y0070100D03* 275 | X0078598Y0070100D03* 276 | X0173598Y0035100D03* 277 | X0173598Y0025100D03* 278 | X0203598Y0025100D03* 279 | X0203598Y0035100D03* 280 | X0098598Y0030100D03* 281 | X0078598Y0030100D03* 282 | D12* 283 | X0141098Y0042600D03* 284 | X0151098Y0062600D03* 285 | D13* 286 | X0141098Y0062600D03* 287 | X0151098Y0042600D03* 288 | D14* 289 | X0173598Y0048033D02* 290 | X0173598Y0052167D01* 291 | X0183598Y0052167D02* 292 | X0183598Y0048033D01* 293 | X0193598Y0048033D02* 294 | X0193598Y0052167D01* 295 | X0203598Y0052167D02* 296 | X0203598Y0048033D01* 297 | X0203598Y0078033D02* 298 | X0203598Y0082167D01* 299 | X0193598Y0082167D02* 300 | X0193598Y0078033D01* 301 | X0183598Y0078033D02* 302 | X0183598Y0082167D01* 303 | X0173598Y0082167D02* 304 | X0173598Y0078033D01* 305 | D15* 306 | X0188598Y0095100D03* 307 | X0188598Y0105100D03* 308 | X0198598Y0105100D03* 309 | X0198598Y0115100D03* 310 | X0188598Y0115100D03* 311 | X0118598Y0055100D03* 312 | X0108598Y0055100D03* 313 | X0098598Y0055100D03* 314 | X0088598Y0055100D03* 315 | X0078598Y0055100D03* 316 | X0078598Y0045100D03* 317 | X0088598Y0045100D03* 318 | X0098598Y0045100D03* 319 | X0108598Y0045100D03* 320 | X0118598Y0045100D03* 321 | X0228598Y0025100D03* 322 | X0238598Y0025100D03* 323 | X0248598Y0025100D03* 324 | X0258598Y0025100D03* 325 | X0268598Y0025100D03* 326 | X0278598Y0025100D03* 327 | X0288598Y0025100D03* 328 | X0298598Y0025100D03* 329 | X0298598Y0015100D03* 330 | X0288598Y0015100D03* 331 | X0278598Y0015100D03* 332 | X0268598Y0015100D03* 333 | X0258598Y0015100D03* 334 | X0248598Y0015100D03* 335 | X0238598Y0015100D03* 336 | X0228598Y0015100D03* 337 | X0328598Y0015100D03* 338 | X0338598Y0015100D03* 339 | X0348598Y0015100D03* 340 | X0358598Y0015100D03* 341 | X0368598Y0015100D03* 342 | X0378598Y0015100D03* 343 | X0388598Y0015100D03* 344 | X0398598Y0015100D03* 345 | X0398598Y0025100D03* 346 | X0388598Y0025100D03* 347 | X0378598Y0025100D03* 348 | X0368598Y0025100D03* 349 | X0358598Y0025100D03* 350 | X0348598Y0025100D03* 351 | X0338598Y0025100D03* 352 | X0328598Y0025100D03* 353 | X0433598Y0085100D03* 354 | X0443598Y0085100D03* 355 | X0443598Y0095100D03* 356 | X0433598Y0095100D03* 357 | X0433598Y0105100D03* 358 | X0443598Y0105100D03* 359 | X0443598Y0115100D03* 360 | X0433598Y0115100D03* 361 | X0433598Y0125100D03* 362 | X0443598Y0125100D03* 363 | X0203598Y0180100D03* 364 | X0193598Y0180100D03* 365 | X0193598Y0190100D03* 366 | X0183598Y0190100D03* 367 | X0203598Y0190100D03* 368 | D16* 369 | X0078598Y0020100D03* 370 | X0118598Y0020100D03* 371 | X0118598Y0080100D03* 372 | X0078598Y0080100D03* 373 | D17* 374 | X0114805Y0070760D03* 375 | X0152392Y0084440D03* 376 | X0114805Y0031940D03* 377 | X0152392Y0018260D03* 378 | D18* 379 | X0198598Y0095100D03* 380 | X0183598Y0180100D03* 381 | D19* 382 | X0158598Y0187600D03* 383 | X0438598Y0022600D03* 384 | M02* 385 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Back Board/TuringBack.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsoldermask.gpi 4 | 5 | Date : 20/03/2016 16:07 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringBack.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0520inch 106 37 | D11 octagon 0.0520inch 48 38 | D12 square 0.0690inch 2 39 | D13 round 0.0690inch 2 40 | D14 draw 0.0453inch 8 41 | D15 octagon 0.0640inch 62 42 | D16 round 0.0700inch 4 43 | D17 round 0.0631inch 4 44 | D18 round 0.0640inch 2 45 | D19 round 0.1300inch 2 46 | 47 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.boardoutline.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 8 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomlayer.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0650inch 15 37 | D11 octagon 0.0480inch 102 38 | D12 square 0.0480inch 11 39 | D13 round 0.0480inch 1 40 | D14 draw 0.0480inch 30 41 | D15 round 0.1266inch 3 42 | D16 octagon 0.0660inch 3 43 | D17 octagon 0.0531inch 10 44 | D18 square 0.0650inch 2 45 | D19 octagon 0.0650inch 4 46 | D20 square 0.1227inch 4 47 | D21 round 0.0600inch 2 48 | D22 octagon 0.0600inch 20 49 | D23 draw 0.0400inch 1 50 | D24 draw 0.0320inch 4844 51 | D25 round 0.0356inch 6 52 | D26 draw 0.0160inch 7 53 | D27 square 0.0356inch 1 54 | D28 draw 0.0100inch 174 55 | D29 round 0.0250inch 24 56 | 57 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsilkscreen.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0060inch 405 37 | D11 draw 0.0050inch 92 38 | 39 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.bottomsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06896*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.05200X0.05200*% 13 | %ADD13C,0.05200*% 14 | %ADD14C,0.05200*% 15 | %ADD15C,0.13061*% 16 | %ADD16OC8,0.07000*% 17 | %ADD17OC8,0.05715*% 18 | %ADD18C,0.08274*% 19 | %ADD19R,0.06896X0.06896*% 20 | %ADD20OC8,0.06896*% 21 | %ADD21R,0.12668X0.12668*% 22 | %ADD22C,0.06400*% 23 | %ADD23OC8,0.06400*% 24 | %ADD24C,0.12998*% 25 | D10* 26 | X0068913Y0030100D03* 27 | X0102378Y0030100D03* 28 | X0114189Y0030100D03* 29 | X0114189Y0080100D03* 30 | X0126413Y0080100D03* 31 | X0102378Y0080100D03* 32 | X0068913Y0080100D03* 33 | X0159878Y0080100D03* 34 | X0171689Y0080100D03* 35 | X0114189Y0130100D03* 36 | X0102378Y0130100D03* 37 | X0068913Y0130100D03* 38 | X0068913Y0180100D03* 39 | X0102378Y0180100D03* 40 | X0114189Y0180100D03* 41 | D11* 42 | X0113598Y0170100D03* 43 | X0133598Y0170100D03* 44 | X0143598Y0170100D03* 45 | X0153598Y0160100D03* 46 | X0163598Y0160100D03* 47 | X0173598Y0167600D03* 48 | X0183598Y0167600D03* 49 | X0193598Y0167600D03* 50 | X0203598Y0167600D03* 51 | X0163598Y0140100D03* 52 | X0153598Y0140100D03* 53 | X0143598Y0140100D03* 54 | X0133598Y0140100D03* 55 | X0113598Y0140100D03* 56 | X0101098Y0155100D03* 57 | X0071098Y0155100D03* 58 | X0111098Y0192600D03* 59 | X0173598Y0137600D03* 60 | X0183598Y0137600D03* 61 | X0193598Y0137600D03* 62 | X0203598Y0137600D03* 63 | X0158598Y0105100D03* 64 | X0168598Y0092600D03* 65 | X0186098Y0082600D03* 66 | X0196098Y0082600D03* 67 | X0208598Y0077600D03* 68 | X0223598Y0080100D03* 69 | X0233598Y0080100D03* 70 | X0246098Y0082600D03* 71 | X0258598Y0077600D03* 72 | X0271098Y0082600D03* 73 | X0286098Y0077600D03* 74 | X0298598Y0082600D03* 75 | X0308598Y0082600D03* 76 | X0318598Y0077600D03* 77 | X0328598Y0077600D03* 78 | X0338598Y0077600D03* 79 | X0348598Y0077600D03* 80 | X0386098Y0075100D03* 81 | X0386098Y0065100D03* 82 | X0386098Y0055100D03* 83 | X0386098Y0045100D03* 84 | X0371098Y0037600D03* 85 | X0363598Y0032600D03* 86 | X0363598Y0042600D03* 87 | X0348598Y0042600D03* 88 | X0338598Y0042600D03* 89 | X0328598Y0042600D03* 90 | X0318598Y0042600D03* 91 | X0308598Y0042600D03* 92 | X0298598Y0042600D03* 93 | X0298598Y0052600D03* 94 | X0308598Y0052600D03* 95 | X0318598Y0057600D03* 96 | X0328598Y0057600D03* 97 | X0338598Y0057600D03* 98 | X0348598Y0057600D03* 99 | X0286098Y0057600D03* 100 | X0271098Y0052600D03* 101 | X0258598Y0057600D03* 102 | X0246098Y0052600D03* 103 | X0226098Y0042600D03* 104 | X0196098Y0052600D03* 105 | X0186098Y0052600D03* 106 | X0208598Y0057600D03* 107 | X0228598Y0087600D03* 108 | X0128598Y0105100D03* 109 | X0101098Y0105100D03* 110 | X0071098Y0105100D03* 111 | X0071098Y0055100D03* 112 | X0101098Y0055100D03* 113 | X0226098Y0022600D03* 114 | X0298598Y0012600D03* 115 | X0308598Y0012600D03* 116 | X0318598Y0012600D03* 117 | X0328598Y0012600D03* 118 | X0338598Y0012600D03* 119 | X0348598Y0012600D03* 120 | X0416098Y0045100D03* 121 | X0433598Y0045100D03* 122 | X0433598Y0055100D03* 123 | X0416098Y0055100D03* 124 | X0416098Y0065100D03* 125 | X0433598Y0065100D03* 126 | X0433598Y0075100D03* 127 | X0416098Y0075100D03* 128 | X0463598Y0075100D03* 129 | X0477598Y0072600D03* 130 | X0463598Y0065100D03* 131 | X0463598Y0055100D03* 132 | X0477598Y0047600D03* 133 | X0463598Y0045100D03* 134 | X0477598Y0022600D03* 135 | X0477598Y0097600D03* 136 | X0477598Y0122600D03* 137 | X0477598Y0147600D03* 138 | X0461098Y0170100D03* 139 | X0448598Y0175100D03* 140 | X0477598Y0172600D03* 141 | X0461098Y0190100D03* 142 | X0448598Y0195100D03* 143 | X0477598Y0197600D03* 144 | D12* 145 | X0477598Y0187600D03* 146 | X0477598Y0162600D03* 147 | X0477598Y0137600D03* 148 | X0477598Y0112600D03* 149 | X0477598Y0087600D03* 150 | X0477598Y0062600D03* 151 | X0477598Y0037600D03* 152 | X0477598Y0012600D03* 153 | X0178598Y0092600D03* 154 | X0123598Y0140100D03* 155 | X0121098Y0192600D03* 156 | D13* 157 | X0123598Y0170100D03* 158 | D14* 159 | X0286098Y0162500D02* 160 | X0286098Y0157700D01* 161 | X0296098Y0157700D02* 162 | X0296098Y0162500D01* 163 | X0306098Y0162500D02* 164 | X0306098Y0157700D01* 165 | X0316098Y0157700D02* 166 | X0316098Y0162500D01* 167 | X0326098Y0162500D02* 168 | X0326098Y0157700D01* 169 | X0336098Y0157700D02* 170 | X0336098Y0162500D01* 171 | X0346098Y0162500D02* 172 | X0346098Y0157700D01* 173 | X0361098Y0157700D02* 174 | X0361098Y0162500D01* 175 | X0371098Y0162500D02* 176 | X0371098Y0157700D01* 177 | X0381098Y0157700D02* 178 | X0381098Y0162500D01* 179 | X0391098Y0162500D02* 180 | X0391098Y0157700D01* 181 | X0401098Y0157700D02* 182 | X0401098Y0162500D01* 183 | X0411098Y0162500D02* 184 | X0411098Y0157700D01* 185 | X0421098Y0157700D02* 186 | X0421098Y0162500D01* 187 | X0431098Y0162500D02* 188 | X0431098Y0157700D01* 189 | X0431098Y0187700D02* 190 | X0431098Y0192500D01* 191 | X0421098Y0192500D02* 192 | X0421098Y0187700D01* 193 | X0411098Y0187700D02* 194 | X0411098Y0192500D01* 195 | X0401098Y0192500D02* 196 | X0401098Y0187700D01* 197 | X0391098Y0187700D02* 198 | X0391098Y0192500D01* 199 | X0381098Y0192500D02* 200 | X0381098Y0187700D01* 201 | X0371098Y0187700D02* 202 | X0371098Y0192500D01* 203 | X0361098Y0192500D02* 204 | X0361098Y0187700D01* 205 | X0346098Y0187700D02* 206 | X0346098Y0192500D01* 207 | X0336098Y0192500D02* 208 | X0336098Y0187700D01* 209 | X0326098Y0187700D02* 210 | X0326098Y0192500D01* 211 | X0316098Y0192500D02* 212 | X0316098Y0187700D01* 213 | X0306098Y0187700D02* 214 | X0306098Y0192500D01* 215 | X0296098Y0192500D02* 216 | X0296098Y0187700D01* 217 | X0286098Y0187700D02* 218 | X0286098Y0192500D01* 219 | D15* 220 | X0277098Y0032600D03* 221 | X0258598Y0032600D03* 222 | X0240098Y0032600D03* 223 | D16* 224 | X0206098Y0022600D03* 225 | X0196098Y0032600D03* 226 | X0206098Y0042600D03* 227 | D17* 228 | X0223913Y0119076D03* 229 | X0233756Y0119076D03* 230 | X0243598Y0119076D03* 231 | X0253441Y0119076D03* 232 | X0263283Y0119076D03* 233 | X0263283Y0191124D03* 234 | X0253441Y0191124D03* 235 | X0243598Y0191124D03* 236 | X0233756Y0191124D03* 237 | X0223913Y0191124D03* 238 | D18* 239 | X0212102Y0159431D03* 240 | X0275094Y0159431D03* 241 | D19* 242 | X0341039Y0114943D03* 243 | X0126039Y0042443D03* 244 | D20* 245 | X0126039Y0032600D03* 246 | X0126039Y0022757D03* 247 | X0341039Y0095257D03* 248 | X0341039Y0105100D03* 249 | D21* 250 | X0368598Y0122817D03* 251 | X0368598Y0087383D03* 252 | X0153598Y0050317D03* 253 | X0153598Y0014883D03* 254 | D22* 255 | X0198598Y0095100D03* 256 | X0183598Y0180100D03* 257 | D23* 258 | X0193598Y0180100D03* 259 | X0203598Y0180100D03* 260 | X0203598Y0190100D03* 261 | X0193598Y0190100D03* 262 | X0183598Y0190100D03* 263 | X0188598Y0115100D03* 264 | X0198598Y0115100D03* 265 | X0198598Y0105100D03* 266 | X0188598Y0105100D03* 267 | X0188598Y0095100D03* 268 | X0433598Y0095100D03* 269 | X0443598Y0095100D03* 270 | X0443598Y0085100D03* 271 | X0433598Y0085100D03* 272 | X0433598Y0105100D03* 273 | X0443598Y0105100D03* 274 | X0443598Y0115100D03* 275 | X0433598Y0115100D03* 276 | X0433598Y0125100D03* 277 | X0443598Y0125100D03* 278 | D24* 279 | X0438598Y0022600D03* 280 | X0158598Y0187600D03* 281 | M02* 282 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsoldermask.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0690inch 15 37 | D11 octagon 0.0520inch 102 38 | D12 square 0.0520inch 11 39 | D13 round 0.0520inch 1 40 | D14 draw 0.0520inch 30 41 | D15 round 0.1306inch 3 42 | D16 octagon 0.0700inch 3 43 | D17 octagon 0.0571inch 10 44 | D18 round 0.0827inch 2 45 | D19 square 0.0690inch 2 46 | D20 octagon 0.0690inch 4 47 | D21 square 0.1267inch 4 48 | D22 round 0.0640inch 2 49 | D23 octagon 0.0640inch 20 50 | D24 round 0.1300inch 2 51 | 52 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Drill Station Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.drills.dri 4 | 5 | Date : 29/02/2016 19:11 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.0130inch 24 31 | T02 0.0236inch 7 32 | T03 0.0320inch 147 33 | T04 0.0354inch 10 34 | T05 0.0400inch 22 35 | T06 0.0433inch 21 36 | T07 0.0787inch 2 37 | T08 0.0827inch 4 38 | T09 0.0866inch 3 39 | T10 0.1260inch 2 40 | 41 | Total number of drills: 242 42 | 43 | Plotfiles: 44 | 45 | /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.drills.xln 46 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.0130 5 | T02C0.0236 6 | T03C0.0320 7 | T04C0.0354 8 | T05C0.0400 9 | T06C0.0433 10 | T07C0.0787 11 | T08C0.0827 12 | T09C0.0866 13 | T10C0.1260 14 | % 15 | T01 16 | X22360Y5260 17 | X28860Y6760 18 | X29360Y7010 19 | X39360Y10760 20 | X35110Y12760 21 | X34610Y13010 22 | X35610Y13510 23 | X36610Y13760 24 | X37110Y14010 25 | X36110Y14260 26 | X38110Y14760 27 | X39110Y14510 28 | X38610Y13260 29 | X38110Y13010 30 | X33610Y14510 31 | X30860Y12760 32 | X28610Y13010 33 | X28360Y14510 34 | X25360Y14760 35 | X23860Y14260 36 | X24360Y14010 37 | X23360Y13260 38 | X22360Y13760 39 | X21610Y11010 40 | T02 41 | X24610Y10260 42 | X26860Y9510 43 | X33860Y3260 44 | X41110Y17010 45 | X40110Y17510 46 | X26610Y17010 47 | X21985Y17510 48 | T03 49 | X20360Y16760 50 | X19360Y16760 51 | X18360Y16760 52 | X17360Y16760 53 | X16360Y16010 54 | X15360Y16010 55 | X14360Y17010 56 | X13360Y17010 57 | X12360Y17010 58 | X11360Y17010 59 | X10110Y15510 60 | X7110Y15510 61 | X11360Y14010 62 | X12360Y14010 63 | X13360Y14010 64 | X14360Y14010 65 | X15360Y14010 66 | X16360Y14010 67 | X17360Y13760 68 | X18360Y13760 69 | X19360Y13760 70 | X20360Y13760 71 | X15860Y10510 72 | X16860Y9260 73 | X17860Y9260 74 | X18610Y8260 75 | X19610Y8260 76 | X20860Y7760 77 | X22360Y8010 78 | X23360Y8010 79 | X24610Y8260 80 | X25860Y7760 81 | X27110Y8260 82 | X28610Y7760 83 | X29860Y8260 84 | X30860Y8260 85 | X31860Y7760 86 | X32860Y7760 87 | X33860Y7760 88 | X34860Y7760 89 | X38610Y7510 90 | X38610Y6510 91 | X38610Y5510 92 | X38610Y4510 93 | X37110Y3760 94 | X36360Y3260 95 | X36360Y4260 96 | X34860Y4260 97 | X33860Y4260 98 | X32860Y4260 99 | X31860Y4260 100 | X30860Y4260 101 | X29860Y4260 102 | X29860Y5260 103 | X30860Y5260 104 | X31860Y5760 105 | X32860Y5760 106 | X33860Y5760 107 | X34860Y5760 108 | X28610Y5760 109 | X27110Y5260 110 | X25860Y5760 111 | X24610Y5260 112 | X22610Y4260 113 | X20610Y4260 114 | X19610Y3260 115 | X20610Y2260 116 | X22610Y2260 117 | X29860Y1260 118 | X30860Y1260 119 | X31860Y1260 120 | X32860Y1260 121 | X33860Y1260 122 | X34860Y1260 123 | X41610Y4510 124 | X43360Y4510 125 | X43360Y5510 126 | X41610Y5510 127 | X41610Y6510 128 | X43360Y6510 129 | X43360Y7510 130 | X41610Y7510 131 | X46360Y7510 132 | X47760Y7260 133 | X46360Y6510 134 | X47760Y6260 135 | X46360Y5510 136 | X47760Y4760 137 | X46360Y4510 138 | X47760Y3760 139 | X47760Y2260 140 | X47760Y1260 141 | X47760Y8760 142 | X47760Y9760 143 | X47760Y11260 144 | X47760Y12260 145 | X47760Y13760 146 | X47760Y14760 147 | X47760Y16260 148 | X46110Y17010 149 | X44860Y17510 150 | X47760Y17260 151 | X47760Y18760 152 | X46110Y19010 153 | X44860Y19510 154 | X43110Y19010 155 | X42110Y19010 156 | X41110Y19010 157 | X40110Y19010 158 | X39110Y19010 159 | X38110Y19010 160 | X37110Y19010 161 | X36110Y19010 162 | X34610Y19010 163 | X33610Y19010 164 | X32610Y19010 165 | X31610Y19010 166 | X30610Y19010 167 | X29610Y19010 168 | X28610Y19010 169 | X28610Y16010 170 | X29610Y16010 171 | X30610Y16010 172 | X31610Y16010 173 | X32610Y16010 174 | X33610Y16010 175 | X34610Y16010 176 | X36110Y16010 177 | X37110Y16010 178 | X38110Y16010 179 | X39110Y16010 180 | X40110Y16010 181 | X41110Y16010 182 | X42110Y16010 183 | X43110Y16010 184 | X47760Y19760 185 | X22860Y8760 186 | X20860Y5760 187 | X19610Y5260 188 | X18610Y5260 189 | X10110Y5510 190 | X7110Y5510 191 | X7110Y10510 192 | X10110Y10510 193 | X12860Y10510 194 | X12110Y19260 195 | X11110Y19260 196 | T04 197 | X22391Y19112 198 | X23376Y19112 199 | X24360Y19112 200 | X25344Y19112 201 | X26328Y19112 202 | X26328Y11908 203 | X25344Y11908 204 | X24360Y11908 205 | X23376Y11908 206 | X22391Y11908 207 | T05 208 | X19860Y11510 209 | X18860Y11510 210 | X18860Y10510 211 | X19860Y10510 212 | X19860Y9510 213 | X18860Y9510 214 | X19360Y18010 215 | X20360Y18010 216 | X18360Y18010 217 | X18360Y19010 218 | X19360Y19010 219 | X20360Y19010 220 | X43360Y12510 221 | X44360Y12510 222 | X44360Y11510 223 | X43360Y11510 224 | X43360Y10510 225 | X44360Y10510 226 | X44360Y9510 227 | X43360Y9510 228 | X43360Y8510 229 | X44360Y8510 230 | T06 231 | X6891Y3010 232 | X10238Y3010 233 | X11419Y3010 234 | X12604Y3260 235 | X12604Y2276 236 | X12604Y4244 237 | X12641Y8010 238 | X11419Y8010 239 | X10238Y8010 240 | X6891Y8010 241 | X15988Y8010 242 | X17169Y8010 243 | X11419Y13010 244 | X10238Y13010 245 | X6891Y13010 246 | X6891Y18010 247 | X10238Y18010 248 | X11419Y18010 249 | X34104Y11494 250 | X34104Y10510 251 | X34104Y9526 252 | T07 253 | X27509Y15943 254 | X21210Y15943 255 | T08 256 | X36860Y12282 257 | X36860Y8738 258 | X15360Y5032 259 | X15360Y1488 260 | T09 261 | X24010Y3260 262 | X25860Y3260 263 | X27710Y3260 264 | T10 265 | X43860Y2260 266 | X15860Y18760 267 | M30 268 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.toplayer.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0650inch 15 37 | D11 octagon 0.0480inch 102 38 | D12 square 0.0480inch 11 39 | D13 round 0.0480inch 1 40 | D14 draw 0.0480inch 30 41 | D15 round 0.1266inch 3 42 | D16 octagon 0.0660inch 3 43 | D17 octagon 0.0531inch 10 44 | D18 square 0.0650inch 2 45 | D19 octagon 0.0650inch 4 46 | D20 square 0.1227inch 4 47 | D21 round 0.0600inch 2 48 | D22 octagon 0.0600inch 20 49 | D23 draw 0.0400inch 7 50 | D24 draw 0.0320inch 7 51 | D25 round 0.0356inch 6 52 | D26 draw 0.0160inch 48 53 | D27 square 0.0356inch 1 54 | D28 draw 0.0100inch 394 55 | D29 round 0.0250inch 24 56 | 57 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsilkscreen.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0050inch 198 37 | D11 draw 0.0040inch 1899 38 | D12 draw 0.0060inch 355 39 | D13 rectangle 0.0800inch x 0.0200inch 1 40 | D14 rectangle 0.0200inch x 0.0250inch 2 41 | D15 draw 0.0120inch 6 42 | D16 draw 0.0080inch 88 43 | D17 draw 0.0070inch 4 44 | D18 draw 0.0031inch 1 45 | D19 draw 0.0100inch 91 46 | D20 draw 0.0020inch 4 47 | D21 draw 0.0030inch 60 48 | 49 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.06896*% 11 | %ADD11OC8,0.05200*% 12 | %ADD12R,0.05200X0.05200*% 13 | %ADD13C,0.05200*% 14 | %ADD14C,0.05200*% 15 | %ADD15C,0.13061*% 16 | %ADD16OC8,0.07000*% 17 | %ADD17OC8,0.05715*% 18 | %ADD18C,0.08274*% 19 | %ADD19R,0.06896X0.06896*% 20 | %ADD20OC8,0.06896*% 21 | %ADD21R,0.12668X0.12668*% 22 | %ADD22C,0.06400*% 23 | %ADD23OC8,0.06400*% 24 | %ADD24C,0.12998*% 25 | D10* 26 | X0068913Y0030100D03* 27 | X0102378Y0030100D03* 28 | X0114189Y0030100D03* 29 | X0114189Y0080100D03* 30 | X0126413Y0080100D03* 31 | X0102378Y0080100D03* 32 | X0068913Y0080100D03* 33 | X0159878Y0080100D03* 34 | X0171689Y0080100D03* 35 | X0114189Y0130100D03* 36 | X0102378Y0130100D03* 37 | X0068913Y0130100D03* 38 | X0068913Y0180100D03* 39 | X0102378Y0180100D03* 40 | X0114189Y0180100D03* 41 | D11* 42 | X0113598Y0170100D03* 43 | X0133598Y0170100D03* 44 | X0143598Y0170100D03* 45 | X0153598Y0160100D03* 46 | X0163598Y0160100D03* 47 | X0173598Y0167600D03* 48 | X0183598Y0167600D03* 49 | X0193598Y0167600D03* 50 | X0203598Y0167600D03* 51 | X0163598Y0140100D03* 52 | X0153598Y0140100D03* 53 | X0143598Y0140100D03* 54 | X0133598Y0140100D03* 55 | X0113598Y0140100D03* 56 | X0101098Y0155100D03* 57 | X0071098Y0155100D03* 58 | X0111098Y0192600D03* 59 | X0173598Y0137600D03* 60 | X0183598Y0137600D03* 61 | X0193598Y0137600D03* 62 | X0203598Y0137600D03* 63 | X0158598Y0105100D03* 64 | X0168598Y0092600D03* 65 | X0186098Y0082600D03* 66 | X0196098Y0082600D03* 67 | X0208598Y0077600D03* 68 | X0223598Y0080100D03* 69 | X0233598Y0080100D03* 70 | X0246098Y0082600D03* 71 | X0258598Y0077600D03* 72 | X0271098Y0082600D03* 73 | X0286098Y0077600D03* 74 | X0298598Y0082600D03* 75 | X0308598Y0082600D03* 76 | X0318598Y0077600D03* 77 | X0328598Y0077600D03* 78 | X0338598Y0077600D03* 79 | X0348598Y0077600D03* 80 | X0386098Y0075100D03* 81 | X0386098Y0065100D03* 82 | X0386098Y0055100D03* 83 | X0386098Y0045100D03* 84 | X0371098Y0037600D03* 85 | X0363598Y0032600D03* 86 | X0363598Y0042600D03* 87 | X0348598Y0042600D03* 88 | X0338598Y0042600D03* 89 | X0328598Y0042600D03* 90 | X0318598Y0042600D03* 91 | X0308598Y0042600D03* 92 | X0298598Y0042600D03* 93 | X0298598Y0052600D03* 94 | X0308598Y0052600D03* 95 | X0318598Y0057600D03* 96 | X0328598Y0057600D03* 97 | X0338598Y0057600D03* 98 | X0348598Y0057600D03* 99 | X0286098Y0057600D03* 100 | X0271098Y0052600D03* 101 | X0258598Y0057600D03* 102 | X0246098Y0052600D03* 103 | X0226098Y0042600D03* 104 | X0196098Y0052600D03* 105 | X0186098Y0052600D03* 106 | X0208598Y0057600D03* 107 | X0228598Y0087600D03* 108 | X0128598Y0105100D03* 109 | X0101098Y0105100D03* 110 | X0071098Y0105100D03* 111 | X0071098Y0055100D03* 112 | X0101098Y0055100D03* 113 | X0226098Y0022600D03* 114 | X0298598Y0012600D03* 115 | X0308598Y0012600D03* 116 | X0318598Y0012600D03* 117 | X0328598Y0012600D03* 118 | X0338598Y0012600D03* 119 | X0348598Y0012600D03* 120 | X0416098Y0045100D03* 121 | X0433598Y0045100D03* 122 | X0433598Y0055100D03* 123 | X0416098Y0055100D03* 124 | X0416098Y0065100D03* 125 | X0433598Y0065100D03* 126 | X0433598Y0075100D03* 127 | X0416098Y0075100D03* 128 | X0463598Y0075100D03* 129 | X0477598Y0072600D03* 130 | X0463598Y0065100D03* 131 | X0463598Y0055100D03* 132 | X0477598Y0047600D03* 133 | X0463598Y0045100D03* 134 | X0477598Y0022600D03* 135 | X0477598Y0097600D03* 136 | X0477598Y0122600D03* 137 | X0477598Y0147600D03* 138 | X0461098Y0170100D03* 139 | X0448598Y0175100D03* 140 | X0477598Y0172600D03* 141 | X0461098Y0190100D03* 142 | X0448598Y0195100D03* 143 | X0477598Y0197600D03* 144 | D12* 145 | X0477598Y0187600D03* 146 | X0477598Y0162600D03* 147 | X0477598Y0137600D03* 148 | X0477598Y0112600D03* 149 | X0477598Y0087600D03* 150 | X0477598Y0062600D03* 151 | X0477598Y0037600D03* 152 | X0477598Y0012600D03* 153 | X0178598Y0092600D03* 154 | X0123598Y0140100D03* 155 | X0121098Y0192600D03* 156 | D13* 157 | X0123598Y0170100D03* 158 | D14* 159 | X0286098Y0162500D02* 160 | X0286098Y0157700D01* 161 | X0296098Y0157700D02* 162 | X0296098Y0162500D01* 163 | X0306098Y0162500D02* 164 | X0306098Y0157700D01* 165 | X0316098Y0157700D02* 166 | X0316098Y0162500D01* 167 | X0326098Y0162500D02* 168 | X0326098Y0157700D01* 169 | X0336098Y0157700D02* 170 | X0336098Y0162500D01* 171 | X0346098Y0162500D02* 172 | X0346098Y0157700D01* 173 | X0361098Y0157700D02* 174 | X0361098Y0162500D01* 175 | X0371098Y0162500D02* 176 | X0371098Y0157700D01* 177 | X0381098Y0157700D02* 178 | X0381098Y0162500D01* 179 | X0391098Y0162500D02* 180 | X0391098Y0157700D01* 181 | X0401098Y0157700D02* 182 | X0401098Y0162500D01* 183 | X0411098Y0162500D02* 184 | X0411098Y0157700D01* 185 | X0421098Y0157700D02* 186 | X0421098Y0162500D01* 187 | X0431098Y0162500D02* 188 | X0431098Y0157700D01* 189 | X0431098Y0187700D02* 190 | X0431098Y0192500D01* 191 | X0421098Y0192500D02* 192 | X0421098Y0187700D01* 193 | X0411098Y0187700D02* 194 | X0411098Y0192500D01* 195 | X0401098Y0192500D02* 196 | X0401098Y0187700D01* 197 | X0391098Y0187700D02* 198 | X0391098Y0192500D01* 199 | X0381098Y0192500D02* 200 | X0381098Y0187700D01* 201 | X0371098Y0187700D02* 202 | X0371098Y0192500D01* 203 | X0361098Y0192500D02* 204 | X0361098Y0187700D01* 205 | X0346098Y0187700D02* 206 | X0346098Y0192500D01* 207 | X0336098Y0192500D02* 208 | X0336098Y0187700D01* 209 | X0326098Y0187700D02* 210 | X0326098Y0192500D01* 211 | X0316098Y0192500D02* 212 | X0316098Y0187700D01* 213 | X0306098Y0187700D02* 214 | X0306098Y0192500D01* 215 | X0296098Y0192500D02* 216 | X0296098Y0187700D01* 217 | X0286098Y0187700D02* 218 | X0286098Y0192500D01* 219 | D15* 220 | X0277098Y0032600D03* 221 | X0258598Y0032600D03* 222 | X0240098Y0032600D03* 223 | D16* 224 | X0206098Y0022600D03* 225 | X0196098Y0032600D03* 226 | X0206098Y0042600D03* 227 | D17* 228 | X0223913Y0119076D03* 229 | X0233756Y0119076D03* 230 | X0243598Y0119076D03* 231 | X0253441Y0119076D03* 232 | X0263283Y0119076D03* 233 | X0263283Y0191124D03* 234 | X0253441Y0191124D03* 235 | X0243598Y0191124D03* 236 | X0233756Y0191124D03* 237 | X0223913Y0191124D03* 238 | D18* 239 | X0212102Y0159431D03* 240 | X0275094Y0159431D03* 241 | D19* 242 | X0341039Y0114943D03* 243 | X0126039Y0042443D03* 244 | D20* 245 | X0126039Y0032600D03* 246 | X0126039Y0022757D03* 247 | X0341039Y0095257D03* 248 | X0341039Y0105100D03* 249 | D21* 250 | X0368598Y0122817D03* 251 | X0368598Y0087383D03* 252 | X0153598Y0050317D03* 253 | X0153598Y0014883D03* 254 | D22* 255 | X0198598Y0095100D03* 256 | X0183598Y0180100D03* 257 | D23* 258 | X0193598Y0180100D03* 259 | X0203598Y0180100D03* 260 | X0203598Y0190100D03* 261 | X0193598Y0190100D03* 262 | X0183598Y0190100D03* 263 | X0188598Y0115100D03* 264 | X0198598Y0115100D03* 265 | X0198598Y0105100D03* 266 | X0188598Y0105100D03* 267 | X0188598Y0095100D03* 268 | X0433598Y0095100D03* 269 | X0443598Y0095100D03* 270 | X0443598Y0085100D03* 271 | X0433598Y0085100D03* 272 | X0433598Y0105100D03* 273 | X0443598Y0105100D03* 274 | X0443598Y0115100D03* 275 | X0433598Y0115100D03* 276 | X0433598Y0125100D03* 277 | X0443598Y0125100D03* 278 | D24* 279 | X0438598Y0022600D03* 280 | X0158598Y0187600D03* 281 | M02* 282 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Front Board/TuringFront.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsoldermask.gpi 4 | 5 | Date : 29/02/2016 19:11 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringFront.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.0690inch 15 37 | D11 octagon 0.0520inch 102 38 | D12 square 0.0520inch 11 39 | D13 round 0.0520inch 1 40 | D14 draw 0.0520inch 30 41 | D15 round 0.1306inch 3 42 | D16 octagon 0.0700inch 3 43 | D17 octagon 0.0571inch 10 44 | D18 round 0.0827inch 2 45 | D19 square 0.0690inch 2 46 | D20 octagon 0.0690inch 4 47 | D21 square 0.1267inch 4 48 | D22 round 0.0640inch 2 49 | D23 octagon 0.0640inch 20 50 | D24 round 0.1300inch 2 51 | 52 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.boardoutline.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.boardoutline.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.boardoutline.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0000inch 15 37 | D11 draw 0.0001inch 16 38 | D12 draw 0.0020inch 116 39 | 40 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.bottomlayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomlayer.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomlayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.3983inch 1 37 | D11 round 0.2762inch 5 38 | D12 round 0.3195inch 1 39 | D13 round 0.3156inch 1 40 | D14 draw 0.0320inch 515 41 | 42 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.bottomsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0060inch 360 37 | 38 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.bottomsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.12605*% 11 | %ADD11C,0.28353*% 12 | %ADD12R,0.35000X2.05000*% 13 | %ADD13C,0.40227*% 14 | %ADD14C,0.28022*% 15 | %ADD15C,0.32353*% 16 | %ADD16C,0.31959*% 17 | D10* 18 | X0159923Y0094569D03* 19 | X0102423Y0194569D03* 20 | X0463923Y0194569D03* 21 | X0463923Y0169569D03* 22 | X0463923Y0144569D03* 23 | X0463923Y0119569D03* 24 | X0463923Y0094569D03* 25 | X0463923Y0069569D03* 26 | X0463923Y0044569D03* 27 | X0463923Y0019569D03* 28 | D11* 29 | X0139923Y0034569D03* 30 | D12* 31 | X0022600Y0107600D03* 32 | X0497600Y0107600D03* 33 | D13* 34 | X0229923Y0157069D03* 35 | D14* 36 | X0074923Y0032069D03* 37 | X0074923Y0082069D03* 38 | X0132423Y0082069D03* 39 | X0074923Y0132069D03* 40 | X0074923Y0182069D03* 41 | D15* 42 | X0354923Y0107069D03* 43 | D16* 44 | X0244923Y0034569D03* 45 | M02* 46 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.bottomsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.bottomsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.1260inch 10 37 | D11 round 0.2835inch 1 38 | D12 rectangle 0.3500inch x 2.0500inch 2 39 | D13 round 0.4023inch 1 40 | D14 round 0.2802inch 5 41 | D15 round 0.3235inch 1 42 | D16 round 0.3196inch 1 43 | 44 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.drills.dri: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Drill Station Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.drills.dri 4 | 5 | Date : 27/09/2015 22:49 6 | Drills : generated 7 | Device : Excellon drill station, coordinate format 2.4 inch 8 | 9 | Parameter settings: 10 | 11 | Tolerance Drill + : 0.00 % 12 | Tolerance Drill - : 0.00 % 13 | Rotate : no 14 | Mirror : no 15 | Optimize : yes 16 | Auto fit : yes 17 | OffsetX : 0inch 18 | OffsetY : 0inch 19 | Layers : Drills Holes 20 | 21 | Drill File Info: 22 | 23 | Data Mode : Absolute 24 | Units : 1/10000 Inch 25 | 26 | Drills used: 27 | 28 | Code Size used 29 | 30 | T01 0.1220inch 10 31 | T02 0.2362inch 5 32 | T03 0.2756inch 1 33 | T04 0.2795inch 2 34 | T05 0.3583inch 1 35 | 36 | Total number of drills: 19 37 | 38 | Plotfiles: 39 | 40 | /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.drills.xln 41 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.drills.xln: -------------------------------------------------------------------------------- 1 | % 2 | M48 3 | M72 4 | T01C0.1220 5 | T02C0.2362 6 | T03C0.2756 7 | T04C0.2795 8 | T05C0.3583 9 | % 10 | T01 11 | X15992Y9457 12 | X10242Y19457 13 | X46392Y19457 14 | X46392Y16957 15 | X46392Y14457 16 | X46392Y11957 17 | X46392Y9457 18 | X46392Y6957 19 | X46392Y4457 20 | X46392Y1957 21 | T02 22 | X7492Y3207 23 | X7492Y8207 24 | X13242Y8207 25 | X7492Y13207 26 | X7492Y18207 27 | T03 28 | X24492Y3457 29 | T04 30 | X13992Y3457 31 | X35492Y10707 32 | T05 33 | X22992Y15707 34 | M30 35 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.tcream.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | M02* 11 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.tcream.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.tcream.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.tcream.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | 37 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.toplayer.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.39827*% 11 | %ADD11C,0.27622*% 12 | %ADD12C,0.31953*% 13 | %ADD13C,0.31559*% 14 | D10* 15 | X0229923Y0157069D03* 16 | D11* 17 | X0074923Y0032069D03* 18 | X0074923Y0082069D03* 19 | X0132423Y0082069D03* 20 | X0074923Y0132069D03* 21 | X0074923Y0182069D03* 22 | D12* 23 | X0354923Y0107069D03* 24 | D13* 25 | X0244923Y0034569D03* 26 | M02* 27 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.toplayer.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.toplayer.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.toplayer.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.3983inch 1 37 | D11 round 0.2762inch 5 38 | D12 round 0.3195inch 1 39 | D13 round 0.3156inch 1 40 | 41 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.topsilkscreen.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.topsilkscreen.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.topsilkscreen.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 draw 0.0020inch 6110 37 | D11 draw 0.0100inch 6 38 | 39 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.topsoldermask.ger: -------------------------------------------------------------------------------- 1 | G75* 2 | %MOIN*% 3 | %OFA0B0*% 4 | %FSLAX25Y25*% 5 | %IPPOS*% 6 | %LPD*% 7 | %AMOC8* 8 | 5,1,8,0,0,1.08239X$1,22.5* 9 | % 10 | %ADD10C,0.12605*% 11 | %ADD11C,0.28353*% 12 | %ADD12C,0.40227*% 13 | %ADD13C,0.28022*% 14 | %ADD14C,0.32353*% 15 | %ADD15C,0.31959*% 16 | D10* 17 | X0159923Y0094569D03* 18 | X0102423Y0194569D03* 19 | X0463923Y0194569D03* 20 | X0463923Y0169569D03* 21 | X0463923Y0144569D03* 22 | X0463923Y0119569D03* 23 | X0463923Y0094569D03* 24 | X0463923Y0069569D03* 25 | X0463923Y0044569D03* 26 | X0463923Y0019569D03* 27 | D11* 28 | X0139923Y0034569D03* 29 | D12* 30 | X0229923Y0157069D03* 31 | D13* 32 | X0074923Y0032069D03* 33 | X0074923Y0082069D03* 34 | X0132423Y0082069D03* 35 | X0074923Y0132069D03* 36 | X0074923Y0182069D03* 37 | D14* 38 | X0354923Y0107069D03* 39 | D15* 40 | X0244923Y0034569D03* 41 | M02* 42 | -------------------------------------------------------------------------------- /Collateral/Turing Mk2 Gerbers/Panel/TuringPanel.topsoldermask.gpi: -------------------------------------------------------------------------------- 1 | Generated by EAGLE CAM Processor 7.4.0 2 | 3 | Photoplotter Info File: /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.topsoldermask.gpi 4 | 5 | Date : 27/09/2015 22:49 6 | Plotfile : /Users/tom/Documents/GitHub/TuringMachine/Hardware/TuringPanel.topsoldermask.ger 7 | Apertures : generated: 8 | Device : Gerber RS-274-X photoplotter, coordinate format 2.5 inch 9 | 10 | Parameter settings: 11 | 12 | Emulate Apertures : no 13 | Tolerance Draw + : 0.00 % 14 | Tolerance Draw - : 0.00 % 15 | Tolerance Flash + : 0.00 % 16 | Tolerance Flash - : 0.00 % 17 | Rotate : no 18 | Mirror : no 19 | Optimize : yes 20 | Auto fit : yes 21 | OffsetX : 0inch 22 | OffsetY : 0inch 23 | 24 | Plotfile Info: 25 | 26 | Coordinate Format : 2.5 27 | Coordinate Units : Inch 28 | Data Mode : Absolute 29 | Zero Suppression : None 30 | End Of Block : * 31 | 32 | Apertures used: 33 | 34 | Code Shape Size used 35 | 36 | D10 round 0.1260inch 10 37 | D11 round 0.2835inch 1 38 | D12 round 0.4023inch 1 39 | D13 round 0.2802inch 5 40 | D14 round 0.3235inch 1 41 | D15 round 0.3196inch 1 42 | 43 | -------------------------------------------------------------------------------- /Collateral/images/Turing2_800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomWhitwell/TuringMachine/ad812bba9c28e91fdcb269df54e30a257cfe9c7e/Collateral/images/Turing2_800.jpg -------------------------------------------------------------------------------- /Collateral/images/alps-alpha-switches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomWhitwell/TuringMachine/ad812bba9c28e91fdcb269df54e30a257cfe9c7e/Collateral/images/alps-alpha-switches.jpg -------------------------------------------------------------------------------- /Hardware/TuringPanel.sch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | /Users/aash/Dropbox/Electronics/!MODULAR/design/logo copy.bmp 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TuringMachine Mark 2 2 | 3 | ![](https://raw.githubusercontent.com/TomWhitwell/TuringMachine/master/Collateral/images/Turing2_800.jpg) 4 | 5 | Since it was launched in June 2012, the Turing Machine has become one of the most popular Eurorack DIY projects. It is a random looping sequencer that spits out basslines and melodies. It generates strings of random voltages that can be locked into looping sequences. 6 | These sequences can be allowed to slip, changing gradually over time. This module was inspired by the long history of shift register pseudorandom synth circuits, including the Triadex Muse, Buchla 266 Source of Uncertainly and Grant Richter’s Noisering. 7 | 8 | [This video explains how the Turing Machine works.](https://www.youtube.com/watch?v=Le26BIqB8Y8) 9 | 10 | The 2016 revised Turing Machine has many improvements: 11 | - Rotary loop length switch 12 | - Pulse out 13 | - Two boards, includes Backpack circuit to drive expanders (compatible with old Music Thing expanders) 14 | - Easier to build: a larger PCB in the same width, clock and noise circuits are more robust 15 | - Noise level trimmer & reduced voltage in noise circuit to make circuit more robust with different noise transistors 16 | - Compatible with existing expanders 17 | 18 | *“I am interested in perceptible processes. I want to be able to hear the process happening throughout the music. To facilitate closely detailed listening a musical process should happen extremely gradually.”* Steve Reich, [Music as a Gradual Process](http://www.bussigel.com/systemsforplay/wp-content/uploads/2014/02/Reich_Gradual-Process.pdf), 1968. 19 | 20 | [Schematic](https://github.com/TomWhitwell/TuringMachine/blob/master/Collateral/PDF%20Schematics/TuringMachine2_Schematic_May2016.pdf) 21 | 22 | Status: 23 | April 2016: Design files and Gerbers tested and prototyped successfully 24 | 25 | License: 26 | [CC-BY-SA](https://creativecommons.org/licenses/by-sa/3.0/) 27 | --------------------------------------------------------------------------------