├── ESP32 ├── pyESP32 │ ├── 3D.png │ ├── README.md │ ├── pyESP32.PcbDoc │ ├── pyESP32.SchDoc │ ├── pyESP32.pdf │ └── sch.png └── pyESP32mini │ ├── 3D.png │ ├── README.md │ ├── pyESP32mini.PcbDoc │ ├── pyESP32mini.SchDoc │ ├── pyESP32mini.pdf │ └── sch.png ├── LICENSE ├── README.md ├── V1 ├── back.jpg ├── bom.doc ├── bom.pdf ├── bom.xls ├── front.jpg ├── logo.bmp ├── logo.png ├── logo1.bmp ├── logo2.bmp ├── pboardCN.PrjPcb ├── pboard_eeworld.pdf ├── pcb.PcbDoc └── sch.SchDoc └── V2 ├── PcbLib.PcbLib ├── README.md ├── Schlib.SchLib ├── board_define.ZIP ├── cloud.bmp ├── connector.SchDoc ├── dragon.bmp ├── firmware_v1.9.4-156_DFP_thread_8MFlash.zip ├── mcu.SchDoc ├── microSD.SchDoc ├── power.SchDoc ├── pyboardCN_V2.PcbDoc ├── pyboardCN_V2.PrjPCB ├── pyboardCN_V2.SchDoc ├── pyboardCN_V2.jpg ├── pyboardCN_V2.pdf ├── tj.bmp └── 孙悟空.bmp /ESP32/pyESP32/3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32/3D.png -------------------------------------------------------------------------------- /ESP32/pyESP32/README.md: -------------------------------------------------------------------------------- 1 | # pyESP32 2 | A small and low cost ESP32 board may run micropython. 3 | 4 | ## 主要特性: 5 | - type-c 供电/充电 6 | - 锂电池供电 7 | - 高效DC电源转换 8 | - 带有USB转TTL功能 9 | - 一键升级固件 10 | - 低成本 11 | - 开源 12 | 13 | ## Main features: 14 | 15 | - USB Type-C power supply / charging 16 | - Lithium battery powered 17 | - Efficient DC power conversion 18 | - With USB to TTL function 19 | - One click upgrade firmware 20 | - low cost 21 | - Open Source Hardware 22 | 23 | 24 | ## Schematic diagram 25 | 26 | ![](sch.png) 27 | 28 | ## 3D simulation diagram 29 | 30 | ![](3d.png) 31 | 32 | 33 | 34 | micropython 中文社区 35 | micropython,org.cn 36 | micropython.top 37 | -------------------------------------------------------------------------------- /ESP32/pyESP32/pyESP32.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32/pyESP32.PcbDoc -------------------------------------------------------------------------------- /ESP32/pyESP32/pyESP32.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32/pyESP32.SchDoc -------------------------------------------------------------------------------- /ESP32/pyESP32/pyESP32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32/pyESP32.pdf -------------------------------------------------------------------------------- /ESP32/pyESP32/sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32/sch.png -------------------------------------------------------------------------------- /ESP32/pyESP32mini/3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32mini/3D.png -------------------------------------------------------------------------------- /ESP32/pyESP32mini/README.md: -------------------------------------------------------------------------------- 1 | # pyESP32mini 2 | A small and low cost ESP32 board may run micropython. 3 | 4 | ## 主要特性: 5 | - type-c 供电 6 | - 高效DC电源转换 7 | - 带有USB转TTL功能 8 | - 一键升级固件 9 | - 低成本 10 | - 开源硬件 11 | 12 | ## Main features: 13 | 14 | - USB Type-C power supply 15 | - Efficient DC power conversion 16 | - With USB to TTL function 17 | - One click upgrade firmware 18 | - low cost 19 | - Open Source Hardware 20 | 21 | ## Schematic diagram 22 | 23 | ![](sch.png) 24 | 25 | ## 3D simulation diagram 26 | 27 | ![](3d.png) 28 | 29 | 30 | 31 | micropython 中文社区 32 | micropython,org.cn 33 | micropython.top 34 | -------------------------------------------------------------------------------- /ESP32/pyESP32mini/pyESP32mini.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32mini/pyESP32mini.PcbDoc -------------------------------------------------------------------------------- /ESP32/pyESP32mini/pyESP32mini.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32mini/pyESP32mini.SchDoc -------------------------------------------------------------------------------- /ESP32/pyESP32mini/pyESP32mini.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32mini/pyESP32mini.pdf -------------------------------------------------------------------------------- /ESP32/pyESP32mini/sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/ESP32/pyESP32mini/sch.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 shaoziyang 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pyboardCN 2 | pyboard 中国版 3 | 4 | micropython中文社区设计的可以运行micropython的开发板,,更加适合初学者和DIY爱好者。 5 | 6 | 7 | 8 | micropython 中文社区 9 | micropython,org.cn 10 | micropython.top 11 | -------------------------------------------------------------------------------- /V1/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/back.jpg -------------------------------------------------------------------------------- /V1/bom.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/bom.doc -------------------------------------------------------------------------------- /V1/bom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/bom.pdf -------------------------------------------------------------------------------- /V1/bom.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/bom.xls -------------------------------------------------------------------------------- /V1/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/front.jpg -------------------------------------------------------------------------------- /V1/logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/logo.bmp -------------------------------------------------------------------------------- /V1/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/logo.png -------------------------------------------------------------------------------- /V1/logo1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/logo1.bmp -------------------------------------------------------------------------------- /V1/logo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/logo2.bmp -------------------------------------------------------------------------------- /V1/pboardCN.PrjPcb: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=0 4 | ChannelRoomNamingStyle=0 5 | OutputPath= 6 | LogFolderPath= 7 | ReleasesFolder= 8 | ReleaseVaultGUID= 9 | ReleaseVaultName= 10 | ChannelDesignatorFormatString=$Component_$RoomName 11 | ChannelRoomLevelSeperator=_ 12 | OpenOutputs=1 13 | ArchiveProject=0 14 | TimestampOutput=0 15 | SeparateFolders=0 16 | TemplateLocationPath= 17 | PinSwapBy_Netlabel=1 18 | PinSwapBy_Pin=1 19 | AllowPortNetNames=0 20 | AllowSheetEntryNetNames=1 21 | AppendSheetNumberToLocalNets=0 22 | NetlistSinglePinNets=0 23 | DefaultConfiguration=Default Configuration 24 | UserID=0xFFFFFFFF 25 | DefaultPcbProtel=1 26 | DefaultPcbPcad=0 27 | ReorderDocumentsOnCompile=1 28 | NameNetsHierarchically=0 29 | PowerPortNamesTakePriority=0 30 | PushECOToAnnotationFile=1 31 | DItemRevisionGUID= 32 | ReportSuppressedErrorsInMessages=0 33 | 34 | [Document1] 35 | DocumentPath=sch.SchDoc 36 | AnnotationEnabled=1 37 | AnnotateStartValue=1 38 | AnnotationIndexControlEnabled=0 39 | AnnotateSuffix= 40 | AnnotateScope=All 41 | AnnotateOrder=-1 42 | DoLibraryUpdate=1 43 | DoDatabaseUpdate=1 44 | ClassGenCCAutoEnabled=1 45 | ClassGenCCAutoRoomEnabled=1 46 | ClassGenNCAutoScope=None 47 | DItemRevisionGUID= 48 | GenerateClassCluster=0 49 | 50 | [Document2] 51 | DocumentPath=pcb.PcbDoc 52 | AnnotationEnabled=1 53 | AnnotateStartValue=1 54 | AnnotationIndexControlEnabled=0 55 | AnnotateSuffix= 56 | AnnotateScope=All 57 | AnnotateOrder=-1 58 | DoLibraryUpdate=1 59 | DoDatabaseUpdate=1 60 | ClassGenCCAutoEnabled=1 61 | ClassGenCCAutoRoomEnabled=1 62 | ClassGenNCAutoScope=None 63 | DItemRevisionGUID= 64 | GenerateClassCluster=0 65 | 66 | [Document3] 67 | DocumentPath=pinhead.PCBLIB 68 | AnnotationEnabled=1 69 | AnnotateStartValue=1 70 | AnnotationIndexControlEnabled=0 71 | AnnotateSuffix= 72 | AnnotateScope=All 73 | AnnotateOrder=-1 74 | DoLibraryUpdate=1 75 | DoDatabaseUpdate=1 76 | ClassGenCCAutoEnabled=1 77 | ClassGenCCAutoRoomEnabled=1 78 | ClassGenNCAutoScope=None 79 | DItemRevisionGUID= 80 | GenerateClassCluster=0 81 | 82 | [Document4] 83 | DocumentPath=pyboard.PCBLIB 84 | AnnotationEnabled=1 85 | AnnotateStartValue=1 86 | AnnotationIndexControlEnabled=0 87 | AnnotateSuffix= 88 | AnnotateScope=All 89 | AnnotateOrder=-1 90 | DoLibraryUpdate=1 91 | DoDatabaseUpdate=1 92 | ClassGenCCAutoEnabled=1 93 | ClassGenCCAutoRoomEnabled=1 94 | ClassGenNCAutoScope=None 95 | DItemRevisionGUID= 96 | GenerateClassCluster=0 97 | 98 | [Document5] 99 | DocumentPath=rcl.PCBLIB 100 | AnnotationEnabled=1 101 | AnnotateStartValue=1 102 | AnnotationIndexControlEnabled=0 103 | AnnotateSuffix= 104 | AnnotateScope=All 105 | AnnotateOrder=-1 106 | DoLibraryUpdate=1 107 | DoDatabaseUpdate=1 108 | ClassGenCCAutoEnabled=1 109 | ClassGenCCAutoRoomEnabled=1 110 | ClassGenNCAutoScope=None 111 | DItemRevisionGUID= 112 | GenerateClassCluster=0 113 | 114 | [Document6] 115 | DocumentPath=supply1.PCBLIB 116 | AnnotationEnabled=1 117 | AnnotateStartValue=1 118 | AnnotationIndexControlEnabled=0 119 | AnnotateSuffix= 120 | AnnotateScope=All 121 | AnnotateOrder=-1 122 | DoLibraryUpdate=1 123 | DoDatabaseUpdate=1 124 | ClassGenCCAutoEnabled=1 125 | ClassGenCCAutoRoomEnabled=1 126 | ClassGenNCAutoScope=None 127 | DItemRevisionGUID= 128 | GenerateClassCluster=0 129 | 130 | [GeneratedDocument1] 131 | DocumentPath=Project Outputs for pboardCN\pcb.BOM 132 | DItemRevisionGUID= 133 | 134 | [GeneratedDocument2] 135 | DocumentPath=Project Outputs for pboardCN\pcb.CSV 136 | DItemRevisionGUID= 137 | 138 | [GeneratedDocument3] 139 | DocumentPath=pcb.PcbDoc.htm 140 | DItemRevisionGUID= 141 | 142 | [GeneratedDocument4] 143 | DocumentPath=Project Outputs for pboardCN\sch.BOM 144 | DItemRevisionGUID= 145 | 146 | [GeneratedDocument5] 147 | DocumentPath=Project Outputs for pboardCN\sch.CSV 148 | DItemRevisionGUID= 149 | 150 | [Configuration1] 151 | Name=Default Configuration 152 | ParameterCount=0 153 | ConstraintFileCount=0 154 | 155 | [PCBConfiguration1] 156 | ReleaseItemId= 157 | CurrentRevision= 158 | Name=Default Configuration 159 | Variant=[No Variations] 160 | GenerateBOM=0 161 | 162 | [OutputGroup1] 163 | Name=Netlist Outputs 164 | Description= 165 | TargetPrinter=PDF-XChange Printer 2012 166 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 167 | OutputType1=CalayNetlist 168 | OutputName1=Calay Netlist 169 | OutputDocumentPath1= 170 | OutputVariantName1= 171 | OutputDefault1=0 172 | OutputType2=EDIF 173 | OutputName2=EDIF for PCB 174 | OutputDocumentPath2= 175 | OutputVariantName2= 176 | OutputDefault2=0 177 | OutputType3=EESofNetlist 178 | OutputName3=EESof Netlist 179 | OutputDocumentPath3= 180 | OutputVariantName3= 181 | OutputDefault3=0 182 | OutputType4=IntergraphNetlist 183 | OutputName4=Intergraph Netlist 184 | OutputDocumentPath4= 185 | OutputVariantName4= 186 | OutputDefault4=0 187 | OutputType5=MentorBoardStationNetlist 188 | OutputName5=Mentor BoardStation Netlist 189 | OutputDocumentPath5= 190 | OutputVariantName5= 191 | OutputDefault5=0 192 | OutputType6=MultiWire 193 | OutputName6=MultiWire 194 | OutputDocumentPath6= 195 | OutputVariantName6= 196 | OutputDefault6=0 197 | OutputType7=OrCadPCB2Netlist 198 | OutputName7=Orcad/PCB2 Netlist 199 | OutputDocumentPath7= 200 | OutputVariantName7= 201 | OutputDefault7=0 202 | OutputType8=PADSNetlist 203 | OutputName8=PADS ASCII Netlist 204 | OutputDocumentPath8= 205 | OutputVariantName8= 206 | OutputDefault8=0 207 | OutputType9=Pcad 208 | OutputName9=Pcad for PCB 209 | OutputDocumentPath9= 210 | OutputVariantName9= 211 | OutputDefault9=0 212 | OutputType10=PCADNetlist 213 | OutputName10=PCAD Netlist 214 | OutputDocumentPath10= 215 | OutputVariantName10= 216 | OutputDefault10=0 217 | OutputType11=PCADnltNetlist 218 | OutputName11=PCADnlt Netlist 219 | OutputDocumentPath11= 220 | OutputVariantName11= 221 | OutputDefault11=0 222 | OutputType12=Protel2Netlist 223 | OutputName12=Protel2 Netlist 224 | OutputDocumentPath12= 225 | OutputVariantName12= 226 | OutputDefault12=0 227 | OutputType13=ProtelNetlist 228 | OutputName13=Protel 229 | OutputDocumentPath13= 230 | OutputVariantName13= 231 | OutputDefault13=0 232 | OutputType14=RacalNetlist 233 | OutputName14=Racal Netlist 234 | OutputDocumentPath14= 235 | OutputVariantName14= 236 | OutputDefault14=0 237 | OutputType15=RINFNetlist 238 | OutputName15=RINF Netlist 239 | OutputDocumentPath15= 240 | OutputVariantName15= 241 | OutputDefault15=0 242 | OutputType16=SciCardsNetlist 243 | OutputName16=SciCards Netlist 244 | OutputDocumentPath16= 245 | OutputVariantName16= 246 | OutputDefault16=0 247 | OutputType17=TangoNetlist 248 | OutputName17=Tango Netlist 249 | OutputDocumentPath17= 250 | OutputVariantName17= 251 | OutputDefault17=0 252 | OutputType18=TelesisNetlist 253 | OutputName18=Telesis Netlist 254 | OutputDocumentPath18= 255 | OutputVariantName18= 256 | OutputDefault18=0 257 | OutputType19=WireListNetlist 258 | OutputName19=WireList Netlist 259 | OutputDocumentPath19= 260 | OutputVariantName19= 261 | OutputDefault19=0 262 | 263 | [OutputGroup2] 264 | Name=Simulator Outputs 265 | Description= 266 | TargetPrinter=PDF-XChange Printer 2012 267 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 268 | 269 | [OutputGroup3] 270 | Name=Documentation Outputs 271 | Description= 272 | TargetPrinter=PDF-XChange Printer 2012 273 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 274 | OutputType1=Composite 275 | OutputName1=Composite Drawing 276 | OutputDocumentPath1= 277 | OutputVariantName1= 278 | OutputDefault1=0 279 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 280 | OutputType2=PCB 3D Print 281 | OutputName2=PCB 3D Print 282 | OutputDocumentPath2= 283 | OutputVariantName2=[No Variations] 284 | OutputDefault2=0 285 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 286 | OutputType3=PCB 3D Video 287 | OutputName3=PCB 3D Video 288 | OutputDocumentPath3= 289 | OutputVariantName3=[No Variations] 290 | OutputDefault3=0 291 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 292 | OutputType4=PCB Print 293 | OutputName4=PCB Prints 294 | OutputDocumentPath4= 295 | OutputVariantName4= 296 | OutputDefault4=0 297 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 298 | OutputType5=Report Print 299 | OutputName5=Report Prints 300 | OutputDocumentPath5= 301 | OutputVariantName5= 302 | OutputDefault5=0 303 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 304 | OutputType6=Schematic Print 305 | OutputName6=Schematic Prints 306 | OutputDocumentPath6= 307 | OutputVariantName6= 308 | OutputDefault6=0 309 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 310 | OutputType7=SimView Print 311 | OutputName7=SimView Prints 312 | OutputDocumentPath7= 313 | OutputVariantName7= 314 | OutputDefault7=0 315 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 316 | OutputType8=Logic Analyser Print 317 | OutputName8=Logic Analyser Prints 318 | OutputDocumentPath8= 319 | OutputVariantName8= 320 | OutputDefault8=0 321 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 322 | OutputType9=Software Platform Print 323 | OutputName9=Software Platform Prints 324 | OutputDocumentPath9= 325 | OutputVariantName9= 326 | OutputDefault9=0 327 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 328 | 329 | [OutputGroup4] 330 | Name=Assembly Outputs 331 | Description= 332 | TargetPrinter=PDF-XChange Printer 2012 333 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 334 | OutputType1=Assembly 335 | OutputName1=Assembly Drawings 336 | OutputDocumentPath1= 337 | OutputVariantName1=[No Variations] 338 | OutputDefault1=0 339 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 340 | OutputType2=Pick Place 341 | OutputName2=Generates pick and place files 342 | OutputDocumentPath2= 343 | OutputVariantName2=[No Variations] 344 | OutputDefault2=0 345 | OutputType3=Test Points For Assembly 346 | OutputName3=Test Point Report 347 | OutputDocumentPath3= 348 | OutputVariantName3=[No Variations] 349 | OutputDefault3=0 350 | 351 | [OutputGroup5] 352 | Name=Fabrication Outputs 353 | Description= 354 | TargetPrinter=PDF-XChange Printer 2012 355 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 356 | OutputType1=CompositeDrill 357 | OutputName1=Composite Drill Drawing 358 | OutputDocumentPath1= 359 | OutputVariantName1= 360 | OutputDefault1=0 361 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 362 | OutputType2=Drill 363 | OutputName2=Drill Drawing/Guides 364 | OutputDocumentPath2= 365 | OutputVariantName2= 366 | OutputDefault2=0 367 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 368 | OutputType3=Final 369 | OutputName3=Final Artwork Prints 370 | OutputDocumentPath3= 371 | OutputVariantName3=[No Variations] 372 | OutputDefault3=0 373 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 374 | OutputType4=Gerber 375 | OutputName4=Gerber Files 376 | OutputDocumentPath4= 377 | OutputVariantName4=[No Variations] 378 | OutputDefault4=0 379 | OutputType5=Mask 380 | OutputName5=Solder/Paste Mask Prints 381 | OutputDocumentPath5= 382 | OutputVariantName5= 383 | OutputDefault5=0 384 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 385 | OutputType6=NC Drill 386 | OutputName6=NC Drill Files 387 | OutputDocumentPath6= 388 | OutputVariantName6= 389 | OutputDefault6=0 390 | OutputType7=ODB 391 | OutputName7=ODB++ Files 392 | OutputDocumentPath7= 393 | OutputVariantName7=[No Variations] 394 | OutputDefault7=0 395 | OutputType8=Plane 396 | OutputName8=Power-Plane Prints 397 | OutputDocumentPath8= 398 | OutputVariantName8= 399 | OutputDefault8=0 400 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 401 | OutputType9=Test Points 402 | OutputName9=Test Point Report 403 | OutputDocumentPath9= 404 | OutputVariantName9= 405 | OutputDefault9=0 406 | 407 | [OutputGroup6] 408 | Name=Report Outputs 409 | Description= 410 | TargetPrinter=PDF-XChange Printer 2012 411 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 412 | OutputType1=BOM_PartType 413 | OutputName1=Bill of Materials 414 | OutputDocumentPath1= 415 | OutputVariantName1=[No Variations] 416 | OutputDefault1=0 417 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 418 | Configuration1_Name1=Filter 419 | Configuration1_Item1=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A04000000000000000000 420 | Configuration1_Name2=General 421 | Configuration1_Item2=OpenExported=False|AddToProject=False|ForceFit=False|NotFitted=False|Database=False|IncludePCBData=False|ShowExportOptions=True|TemplateFilename=|BatchMode=5|FormWidth=995|FormHeight=909|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency= 422 | Configuration1_Name3=GroupOrder 423 | Configuration1_Item3=Comment=True|Footprint=True 424 | Configuration1_Name4=OutputConfigurationParameter1 425 | Configuration1_Item4=?? 426 | Configuration1_Name5=SortOrder 427 | Configuration1_Item5=Designator=Up|Comment=Up|Footprint=Up 428 | Configuration1_Name6=VisibleOrder 429 | Configuration1_Item6=Designator=100|Comment=100|Footprint=100|Quantity=100 430 | OutputType2=ComponentCrossReference 431 | OutputName2=Component Cross Reference Report 432 | OutputDocumentPath2= 433 | OutputVariantName2=[No Variations] 434 | OutputDefault2=0 435 | OutputType3=ReportHierarchy 436 | OutputName3=Report Project Hierarchy 437 | OutputDocumentPath3= 438 | OutputVariantName3=[No Variations] 439 | OutputDefault3=0 440 | OutputType4=Script 441 | OutputName4=Script Output 442 | OutputDocumentPath4= 443 | OutputVariantName4=[No Variations] 444 | OutputDefault4=0 445 | OutputType5=SimpleBOM 446 | OutputName5=Simple BOM 447 | OutputDocumentPath5= 448 | OutputVariantName5=[No Variations] 449 | OutputDefault5=0 450 | Configuration5_Name1=OutputConfigurationParameter1 451 | Configuration5_Item1=Record=SimpleBOMView|SimpleBOMMode=0 452 | OutputType6=SinglePinNetReporter 453 | OutputName6=Report Single Pin Nets 454 | OutputDocumentPath6= 455 | OutputVariantName6=[No Variations] 456 | OutputDefault6=0 457 | 458 | [OutputGroup7] 459 | Name=Other Outputs 460 | Description= 461 | TargetPrinter=PDF-XChange Printer 2012 462 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 463 | OutputType1=Text Print 464 | OutputName1=Text Print 465 | OutputDocumentPath1= 466 | OutputVariantName1= 467 | OutputDefault1=0 468 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 469 | OutputType2=Text Print 470 | OutputName2=Text Print 471 | OutputDocumentPath2= 472 | OutputVariantName2= 473 | OutputDefault2=0 474 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 475 | OutputType3=Text Print 476 | OutputName3=Text Print 477 | OutputDocumentPath3= 478 | OutputVariantName3= 479 | OutputDefault3=0 480 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 481 | OutputType4=Text Print 482 | OutputName4=Text Print 483 | OutputDocumentPath4= 484 | OutputVariantName4= 485 | OutputDefault4=0 486 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 487 | OutputType5=Text Print 488 | OutputName5=Text Print 489 | OutputDocumentPath5= 490 | OutputVariantName5= 491 | OutputDefault5=0 492 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 493 | OutputType6=Text Print 494 | OutputName6=Text Print 495 | OutputDocumentPath6= 496 | OutputVariantName6= 497 | OutputDefault6=0 498 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 499 | OutputType7=Text Print 500 | OutputName7=Text Print 501 | OutputDocumentPath7= 502 | OutputVariantName7= 503 | OutputDefault7=0 504 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 505 | OutputType8=Text Print 506 | OutputName8=Text Print 507 | OutputDocumentPath8= 508 | OutputVariantName8= 509 | OutputDefault8=0 510 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 511 | OutputType9=Text Print 512 | OutputName9=Text Print 513 | OutputDocumentPath9= 514 | OutputVariantName9= 515 | OutputDefault9=0 516 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 517 | OutputType10=Text Print 518 | OutputName10=Text Print 519 | OutputDocumentPath10= 520 | OutputVariantName10= 521 | OutputDefault10=0 522 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 523 | OutputType11=Text Print 524 | OutputName11=Text Print 525 | OutputDocumentPath11= 526 | OutputVariantName11= 527 | OutputDefault11=0 528 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 529 | OutputType12=Text Print 530 | OutputName12=Text Print 531 | OutputDocumentPath12= 532 | OutputVariantName12= 533 | OutputDefault12=0 534 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 535 | OutputType13=Text Print 536 | OutputName13=Text Print 537 | OutputDocumentPath13= 538 | OutputVariantName13= 539 | OutputDefault13=0 540 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 541 | OutputType14=Text Print 542 | OutputName14=Text Print 543 | OutputDocumentPath14= 544 | OutputVariantName14= 545 | OutputDefault14=0 546 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 547 | OutputType15=Text Print 548 | OutputName15=Text Print 549 | OutputDocumentPath15= 550 | OutputVariantName15= 551 | OutputDefault15=0 552 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 553 | OutputType16=Text Print 554 | OutputName16=Text Print 555 | OutputDocumentPath16= 556 | OutputVariantName16= 557 | OutputDefault16=0 558 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 559 | OutputType17=Text Print 560 | OutputName17=Text Print 561 | OutputDocumentPath17= 562 | OutputVariantName17= 563 | OutputDefault17=0 564 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 565 | OutputType18=Text Print 566 | OutputName18=Text Print 567 | OutputDocumentPath18= 568 | OutputVariantName18= 569 | OutputDefault18=0 570 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 571 | OutputType19=Text Print 572 | OutputName19=Text Print 573 | OutputDocumentPath19= 574 | OutputVariantName19= 575 | OutputDefault19=0 576 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 577 | OutputType20=Text Print 578 | OutputName20=Text Print 579 | OutputDocumentPath20= 580 | OutputVariantName20= 581 | OutputDefault20=0 582 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 583 | OutputType21=Text Print 584 | OutputName21=Text Print 585 | OutputDocumentPath21= 586 | OutputVariantName21= 587 | OutputDefault21=0 588 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 589 | OutputType22=Text Print 590 | OutputName22=Text Print 591 | OutputDocumentPath22= 592 | OutputVariantName22= 593 | OutputDefault22=0 594 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 595 | OutputType23=Text Print 596 | OutputName23=Text Print 597 | OutputDocumentPath23= 598 | OutputVariantName23= 599 | OutputDefault23=0 600 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 601 | OutputType24=Text Print 602 | OutputName24=Text Print 603 | OutputDocumentPath24= 604 | OutputVariantName24= 605 | OutputDefault24=0 606 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 607 | OutputType25=Text Print 608 | OutputName25=Text Print 609 | OutputDocumentPath25= 610 | OutputVariantName25= 611 | OutputDefault25=0 612 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 613 | OutputType26=Text Print 614 | OutputName26=Text Print 615 | OutputDocumentPath26= 616 | OutputVariantName26= 617 | OutputDefault26=0 618 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 619 | OutputType27=Text Print 620 | OutputName27=Text Print 621 | OutputDocumentPath27= 622 | OutputVariantName27= 623 | OutputDefault27=0 624 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 625 | OutputType28=Text Print 626 | OutputName28=Text Print 627 | OutputDocumentPath28= 628 | OutputVariantName28= 629 | OutputDefault28=0 630 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 631 | OutputType29=Text Print 632 | OutputName29=Text Print 633 | OutputDocumentPath29= 634 | OutputVariantName29= 635 | OutputDefault29=0 636 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 637 | 638 | [OutputGroup8] 639 | Name=Validation Outputs 640 | Description= 641 | TargetPrinter=PDF-XChange Printer 2012 642 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 643 | OutputType1=Design Rules Check 644 | OutputName1=Design Rules Check 645 | OutputDocumentPath1= 646 | OutputVariantName1= 647 | OutputDefault1=0 648 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 649 | OutputType2=Differences Report 650 | OutputName2=Differences Report 651 | OutputDocumentPath2= 652 | OutputVariantName2= 653 | OutputDefault2=0 654 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 655 | OutputType3=Electrical Rules Check 656 | OutputName3=Electrical Rules Check 657 | OutputDocumentPath3= 658 | OutputVariantName3= 659 | OutputDefault3=0 660 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 661 | OutputType4=Footprint Comparison Report 662 | OutputName4=Footprint Comparison Report 663 | OutputDocumentPath4= 664 | OutputVariantName4= 665 | OutputDefault4=0 666 | 667 | [OutputGroup9] 668 | Name=Export Outputs 669 | Description= 670 | TargetPrinter=PDF-XChange Printer 2012 671 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 672 | OutputType1=ExportSTEP 673 | OutputName1=Export STEP 674 | OutputDocumentPath1= 675 | OutputVariantName1=[No Variations] 676 | OutputDefault1=0 677 | 678 | [Modification Levels] 679 | Type1=1 680 | Type2=1 681 | Type3=1 682 | Type4=1 683 | Type5=1 684 | Type6=1 685 | Type7=1 686 | Type8=1 687 | Type9=1 688 | Type10=1 689 | Type11=1 690 | Type12=1 691 | Type13=1 692 | Type14=1 693 | Type15=1 694 | Type16=1 695 | Type17=1 696 | Type18=1 697 | Type19=1 698 | Type20=1 699 | Type21=1 700 | Type22=1 701 | Type23=1 702 | Type24=1 703 | Type25=1 704 | Type26=1 705 | Type27=1 706 | Type28=1 707 | Type29=1 708 | Type30=1 709 | Type31=1 710 | Type32=1 711 | Type33=1 712 | Type34=1 713 | Type35=1 714 | Type36=1 715 | Type37=1 716 | Type38=1 717 | Type39=1 718 | Type40=1 719 | Type41=1 720 | Type42=1 721 | Type43=1 722 | Type44=1 723 | Type45=1 724 | Type46=1 725 | Type47=1 726 | Type48=1 727 | Type49=1 728 | Type50=1 729 | Type51=1 730 | Type52=1 731 | Type53=1 732 | Type54=1 733 | Type55=1 734 | Type56=1 735 | Type57=1 736 | Type58=1 737 | Type59=1 738 | Type60=1 739 | Type61=1 740 | Type62=1 741 | Type63=1 742 | Type64=1 743 | Type65=1 744 | Type66=1 745 | Type67=1 746 | Type68=1 747 | Type69=1 748 | Type70=1 749 | Type71=1 750 | Type72=1 751 | Type73=1 752 | Type74=1 753 | 754 | [Difference Levels] 755 | Type1=1 756 | Type2=1 757 | Type3=1 758 | Type4=1 759 | Type5=1 760 | Type6=1 761 | Type7=1 762 | Type8=1 763 | Type9=1 764 | Type10=1 765 | Type11=1 766 | Type12=1 767 | Type13=1 768 | Type14=1 769 | Type15=1 770 | Type16=1 771 | Type17=1 772 | Type18=1 773 | Type19=1 774 | Type20=1 775 | Type21=1 776 | Type22=1 777 | Type23=1 778 | Type24=1 779 | Type25=1 780 | Type26=1 781 | Type27=1 782 | Type28=1 783 | Type29=1 784 | Type30=1 785 | Type31=1 786 | Type32=1 787 | Type33=1 788 | Type34=1 789 | Type35=1 790 | Type36=1 791 | Type37=1 792 | Type38=1 793 | Type39=1 794 | Type40=1 795 | 796 | [Electrical Rules Check] 797 | Type1=1 798 | Type2=1 799 | Type3=2 800 | Type4=1 801 | Type5=2 802 | Type6=2 803 | Type7=1 804 | Type8=1 805 | Type9=1 806 | Type10=1 807 | Type11=2 808 | Type12=2 809 | Type13=2 810 | Type14=1 811 | Type15=1 812 | Type16=1 813 | Type17=1 814 | Type18=1 815 | Type19=1 816 | Type20=1 817 | Type21=1 818 | Type22=1 819 | Type23=1 820 | Type24=1 821 | Type25=2 822 | Type26=2 823 | Type27=2 824 | Type28=1 825 | Type29=1 826 | Type30=1 827 | Type31=1 828 | Type32=2 829 | Type33=2 830 | Type34=2 831 | Type35=1 832 | Type36=2 833 | Type37=1 834 | Type38=2 835 | Type39=2 836 | Type40=2 837 | Type41=0 838 | Type42=2 839 | Type43=1 840 | Type44=1 841 | Type45=2 842 | Type46=1 843 | Type47=2 844 | Type48=2 845 | Type49=1 846 | Type50=2 847 | Type51=1 848 | Type52=1 849 | Type53=1 850 | Type54=1 851 | Type55=1 852 | Type56=2 853 | Type57=1 854 | Type58=1 855 | Type59=0 856 | Type60=1 857 | Type61=2 858 | Type62=2 859 | Type63=1 860 | Type64=0 861 | Type65=2 862 | Type66=3 863 | Type67=2 864 | Type68=2 865 | Type69=2 866 | Type70=2 867 | Type71=2 868 | Type72=2 869 | Type73=2 870 | Type74=1 871 | Type75=2 872 | Type76=1 873 | Type77=1 874 | Type78=1 875 | Type79=1 876 | Type80=2 877 | Type81=3 878 | Type82=3 879 | Type83=3 880 | Type84=3 881 | Type85=3 882 | Type86=2 883 | Type87=2 884 | Type88=2 885 | Type89=1 886 | Type90=1 887 | Type91=3 888 | Type92=3 889 | Type93=2 890 | Type94=2 891 | Type95=2 892 | Type96=2 893 | Type97=2 894 | Type98=0 895 | Type99=1 896 | Type100=2 897 | 898 | [ERC Connection Matrix] 899 | L1=NNNNNNNNNNNWNNNWW 900 | L2=NNWNNNNWWWNWNWNWN 901 | L3=NWEENEEEENEWNEEWN 902 | L4=NNENNNWEENNWNENWN 903 | L5=NNNNNNNNNNNNNNNNN 904 | L6=NNENNNNEENNWNENWN 905 | L7=NNEWNNWEENNWNENWN 906 | L8=NWEENEENEEENNEENN 907 | L9=NWEENEEEENEWNEEWW 908 | L10=NWNNNNNENNEWNNEWN 909 | L11=NNENNNNEEENWNENWN 910 | L12=WWWWNWWNWWWNWWWNN 911 | L13=NNNNNNNNNNNWNNNWW 912 | L14=NWEENEEEENEWNEEWW 913 | L15=NNENNNNEEENWNENWW 914 | L16=WWWWNWWNWWWNWWWNW 915 | L17=WNNNNNNNWNNNWWWWN 916 | 917 | [Annotate] 918 | SortOrder=3 919 | MatchParameter1=Comment 920 | MatchStrictly1=1 921 | MatchParameter2=Library Reference 922 | MatchStrictly2=1 923 | PhysicalNamingFormat=$Component_$RoomName 924 | GlobalIndexSortOrder=3 925 | 926 | [PrjClassGen] 927 | CompClassManualEnabled=0 928 | CompClassManualRoomEnabled=0 929 | NetClassAutoBusEnabled=1 930 | NetClassAutoCompEnabled=0 931 | NetClassAutoNamedHarnessEnabled=0 932 | NetClassManualEnabled=1 933 | 934 | [LibraryUpdateOptions] 935 | SelectedOnly=0 936 | PartTypes=0 937 | FullReplace=1 938 | UpdateDesignatorLock=1 939 | UpdatePartIDLock=1 940 | PreserveParameterLocations=1 941 | DoGraphics=1 942 | DoParameters=1 943 | DoModels=1 944 | AddParameters=0 945 | RemoveParameters=0 946 | AddModels=1 947 | RemoveModels=1 948 | UpdateCurrentModels=1 949 | 950 | [DatabaseUpdateOptions] 951 | SelectedOnly=0 952 | PartTypes=0 953 | 954 | [Comparison Options] 955 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 956 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 957 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 958 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 959 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 960 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 961 | 962 | [SmartPDF] 963 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 964 | 965 | -------------------------------------------------------------------------------- /V1/pboard_eeworld.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/pboard_eeworld.pdf -------------------------------------------------------------------------------- /V1/pcb.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/pcb.PcbDoc -------------------------------------------------------------------------------- /V1/sch.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V1/sch.SchDoc -------------------------------------------------------------------------------- /V2/PcbLib.PcbLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/PcbLib.PcbLib -------------------------------------------------------------------------------- /V2/README.md: -------------------------------------------------------------------------------- 1 | # pyboardCN V2 2 | 3 | pyboardCN V2学习板,是MicroPython中文社区在V1基础上改进而来,它是专门为学习和研究MicroPython而设计,方便大家快速学习和掌握目前开源硬件/智能硬件界的热点 MicroPython。它在功能上完全兼容官方的pybv10,可以直接运行官方pybv10的固件。它可以作为micropython学习板,也可以作为STM32学习板使用。 4 | 5 | ![](pyboardCN_V2.jpg) 6 | 7 | 8 | ## 升级固件 9 | 10 | PYBCN_V2可以直接使用PYBV10的固件,可以通过DFU或者SWD方式升级固件。使用SWD升级时会破坏磁盘中的内容,所以需要先备份好磁盘内容。 11 | 12 | ## 编译 13 | 14 | PYBCN_V2带有CN_V2板级定义文件,添加了外部flash的支持和线程功能。编译固件时,先将board_define.ZIP中的内容解压到micropython的ports/stm32/boards目录下,然后在micropython目录输入下面命令进行编译: 15 | 16 | * make -C ports/stm32 BOARD=PYBCNV2 17 | 18 | 如果需要使用双精度浮点功能,请使用下面命令: 19 | 20 | * make -C ports/stm32 BOARD=PYBCNV2 MICROPY_FLOAT_IMPL=double 21 | 22 | 编译前,最好先使用clean清除临时文件: 23 | 24 | * make -C ports/stm32 BOARD=PYBCNV2 clean 25 | 26 | [micropython 中文社区](http://www.micropython.org.cn) 27 | -------------------------------------------------------------------------------- /V2/Schlib.SchLib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/Schlib.SchLib -------------------------------------------------------------------------------- /V2/board_define.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/board_define.ZIP -------------------------------------------------------------------------------- /V2/cloud.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/cloud.bmp -------------------------------------------------------------------------------- /V2/connector.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/connector.SchDoc -------------------------------------------------------------------------------- /V2/dragon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/dragon.bmp -------------------------------------------------------------------------------- /V2/firmware_v1.9.4-156_DFP_thread_8MFlash.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/firmware_v1.9.4-156_DFP_thread_8MFlash.zip -------------------------------------------------------------------------------- /V2/mcu.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/mcu.SchDoc -------------------------------------------------------------------------------- /V2/microSD.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/microSD.SchDoc -------------------------------------------------------------------------------- /V2/power.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/power.SchDoc -------------------------------------------------------------------------------- /V2/pyboardCN_V2.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/pyboardCN_V2.PcbDoc -------------------------------------------------------------------------------- /V2/pyboardCN_V2.PrjPCB: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=0 4 | ChannelRoomNamingStyle=0 5 | OutputPath=Project Outputs for pyboardCN_V2 6 | LogFolderPath= 7 | ReleasesFolder= 8 | ReleaseVaultGUID= 9 | ReleaseVaultName= 10 | ChannelDesignatorFormatString=$Component_$RoomName 11 | ChannelRoomLevelSeperator=_ 12 | OpenOutputs=1 13 | ArchiveProject=0 14 | TimestampOutput=0 15 | SeparateFolders=0 16 | TemplateLocationPath= 17 | PinSwapBy_Netlabel=1 18 | PinSwapBy_Pin=1 19 | AllowPortNetNames=0 20 | AllowSheetEntryNetNames=1 21 | AppendSheetNumberToLocalNets=0 22 | NetlistSinglePinNets=0 23 | DefaultConfiguration= 24 | UserID=0xFFFFFFFF 25 | DefaultPcbProtel=1 26 | DefaultPcbPcad=0 27 | ReorderDocumentsOnCompile=1 28 | NameNetsHierarchically=0 29 | PowerPortNamesTakePriority=0 30 | PushECOToAnnotationFile=1 31 | DItemRevisionGUID= 32 | ReportSuppressedErrorsInMessages=0 33 | 34 | [Document1] 35 | DocumentPath=pyboardCN_V2.SchDoc 36 | AnnotationEnabled=1 37 | AnnotateStartValue=1 38 | AnnotationIndexControlEnabled=0 39 | AnnotateSuffix= 40 | AnnotateScope=All 41 | AnnotateOrder=4 42 | DoLibraryUpdate=1 43 | DoDatabaseUpdate=1 44 | ClassGenCCAutoEnabled=1 45 | ClassGenCCAutoRoomEnabled=1 46 | ClassGenNCAutoScope=None 47 | DItemRevisionGUID= 48 | GenerateClassCluster=0 49 | 50 | [Document2] 51 | DocumentPath=connector.SchDoc 52 | AnnotationEnabled=1 53 | AnnotateStartValue=1 54 | AnnotationIndexControlEnabled=0 55 | AnnotateSuffix= 56 | AnnotateScope=All 57 | AnnotateOrder=0 58 | DoLibraryUpdate=1 59 | DoDatabaseUpdate=1 60 | ClassGenCCAutoEnabled=1 61 | ClassGenCCAutoRoomEnabled=1 62 | ClassGenNCAutoScope=None 63 | DItemRevisionGUID= 64 | GenerateClassCluster=0 65 | 66 | [Document3] 67 | DocumentPath=Schlib.SchLib 68 | AnnotationEnabled=1 69 | AnnotateStartValue=1 70 | AnnotationIndexControlEnabled=0 71 | AnnotateSuffix= 72 | AnnotateScope=All 73 | AnnotateOrder=-1 74 | DoLibraryUpdate=1 75 | DoDatabaseUpdate=1 76 | ClassGenCCAutoEnabled=1 77 | ClassGenCCAutoRoomEnabled=1 78 | ClassGenNCAutoScope=None 79 | DItemRevisionGUID= 80 | GenerateClassCluster=0 81 | 82 | [Document4] 83 | DocumentPath=PcbLib.PcbLib 84 | AnnotationEnabled=1 85 | AnnotateStartValue=1 86 | AnnotationIndexControlEnabled=0 87 | AnnotateSuffix= 88 | AnnotateScope=All 89 | AnnotateOrder=-1 90 | DoLibraryUpdate=1 91 | DoDatabaseUpdate=1 92 | ClassGenCCAutoEnabled=1 93 | ClassGenCCAutoRoomEnabled=1 94 | ClassGenNCAutoScope=None 95 | DItemRevisionGUID= 96 | GenerateClassCluster=0 97 | 98 | [Document5] 99 | DocumentPath=microSD.SchDoc 100 | AnnotationEnabled=1 101 | AnnotateStartValue=1 102 | AnnotationIndexControlEnabled=0 103 | AnnotateSuffix= 104 | AnnotateScope=All 105 | AnnotateOrder=2 106 | DoLibraryUpdate=1 107 | DoDatabaseUpdate=1 108 | ClassGenCCAutoEnabled=1 109 | ClassGenCCAutoRoomEnabled=1 110 | ClassGenNCAutoScope=None 111 | DItemRevisionGUID= 112 | GenerateClassCluster=0 113 | 114 | [Document6] 115 | DocumentPath=mcu.SchDoc 116 | AnnotationEnabled=1 117 | AnnotateStartValue=1 118 | AnnotationIndexControlEnabled=0 119 | AnnotateSuffix= 120 | AnnotateScope=All 121 | AnnotateOrder=1 122 | DoLibraryUpdate=1 123 | DoDatabaseUpdate=1 124 | ClassGenCCAutoEnabled=1 125 | ClassGenCCAutoRoomEnabled=1 126 | ClassGenNCAutoScope=None 127 | DItemRevisionGUID= 128 | GenerateClassCluster=0 129 | 130 | [Document7] 131 | DocumentPath=power.SchDoc 132 | AnnotationEnabled=1 133 | AnnotateStartValue=1 134 | AnnotationIndexControlEnabled=0 135 | AnnotateSuffix= 136 | AnnotateScope=All 137 | AnnotateOrder=3 138 | DoLibraryUpdate=1 139 | DoDatabaseUpdate=1 140 | ClassGenCCAutoEnabled=1 141 | ClassGenCCAutoRoomEnabled=1 142 | ClassGenNCAutoScope=None 143 | DItemRevisionGUID= 144 | GenerateClassCluster=0 145 | 146 | [Document8] 147 | DocumentPath=pyboardCN_V2.PcbDoc 148 | AnnotationEnabled=1 149 | AnnotateStartValue=1 150 | AnnotationIndexControlEnabled=0 151 | AnnotateSuffix= 152 | AnnotateScope=All 153 | AnnotateOrder=-1 154 | DoLibraryUpdate=1 155 | DoDatabaseUpdate=1 156 | ClassGenCCAutoEnabled=1 157 | ClassGenCCAutoRoomEnabled=1 158 | ClassGenNCAutoScope=None 159 | DItemRevisionGUID= 160 | GenerateClassCluster=0 161 | 162 | [PCBConfiguration1] 163 | ReleaseItemId= 164 | CurrentRevision= 165 | Name=Default Configuration 166 | Variant=[No Variations] 167 | GenerateBOM=0 168 | 169 | [Generic_SmartPDF] 170 | AutoOpenFile=0 171 | AutoOpenOutJob=0 172 | 173 | [Generic_SmartPDFSettings] 174 | ProjectMode=-1 175 | ZoomPrecision=50 176 | AddNetsInformation=-1 177 | AddNetPins=-1 178 | AddNetNetLabels=-1 179 | AddNetPorts=-1 180 | ExportBOM=0 181 | TemplateFilename= 182 | TemplateStoreRelative=-1 183 | PCB_PrintColor=0 184 | SCH_ShowNoErc=-1 185 | SCH_ShowParameter=-1 186 | SCH_ShowProbes=-1 187 | SCH_ShowBlankets=-1 188 | SCH_NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle 189 | SCH_ShowNote=-1 190 | SCH_ShowNoteCollapsed=-1 191 | SCH_ExpandLogicalToPhysical=-1 192 | SCH_VariantName=[No Variations] 193 | SCH_ExpandComponentDesignators=-1 194 | SCH_ExpandNetlabels=0 195 | SCH_ExpandPorts=0 196 | SCH_ExpandSheetNumber=0 197 | SCH_ExpandDocumentNumber=0 198 | SCH_HasExpandLogicalToPhysicalSheets=-1 199 | SaveSettingsToOutJob=0 200 | 201 | [OutputGroup1] 202 | Name=Netlist Outputs 203 | Description= 204 | TargetPrinter=Microsoft Print to PDF 205 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 206 | OutputType1=CalayNetlist 207 | OutputName1=Calay Netlist 208 | OutputDocumentPath1= 209 | OutputVariantName1= 210 | OutputDefault1=0 211 | OutputType2=EDIF 212 | OutputName2=EDIF for PCB 213 | OutputDocumentPath2= 214 | OutputVariantName2= 215 | OutputDefault2=0 216 | OutputType3=EESofNetlist 217 | OutputName3=EESof Netlist 218 | OutputDocumentPath3= 219 | OutputVariantName3= 220 | OutputDefault3=0 221 | OutputType4=IntergraphNetlist 222 | OutputName4=Intergraph Netlist 223 | OutputDocumentPath4= 224 | OutputVariantName4= 225 | OutputDefault4=0 226 | OutputType5=MentorBoardStationNetlist 227 | OutputName5=Mentor BoardStation Netlist 228 | OutputDocumentPath5= 229 | OutputVariantName5= 230 | OutputDefault5=0 231 | OutputType6=MultiWire 232 | OutputName6=MultiWire 233 | OutputDocumentPath6= 234 | OutputVariantName6= 235 | OutputDefault6=0 236 | OutputType7=OrCadPCB2Netlist 237 | OutputName7=Orcad/PCB2 Netlist 238 | OutputDocumentPath7= 239 | OutputVariantName7= 240 | OutputDefault7=0 241 | OutputType8=PADSNetlist 242 | OutputName8=PADS ASCII Netlist 243 | OutputDocumentPath8= 244 | OutputVariantName8= 245 | OutputDefault8=0 246 | OutputType9=Pcad 247 | OutputName9=Pcad for PCB 248 | OutputDocumentPath9= 249 | OutputVariantName9= 250 | OutputDefault9=0 251 | OutputType10=PCADNetlist 252 | OutputName10=PCAD Netlist 253 | OutputDocumentPath10= 254 | OutputVariantName10= 255 | OutputDefault10=0 256 | OutputType11=PCADnltNetlist 257 | OutputName11=PCADnlt Netlist 258 | OutputDocumentPath11= 259 | OutputVariantName11= 260 | OutputDefault11=0 261 | OutputType12=Protel2Netlist 262 | OutputName12=Protel2 Netlist 263 | OutputDocumentPath12= 264 | OutputVariantName12= 265 | OutputDefault12=0 266 | OutputType13=ProtelNetlist 267 | OutputName13=Protel 268 | OutputDocumentPath13= 269 | OutputVariantName13= 270 | OutputDefault13=0 271 | OutputType14=RacalNetlist 272 | OutputName14=Racal Netlist 273 | OutputDocumentPath14= 274 | OutputVariantName14= 275 | OutputDefault14=0 276 | OutputType15=RINFNetlist 277 | OutputName15=RINF Netlist 278 | OutputDocumentPath15= 279 | OutputVariantName15= 280 | OutputDefault15=0 281 | OutputType16=SciCardsNetlist 282 | OutputName16=SciCards Netlist 283 | OutputDocumentPath16= 284 | OutputVariantName16= 285 | OutputDefault16=0 286 | OutputType17=TangoNetlist 287 | OutputName17=Tango Netlist 288 | OutputDocumentPath17= 289 | OutputVariantName17= 290 | OutputDefault17=0 291 | OutputType18=TelesisNetlist 292 | OutputName18=Telesis Netlist 293 | OutputDocumentPath18= 294 | OutputVariantName18= 295 | OutputDefault18=0 296 | OutputType19=WireListNetlist 297 | OutputName19=WireList Netlist 298 | OutputDocumentPath19= 299 | OutputVariantName19= 300 | OutputDefault19=0 301 | 302 | [OutputGroup2] 303 | Name=Simulator Outputs 304 | Description= 305 | TargetPrinter=Microsoft Print to PDF 306 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 307 | 308 | [OutputGroup3] 309 | Name=Documentation Outputs 310 | Description= 311 | TargetPrinter=Microsoft Print to PDF 312 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 313 | OutputType1=Composite 314 | OutputName1=Composite Drawing 315 | OutputDocumentPath1= 316 | OutputVariantName1= 317 | OutputDefault1=0 318 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 319 | OutputType2=Logic Analyser Print 320 | OutputName2=Logic Analyser Prints 321 | OutputDocumentPath2= 322 | OutputVariantName2= 323 | OutputDefault2=0 324 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 325 | OutputType3=PCB 3D Print 326 | OutputName3=PCB 3D Print 327 | OutputDocumentPath3= 328 | OutputVariantName3=[No Variations] 329 | OutputDefault3=0 330 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 331 | OutputType4=PCB 3D Video 332 | OutputName4=PCB 3D Video 333 | OutputDocumentPath4= 334 | OutputVariantName4=[No Variations] 335 | OutputDefault4=0 336 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 337 | OutputType5=PCB Print 338 | OutputName5=PCB Prints 339 | OutputDocumentPath5= 340 | OutputVariantName5= 341 | OutputDefault5=0 342 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 343 | OutputType6=Report Print 344 | OutputName6=Report Prints 345 | OutputDocumentPath6= 346 | OutputVariantName6= 347 | OutputDefault6=0 348 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 349 | OutputType7=Schematic Print 350 | OutputName7=Schematic Prints 351 | OutputDocumentPath7= 352 | OutputVariantName7= 353 | OutputDefault7=0 354 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 355 | OutputType8=SimView Print 356 | OutputName8=SimView Prints 357 | OutputDocumentPath8= 358 | OutputVariantName8= 359 | OutputDefault8=0 360 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 361 | OutputType9=Software Platform Print 362 | OutputName9=Software Platform Prints 363 | OutputDocumentPath9= 364 | OutputVariantName9= 365 | OutputDefault9=0 366 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 367 | 368 | [OutputGroup4] 369 | Name=Assembly Outputs 370 | Description= 371 | TargetPrinter=Microsoft Print to PDF 372 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 373 | OutputType1=Assembly 374 | OutputName1=Assembly Drawings 375 | OutputDocumentPath1= 376 | OutputVariantName1=[No Variations] 377 | OutputDefault1=0 378 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 379 | OutputType2=Pick Place 380 | OutputName2=Generates pick and place files 381 | OutputDocumentPath2= 382 | OutputVariantName2=[No Variations] 383 | OutputDefault2=0 384 | OutputType3=Test Points For Assembly 385 | OutputName3=Test Point Report 386 | OutputDocumentPath3= 387 | OutputVariantName3=[No Variations] 388 | OutputDefault3=0 389 | 390 | [OutputGroup5] 391 | Name=Fabrication Outputs 392 | Description= 393 | TargetPrinter=Microsoft Print to PDF 394 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 395 | OutputType1=CompositeDrill 396 | OutputName1=Composite Drill Drawing 397 | OutputDocumentPath1= 398 | OutputVariantName1= 399 | OutputDefault1=0 400 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 401 | OutputType2=Drill 402 | OutputName2=Drill Drawing/Guides 403 | OutputDocumentPath2= 404 | OutputVariantName2= 405 | OutputDefault2=0 406 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 407 | OutputType3=Final 408 | OutputName3=Final Artwork Prints 409 | OutputDocumentPath3= 410 | OutputVariantName3=[No Variations] 411 | OutputDefault3=0 412 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 413 | OutputType4=Gerber 414 | OutputName4=Gerber Files 415 | OutputDocumentPath4= 416 | OutputVariantName4=[No Variations] 417 | OutputDefault4=0 418 | OutputType5=Mask 419 | OutputName5=Solder/Paste Mask Prints 420 | OutputDocumentPath5= 421 | OutputVariantName5= 422 | OutputDefault5=0 423 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 424 | OutputType6=NC Drill 425 | OutputName6=NC Drill Files 426 | OutputDocumentPath6= 427 | OutputVariantName6= 428 | OutputDefault6=0 429 | OutputType7=ODB 430 | OutputName7=ODB++ Files 431 | OutputDocumentPath7= 432 | OutputVariantName7=[No Variations] 433 | OutputDefault7=0 434 | OutputType8=Plane 435 | OutputName8=Power-Plane Prints 436 | OutputDocumentPath8= 437 | OutputVariantName8= 438 | OutputDefault8=0 439 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 440 | OutputType9=Test Points 441 | OutputName9=Test Point Report 442 | OutputDocumentPath9= 443 | OutputVariantName9= 444 | OutputDefault9=0 445 | 446 | [OutputGroup6] 447 | Name=Report Outputs 448 | Description= 449 | TargetPrinter=Microsoft Print to PDF 450 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 451 | OutputType1=BOM_PartType 452 | OutputName1=Bill of Materials 453 | OutputDocumentPath1= 454 | OutputVariantName1=[No Variations] 455 | OutputDefault1=0 456 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 457 | OutputType2=ComponentCrossReference 458 | OutputName2=Component Cross Reference Report 459 | OutputDocumentPath2= 460 | OutputVariantName2=[No Variations] 461 | OutputDefault2=0 462 | OutputType3=ReportHierarchy 463 | OutputName3=Report Project Hierarchy 464 | OutputDocumentPath3= 465 | OutputVariantName3=[No Variations] 466 | OutputDefault3=0 467 | OutputType4=Script 468 | OutputName4=Script Output 469 | OutputDocumentPath4= 470 | OutputVariantName4=[No Variations] 471 | OutputDefault4=0 472 | OutputType5=SimpleBOM 473 | OutputName5=Simple BOM 474 | OutputDocumentPath5= 475 | OutputVariantName5=[No Variations] 476 | OutputDefault5=0 477 | OutputType6=SinglePinNetReporter 478 | OutputName6=Report Single Pin Nets 479 | OutputDocumentPath6= 480 | OutputVariantName6=[No Variations] 481 | OutputDefault6=0 482 | 483 | [OutputGroup7] 484 | Name=Other Outputs 485 | Description= 486 | TargetPrinter=Microsoft Print to PDF 487 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 488 | OutputType1=Text Print 489 | OutputName1=Text Print 490 | OutputDocumentPath1= 491 | OutputVariantName1= 492 | OutputDefault1=0 493 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 494 | OutputType2=Text Print 495 | OutputName2=Text Print 496 | OutputDocumentPath2= 497 | OutputVariantName2= 498 | OutputDefault2=0 499 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 500 | OutputType3=Text Print 501 | OutputName3=Text Print 502 | OutputDocumentPath3= 503 | OutputVariantName3= 504 | OutputDefault3=0 505 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 506 | OutputType4=Text Print 507 | OutputName4=Text Print 508 | OutputDocumentPath4= 509 | OutputVariantName4= 510 | OutputDefault4=0 511 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 512 | OutputType5=Text Print 513 | OutputName5=Text Print 514 | OutputDocumentPath5= 515 | OutputVariantName5= 516 | OutputDefault5=0 517 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 518 | OutputType6=Text Print 519 | OutputName6=Text Print 520 | OutputDocumentPath6= 521 | OutputVariantName6= 522 | OutputDefault6=0 523 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 524 | OutputType7=Text Print 525 | OutputName7=Text Print 526 | OutputDocumentPath7= 527 | OutputVariantName7= 528 | OutputDefault7=0 529 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 530 | OutputType8=Text Print 531 | OutputName8=Text Print 532 | OutputDocumentPath8= 533 | OutputVariantName8= 534 | OutputDefault8=0 535 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 536 | OutputType9=Text Print 537 | OutputName9=Text Print 538 | OutputDocumentPath9= 539 | OutputVariantName9= 540 | OutputDefault9=0 541 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 542 | OutputType10=Text Print 543 | OutputName10=Text Print 544 | OutputDocumentPath10= 545 | OutputVariantName10= 546 | OutputDefault10=0 547 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 548 | OutputType11=Text Print 549 | OutputName11=Text Print 550 | OutputDocumentPath11= 551 | OutputVariantName11= 552 | OutputDefault11=0 553 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 554 | OutputType12=Text Print 555 | OutputName12=Text Print 556 | OutputDocumentPath12= 557 | OutputVariantName12= 558 | OutputDefault12=0 559 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 560 | OutputType13=Text Print 561 | OutputName13=Text Print 562 | OutputDocumentPath13= 563 | OutputVariantName13= 564 | OutputDefault13=0 565 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 566 | OutputType14=Text Print 567 | OutputName14=Text Print 568 | OutputDocumentPath14= 569 | OutputVariantName14= 570 | OutputDefault14=0 571 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 572 | OutputType15=Text Print 573 | OutputName15=Text Print 574 | OutputDocumentPath15= 575 | OutputVariantName15= 576 | OutputDefault15=0 577 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 578 | OutputType16=Text Print 579 | OutputName16=Text Print 580 | OutputDocumentPath16= 581 | OutputVariantName16= 582 | OutputDefault16=0 583 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 584 | OutputType17=Text Print 585 | OutputName17=Text Print 586 | OutputDocumentPath17= 587 | OutputVariantName17= 588 | OutputDefault17=0 589 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 590 | OutputType18=Text Print 591 | OutputName18=Text Print 592 | OutputDocumentPath18= 593 | OutputVariantName18= 594 | OutputDefault18=0 595 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 596 | OutputType19=Text Print 597 | OutputName19=Text Print 598 | OutputDocumentPath19= 599 | OutputVariantName19= 600 | OutputDefault19=0 601 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 602 | OutputType20=Text Print 603 | OutputName20=Text Print 604 | OutputDocumentPath20= 605 | OutputVariantName20= 606 | OutputDefault20=0 607 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 608 | OutputType21=Text Print 609 | OutputName21=Text Print 610 | OutputDocumentPath21= 611 | OutputVariantName21= 612 | OutputDefault21=0 613 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 614 | OutputType22=Text Print 615 | OutputName22=Text Print 616 | OutputDocumentPath22= 617 | OutputVariantName22= 618 | OutputDefault22=0 619 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 620 | OutputType23=Text Print 621 | OutputName23=Text Print 622 | OutputDocumentPath23= 623 | OutputVariantName23= 624 | OutputDefault23=0 625 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 626 | OutputType24=Text Print 627 | OutputName24=Text Print 628 | OutputDocumentPath24= 629 | OutputVariantName24= 630 | OutputDefault24=0 631 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 632 | OutputType25=Text Print 633 | OutputName25=Text Print 634 | OutputDocumentPath25= 635 | OutputVariantName25= 636 | OutputDefault25=0 637 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 638 | OutputType26=Text Print 639 | OutputName26=Text Print 640 | OutputDocumentPath26= 641 | OutputVariantName26= 642 | OutputDefault26=0 643 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 644 | OutputType27=Text Print 645 | OutputName27=Text Print 646 | OutputDocumentPath27= 647 | OutputVariantName27= 648 | OutputDefault27=0 649 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 650 | OutputType28=Text Print 651 | OutputName28=Text Print 652 | OutputDocumentPath28= 653 | OutputVariantName28= 654 | OutputDefault28=0 655 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 656 | OutputType29=Text Print 657 | OutputName29=Text Print 658 | OutputDocumentPath29= 659 | OutputVariantName29= 660 | OutputDefault29=0 661 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 662 | 663 | [OutputGroup8] 664 | Name=Validation Outputs 665 | Description= 666 | TargetPrinter=Microsoft Print to PDF 667 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 668 | OutputType1=Design Rules Check 669 | OutputName1=Design Rules Check 670 | OutputDocumentPath1= 671 | OutputVariantName1= 672 | OutputDefault1=0 673 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 674 | OutputType2=Differences Report 675 | OutputName2=Differences Report 676 | OutputDocumentPath2= 677 | OutputVariantName2= 678 | OutputDefault2=0 679 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 680 | OutputType3=Electrical Rules Check 681 | OutputName3=Electrical Rules Check 682 | OutputDocumentPath3= 683 | OutputVariantName3= 684 | OutputDefault3=0 685 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 686 | OutputType4=Footprint Comparison Report 687 | OutputName4=Footprint Comparison Report 688 | OutputDocumentPath4= 689 | OutputVariantName4= 690 | OutputDefault4=0 691 | 692 | [OutputGroup9] 693 | Name=Export Outputs 694 | Description= 695 | TargetPrinter=Microsoft Print to PDF 696 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintWhat=1 697 | OutputType1=ExportSTEP 698 | OutputName1=Export STEP 699 | OutputDocumentPath1= 700 | OutputVariantName1= 701 | OutputDefault1=0 702 | 703 | [Modification Levels] 704 | Type1=1 705 | Type2=1 706 | Type3=1 707 | Type4=1 708 | Type5=1 709 | Type6=1 710 | Type7=1 711 | Type8=1 712 | Type9=1 713 | Type10=1 714 | Type11=1 715 | Type12=1 716 | Type13=1 717 | Type14=1 718 | Type15=1 719 | Type16=1 720 | Type17=1 721 | Type18=1 722 | Type19=1 723 | Type20=1 724 | Type21=1 725 | Type22=1 726 | Type23=1 727 | Type24=1 728 | Type25=1 729 | Type26=1 730 | Type27=1 731 | Type28=1 732 | Type29=1 733 | Type30=1 734 | Type31=1 735 | Type32=1 736 | Type33=1 737 | Type34=1 738 | Type35=1 739 | Type36=1 740 | Type37=1 741 | Type38=1 742 | Type39=1 743 | Type40=1 744 | Type41=1 745 | Type42=1 746 | Type43=1 747 | Type44=1 748 | Type45=1 749 | Type46=1 750 | Type47=1 751 | Type48=1 752 | Type49=1 753 | Type50=1 754 | Type51=1 755 | Type52=1 756 | Type53=1 757 | Type54=1 758 | Type55=1 759 | Type56=1 760 | Type57=1 761 | Type58=1 762 | Type59=1 763 | Type60=1 764 | Type61=1 765 | Type62=1 766 | Type63=1 767 | Type64=1 768 | Type65=1 769 | Type66=1 770 | Type67=1 771 | Type68=1 772 | Type69=1 773 | Type70=1 774 | Type71=1 775 | Type72=1 776 | Type73=1 777 | Type74=1 778 | 779 | [Difference Levels] 780 | Type1=1 781 | Type2=1 782 | Type3=1 783 | Type4=1 784 | Type5=1 785 | Type6=1 786 | Type7=1 787 | Type8=1 788 | Type9=1 789 | Type10=1 790 | Type11=1 791 | Type12=1 792 | Type13=1 793 | Type14=1 794 | Type15=1 795 | Type16=1 796 | Type17=1 797 | Type18=1 798 | Type19=1 799 | Type20=1 800 | Type21=1 801 | Type22=1 802 | Type23=1 803 | Type24=1 804 | Type25=1 805 | Type26=1 806 | Type27=1 807 | Type28=1 808 | Type29=1 809 | Type30=1 810 | Type31=1 811 | Type32=1 812 | Type33=1 813 | Type34=1 814 | Type35=1 815 | Type36=1 816 | Type37=1 817 | Type38=1 818 | Type39=1 819 | Type40=1 820 | 821 | [Electrical Rules Check] 822 | Type1=1 823 | Type2=1 824 | Type3=2 825 | Type4=1 826 | Type5=2 827 | Type6=2 828 | Type7=1 829 | Type8=1 830 | Type9=1 831 | Type10=1 832 | Type11=2 833 | Type12=2 834 | Type13=2 835 | Type14=1 836 | Type15=1 837 | Type16=1 838 | Type17=1 839 | Type18=1 840 | Type19=1 841 | Type20=1 842 | Type21=1 843 | Type22=1 844 | Type23=1 845 | Type24=1 846 | Type25=2 847 | Type26=2 848 | Type27=2 849 | Type28=1 850 | Type29=1 851 | Type30=1 852 | Type31=1 853 | Type32=2 854 | Type33=2 855 | Type34=2 856 | Type35=1 857 | Type36=2 858 | Type37=1 859 | Type38=2 860 | Type39=2 861 | Type40=2 862 | Type41=0 863 | Type42=2 864 | Type43=1 865 | Type44=1 866 | Type45=2 867 | Type46=1 868 | Type47=2 869 | Type48=2 870 | Type49=1 871 | Type50=2 872 | Type51=1 873 | Type52=1 874 | Type53=1 875 | Type54=1 876 | Type55=1 877 | Type56=2 878 | Type57=1 879 | Type58=1 880 | Type59=0 881 | Type60=1 882 | Type61=2 883 | Type62=2 884 | Type63=1 885 | Type64=0 886 | Type65=2 887 | Type66=3 888 | Type67=2 889 | Type68=2 890 | Type69=1 891 | Type70=2 892 | Type71=2 893 | Type72=2 894 | Type73=2 895 | Type74=1 896 | Type75=2 897 | Type76=1 898 | Type77=1 899 | Type78=1 900 | Type79=1 901 | Type80=2 902 | Type81=3 903 | Type82=3 904 | Type83=3 905 | Type84=3 906 | Type85=3 907 | Type86=2 908 | Type87=2 909 | Type88=2 910 | Type89=1 911 | Type90=1 912 | Type91=3 913 | Type92=3 914 | Type93=2 915 | Type94=2 916 | Type95=2 917 | Type96=2 918 | Type97=2 919 | Type98=0 920 | Type99=1 921 | Type100=2 922 | 923 | [ERC Connection Matrix] 924 | L1=NNNNNNNNNNNWNNNWW 925 | L2=NNWNNNNWWWNWNWNWN 926 | L3=NWEENEEEENEWNEEWN 927 | L4=NNENNNWEENNWNENWN 928 | L5=NNNNNNNNNNNNNNNNN 929 | L6=NNENNNNEENNWNENWN 930 | L7=NNEWNNWEENNWNENWN 931 | L8=NWEENEENEEENNEENN 932 | L9=NWEENEEEENEWNEEWW 933 | L10=NWNNNNNENNEWNNEWN 934 | L11=NNENNNNEEENWNENWN 935 | L12=WWWWNWWNWWWNWWWNN 936 | L13=NNNNNNNNNNNWNNNWW 937 | L14=NWEENEEEENEWNEEWW 938 | L15=NNENNNNEEENWNENWW 939 | L16=WWWWNWWNWWWNWWWNW 940 | L17=WNNNNNNNWNNNWWWWN 941 | 942 | [Annotate] 943 | SortOrder=3 944 | MatchParameter1=Comment 945 | MatchStrictly1=1 946 | MatchParameter2=Library Reference 947 | MatchStrictly2=1 948 | PhysicalNamingFormat=$Component_$RoomName 949 | GlobalIndexSortOrder=3 950 | 951 | [PrjClassGen] 952 | CompClassManualEnabled=0 953 | CompClassManualRoomEnabled=0 954 | NetClassAutoBusEnabled=1 955 | NetClassAutoCompEnabled=0 956 | NetClassAutoNamedHarnessEnabled=0 957 | NetClassManualEnabled=1 958 | 959 | [LibraryUpdateOptions] 960 | SelectedOnly=0 961 | PartTypes=0 962 | FullReplace=1 963 | UpdateDesignatorLock=1 964 | UpdatePartIDLock=1 965 | PreserveParameterLocations=1 966 | DoGraphics=1 967 | DoParameters=1 968 | DoModels=1 969 | AddParameters=0 970 | RemoveParameters=0 971 | AddModels=1 972 | RemoveModels=1 973 | UpdateCurrentModels=1 974 | 975 | [DatabaseUpdateOptions] 976 | SelectedOnly=0 977 | PartTypes=0 978 | 979 | [Comparison Options] 980 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 981 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 982 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 983 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 984 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 985 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 986 | 987 | [SmartPDF] 988 | PageOptions=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PaperKind=A4|PrintScaleMode=1 989 | 990 | -------------------------------------------------------------------------------- /V2/pyboardCN_V2.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/pyboardCN_V2.SchDoc -------------------------------------------------------------------------------- /V2/pyboardCN_V2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/pyboardCN_V2.jpg -------------------------------------------------------------------------------- /V2/pyboardCN_V2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/pyboardCN_V2.pdf -------------------------------------------------------------------------------- /V2/tj.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/tj.bmp -------------------------------------------------------------------------------- /V2/孙悟空.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micropython-Chinese-Community/pyboardCN/d9b403985d42c5e92ab8ee5cff0ec75165bb187d/V2/孙悟空.bmp --------------------------------------------------------------------------------