├── .gitignore ├── docs └── Block_Diagram_Rev0.png ├── pcb ├── Blinkinlabs.OutJob ├── Block Diagram.SchDoc ├── FPGA GPIO.SchDoc ├── FPGA PCIe.SchDoc ├── FPGA power supply.SchDoc ├── FPGA power.SchDoc ├── FPGA programming.SchDoc ├── FPGA sdram.SchDoc ├── PCB1.PcbDoc ├── backup │ ├── __Previews │ │ ├── fpga ram V1.SchDocPreview │ │ └── fpga ram.SchDocPreview │ ├── fpga ram V0.SchDoc │ └── fpga ram V1.SchDoc ├── compute module Ethernet.SchDoc ├── compute module HDMI out.SchDoc ├── compute module USB.SchDoc ├── compute module microsd.SchDoc ├── compute module power.SchDoc ├── compute module unused.SchDoc ├── compute module.SchDoc └── compute_fpga.PrjPcb ├── readme.md └── releases ├── 2021-01-05_Raspberry_Pincushion_Rev0.PDF ├── 2021-01-05_Raspberry_Pincushion_Rev0.csv ├── 2021-01-05_Raspberry_Pincushion_Rev0.png ├── 2021-01-05_Raspberry_Pincushion_Rev0.xlsx └── 2021-01-05_Raspberry_Pincushion_Rev0.zip /.gitignore: -------------------------------------------------------------------------------- 1 | # General temp files 2 | *.DS_Store 3 | *.swp 4 | *.lck 5 | *.autosave 6 | *.user 7 | *.pyc 8 | 9 | # GNU/Make 10 | */*.hex 11 | /*.elf 12 | */*.o 13 | */*.d 14 | */*.i 15 | */*.ii 16 | */*.s 17 | */*.dfu 18 | 19 | # C51 20 | *.INC 21 | *.OBJ 22 | *.SRC 23 | *.SBR 24 | *.LST 25 | *.MAP 26 | *.hex 27 | *.bin 28 | !releases/*.bin 29 | 30 | # SDCC 31 | *.rel 32 | *.rst 33 | *.sym 34 | *.mem 35 | *.lk 36 | *.ihx 37 | *.asm 38 | 39 | # Qt 40 | build-*/ 41 | *.autosave 42 | 43 | # Eagle PCB 44 | *.[bls]#[0-9] 45 | *.?## 46 | 47 | # Altium 48 | */History 49 | */__Previews 50 | */Project\ Logs\ for\ * 51 | */Project\ Outputs\ for\ * 52 | */debug.log 53 | */*.PrjPcbStructure 54 | 55 | # ESP32 56 | #sdkconfig 57 | sdkconfig.old 58 | 59 | # Eclipse 60 | .cproject 61 | .project 62 | .settings/ 63 | 64 | # Project specific 65 | build/ 66 | components/frontend/ 67 | components/fpga_bin/ 68 | test/fpga_test/build/ 69 | doxygen/html/ 70 | doxygen/log.txt 71 | -------------------------------------------------------------------------------- /docs/Block_Diagram_Rev0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/docs/Block_Diagram_Rev0.png -------------------------------------------------------------------------------- /pcb/Blinkinlabs.OutJob: -------------------------------------------------------------------------------- 1 | [OutputJobFile] 2 | Version=1.0 3 | Caption= 4 | Description= 5 | VaultGUID= 6 | ItemGUID= 7 | ItemHRID= 8 | RevisionGUID= 9 | RevisionId= 10 | VaultHRID= 11 | AutoItemHRID= 12 | NextRevId= 13 | FolderGUID= 14 | LifeCycleDefinitionGUID= 15 | RevisionNamingSchemeGUID= 16 | 17 | [OutputGroup1] 18 | Name=Blinkinlabs.OutJob 19 | Description= 20 | TargetOutputMedium=PDF 21 | VariantName=[No Variations] 22 | VariantScope=1 23 | CurrentConfigurationName= 24 | TargetPrinter=Virtual Printer 25 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=0 26 | OutputMedium1=Print Job 27 | OutputMedium1_Type=Printer 28 | OutputMedium1_Printer=Canon MG4200 series Printer WS 29 | OutputMedium1_PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 30 | OutputMedium2=PDF 31 | OutputMedium2_Type=Publish 32 | OutputMedium3=Folder Structure 33 | OutputMedium3_Type=GeneratedFiles 34 | OutputType1=Gerber 35 | OutputName1=Gerber Files 36 | OutputCategory1=Fabrication 37 | OutputDocumentPath1= 38 | OutputVariantName1= 39 | OutputEnabled1=0 40 | OutputEnabled1_OutputMedium1=0 41 | OutputEnabled1_OutputMedium2=0 42 | OutputEnabled1_OutputMedium3=1 43 | OutputDefault1=0 44 | Configuration1_Name1=OutputConfigurationParameter1 45 | Configuration1_Item1=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=200000|EmbeddedApertures=True|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Metric|GerberUnit=Metric|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set="Electrical Layers"|LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=39|MinusApertureTolerance=39|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=4|NumberOfDecimals=4|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean,16973830~1,16973832~1,16973834~1,16973835~1,16973833~1,16973831~1,16908289~1,16908291~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=39|PlusApertureTolerance=39|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False 46 | OutputType2=NC Drill 47 | OutputName2=NC Drill Files 48 | OutputCategory2=Fabrication 49 | OutputDocumentPath2= 50 | OutputVariantName2= 51 | OutputEnabled2=0 52 | OutputEnabled2_OutputMedium1=0 53 | OutputEnabled2_OutputMedium2=0 54 | OutputEnabled2_OutputMedium3=2 55 | OutputDefault2=0 56 | Configuration2_Name1=OutputConfigurationParameter1 57 | Configuration2_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=4|NumberOfUnits=4|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Metric|ZeroesMode=SuppressTrailingZeroes 58 | OutputType3=Design Rules Check 59 | OutputName3=Design Rules Check 60 | OutputCategory3=Validation 61 | OutputDocumentPath3= 62 | OutputVariantName3= 63 | OutputEnabled3=1 64 | OutputEnabled3_OutputMedium1=0 65 | OutputEnabled3_OutputMedium2=5 66 | OutputEnabled3_OutputMedium3=3 67 | OutputDefault3=0 68 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=1|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 69 | Configuration3_Name1=OutputConfigurationParameter1 70 | Configuration3_Item1=?? 71 | OutputType4=Electrical Rules Check 72 | OutputName4=Electrical Rules Check 73 | OutputCategory4=Validation 74 | OutputDocumentPath4= 75 | OutputVariantName4= 76 | OutputEnabled4=1 77 | OutputEnabled4_OutputMedium1=0 78 | OutputEnabled4_OutputMedium2=6 79 | OutputEnabled4_OutputMedium3=4 80 | OutputDefault4=0 81 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=1|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 82 | Configuration4_Name1=OutputConfigurationParameter1 83 | Configuration4_Item1=ERCClassColumnOrder=0|ERCClassColumnSort=0|ERCClassColumnVisibility=True|ERCConnectionMatrixL1=NNNNNNNNNNNWNNNWW|ERCConnectionMatrixL10=NWNNNNNENNEWNNEWN|ERCConnectionMatrixL11=NNENNNNEEENWNENWN|ERCConnectionMatrixL12=WWWWNWWNWWWNWWWNN|ERCConnectionMatrixL13=NNNNNNNNNNNWNNNWW|ERCConnectionMatrixL14=NWEENEEEENEWNEEWW|ERCConnectionMatrixL15=NNENNNNEEENWNENWW|ERCConnectionMatrixL16=WWWWNWWNWWWNWWWNW|ERCConnectionMatrixL17=WNNNNNNNWNNNWWWWN|ERCConnectionMatrixL2=NNWNNNNWWWNWNWNWN|ERCConnectionMatrixL3=NWEENEEEENEWNEEWN|ERCConnectionMatrixL4=NNENNNWEENNWNENWN|ERCConnectionMatrixL5=NNNNNNNNNNNNNNNNN|ERCConnectionMatrixL6=NNENNNNEENNWNENWN|ERCConnectionMatrixL7=NNEWNNWEENNWNENWN|ERCConnectionMatrixL8=NWEENEENEEENNEENN|ERCConnectionMatrixL9=NWEENEEEENEWNEEWW|ERCDocumentColumnOrder=1|ERCDocumentColumnSort=0|ERCDocumentColumnVisibility=True|ERCMessageColumnOrder=2|ERCMessageColumnSort=0|ERCMessageColumnVisibility=True|ERCReportGrouping=2|ERCReportMode=0|ERCReportSuppressedErrors=False|ERCType1=1|ERCType10=1|ERCType100=2|ERCType101=1|ERCType102=2|ERCType103=2|ERCType104=1|ERCType105=2|ERCType106=2|ERCType107=2|ERCType108=2|ERCType109=1|ERCType11=2|ERCType110=1|ERCType111=1|ERCType112=1|ERCType113=1|ERCType12=2|ERCType13=2|ERCType14=1|ERCType15=1|ERCType16=1|ERCType17=1|ERCType18=1|ERCType19=1|ERCType2=1|ERCType20=1|ERCType21=1|ERCType22=1|ERCType23=1|ERCType24=1|ERCType25=2|ERCType26=2|ERCType27=2|ERCType28=1|ERCType29=1|ERCType3=2|ERCType30=1|ERCType31=1|ERCType32=2|ERCType33=2|ERCType34=2|ERCType35=1|ERCType36=2|ERCType37=1|ERCType38=2|ERCType39=2|ERCType4=1|ERCType40=2|ERCType41=0|ERCType42=2|ERCType43=1|ERCType44=1|ERCType45=2|ERCType46=1|ERCType47=2|ERCType48=2|ERCType49=1|ERCType5=2|ERCType50=2|ERCType51=1|ERCType52=1|ERCType53=1|ERCType54=1|ERCType55=1|ERCType56=2|ERCType57=1|ERCType58=1|ERCType59=2|ERCType6=2|ERCType60=1|ERCType61=2|ERCType62=2|ERCType63=1|ERCType64=0|ERCType65=2|ERCType66=3|ERCType67=2|ERCType68=2|ERCType69=2|ERCType7=1|ERCType70=2|ERCType71=2|ERCType72=2|ERCType73=2|ERCType74=1|ERCType75=2|ERCType76=1|ERCType77=1|ERCType78=1|ERCType79=1|ERCType8=1|ERCType80=2|ERCType81=3|ERCType82=3|ERCType83=3|ERCType84=3|ERCType85=3|ERCType86=2|ERCType87=2|ERCType88=2|ERCType89=1|ERCType9=1|ERCType90=1|ERCType91=3|ERCType92=3|ERCType93=2|ERCType94=2|ERCType95=2|ERCType96=2|ERCType97=2|ERCType98=0|ERCType99=1|ERCValidationErrorLevel=1|Record=ERCReportView 84 | OutputType5=BOM_PartType 85 | OutputName5=Bill of Materials 86 | OutputCategory5=Report 87 | OutputDocumentPath5= 88 | OutputVariantName5= 89 | OutputEnabled5=1 90 | OutputEnabled5_OutputMedium1=0 91 | OutputEnabled5_OutputMedium2=4 92 | OutputEnabled5_OutputMedium3=5 93 | OutputDefault5=0 94 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 95 | Configuration5_Name1=ColumnNameFormat 96 | Configuration5_Item1=CaptionAsName 97 | Configuration5_Name2=General 98 | Configuration5_Item2=OpenExported=False|AddToProject=False|ReportBOMViolationsInMessages=False|ForceFit=False|NotFitted=False|Database=False|DatabasePriority=False|IncludePcbData=False|IncludeVaultData=False|IncludeCloudData=False|IncludeDocumentData=True|IncludeAlternatives=False|ShowExportOptions=True|TemplateFilename=|TemplateVaultGuid=|TemplateRevisionGuid=|BatchMode=2|FormWidth=2151|FormHeight=661|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency=|SolutionsPerItem=1|SuppliersPerSolution=1|ViewType=1|UseDirectApi=False|BomSetName= 99 | Configuration5_Name3=GroupOrder 100 | Configuration5_Item3=Comment=True|Footprint=True 101 | Configuration5_Name4=OutputConfigurationParameter1 102 | Configuration5_Item4=ncyDistance=250000|GenerateCSVFormat=True|GenerateIPCFormat=False|GenerateSpreadSheetFormat=False|GenerateTextFormat=False|OriginPosition=Relative|OutlineLayer=56|OutputAdjancencies=False|OutputBoardOutline=False|OutputTraces=False|Record=TestPointView|ReportBottomLayerTestpoints=True|ReportTopLayerTestpoints=True|Units=Imperial 103 | Configuration5_Name5=SortOrder 104 | Configuration5_Item5=Designator=Up|Comment=Up 105 | Configuration5_Name6=VisibleOrder 106 | Configuration5_Item6=Designator=91|Comment=176|Manufacturer=133|PartNumber=100|Digi-Key Part Number=100|LCSC PartNumber=100|Description=280|Pins=54|Quantity=45|Model:Footprint=218|Case/Package=138 107 | Configuration5_Name7=VisibleOrder_Flat 108 | Configuration5_Item7=Designator=91|Comment=176|Manufacturer=133|PartNumber=100|Digi-Key Part Number=100|LCSC PartNumber=100|Description=280|Pins=54|Quantity=45|Model:Footprint=218|Case/Package=138 109 | OutputType6=Schematic Print 110 | OutputName6=Schematic Prints 111 | OutputCategory6=Documentation 112 | OutputDocumentPath6= 113 | OutputVariantName6= 114 | OutputEnabled6=1 115 | OutputEnabled6_OutputMedium1=0 116 | OutputEnabled6_OutputMedium2=2 117 | OutputEnabled6_OutputMedium3=0 118 | OutputDefault6=0 119 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=0|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 120 | Configuration6_Name1=OutputConfigurationParameter1 121 | Configuration6_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=True|ShowOpenEnds=True|ExpandDesignator=True|ExpandNetLabel=False|ExpandPort=False|ExpandSheetNum=False|ExpandDocNum=False|PrintArea=0|PrintAreaRect.X1=0|PrintAreaRect.Y1=0|PrintAreaRect.X2=0|PrintAreaRect.Y2=0 122 | OutputType7=PCB 3D Print 123 | OutputName7=PCB 3D Print 124 | OutputCategory7=Documentation 125 | OutputDocumentPath7= 126 | OutputVariantName7= 127 | OutputEnabled7=1 128 | OutputEnabled7_OutputMedium1=0 129 | OutputEnabled7_OutputMedium2=1 130 | OutputEnabled7_OutputMedium3=0 131 | OutputDefault7=0 132 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=2.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 133 | Configuration7_Name1=OutputConfigurationParameter1 134 | Configuration7_Item1=Record=Pcb3DPrintView|ResX=300|ResY=300|ViewX=31646990|ViewY=32513014|LookAtX=37398480|LookAtY=22399768|LookAtZ=-8.25|UpX=0|UpY=1|UpZ=0|FOV=0|QuatX=-3.72529029846191E-9|QuatY=-1.86264514923096E-9|QuatZ=-1.86264514923096E-9|QuatW=0.999999940395355|Zoom=4.04145853970422E-5|UnitsPercent=True|UnitsDPI=True|LockResAspect=True|ViewConfigType=.config_3d|CustomCamera=False|ViewFromTop=True|ScreenWidth=0|ScreenHeight=0|ViewConfig=RECORD\3Board\2CFGALL.CONFIGURATIONKIND\33\2CFGALL.CONFIGURATIONDESC\3Altium%203D%20White\2CFGALL.COMPONENTBODYREFPOINTCOLOR\316777215\2CFGALL.COMPONENTBODYSNAPPOINTCOLOR\316777215\2CFGALL.SHOWCOMPONENTSNAPMARKERS\3FALSE\2CFG3D.POSITIVETOPSOLDERMASK\3TRUE\2CFG3D.POSITIVEBOTTOMSOLDERMASK\3TRUE\2CFG3D.SHOWCOMPONENTBODIES\3TRUE\2CFG3D.SHOWCOMPONENTSTEPMODELS\3TRUE\2CFG3D.COMPONENTMODELPREFERENCE\30\2CFG3D.SHOWCOMPONENTAXES\3TRUE\2CFG3D.SHOWBOARDCORE\3TRUE\2CFG3D.SHOWBOARDPREPREG\3TRUE\2CFG3D.SHOWTOPSILKSCREEN\3TRUE\2CFG3D.SHOWBOTSILKSCREEN\3TRUE\2CFG3D.SHOWORIGINMARKER\3FALSE\2CFG3D.EYEDIST\32000\2CFG3D.SHOWCUTOUTS\3TRUE\2CFG3D.SHOWROUTETOOLPATH\3TRUE\2CFG3D.SHOWROOMS3D\3FALSE\2CFG3D.USESYSCOLORSFOR3D\3FALSE\2CFG3D.WORKSPACECOLOR\38553110\2CFG3D.BOARDCORECOLOR\313565180\2CFG3D.BOARDPREPREGCOLOR\30\2CFG3D.TOPSOLDERMASKCOLOR\314277081\2CFG3D.BOTSOLDERMASKCOLOR\313421772\2CFG3D.COPPERCOLOR\35360095\2CFG3D.TOPSILKSCREENCOLOR\34408131\2CFG3D.BOTSILKSCREENCOLOR\34408131\2CFG3D.WORKSPACELUMINANCEVARIATION\330\2CFG3D.WORKSPACEBEGINCOLOR\316777215\2CFG3D.WORKSPACEENDCOLOR\316777215\2CFG3D.WORKSPACECOLOROPACITY\31.000000\2CFG3D.BOARDCORECOLOROPACITY\30.828659\2CFG3D.BOARDPREPREGCOLOROPACITY\30.500000\2CFG3D.TOPSOLDERMASKCOLOROPACITY\30.620000\2CFG3D.BOTSOLDERMASKCOLOROPACITY\30.620000\2CFG3D.COPPERCOLOROPACITY\31.000000\2CFG3D.TOPSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOTSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOARDTHICKNESSSCALING\31.000000\2CFG3D.SHOWMECHANICALLAYERS\3FALSE\2CFG3D.MECHANICALLAYERSOPACITY\31.000000 135 | OutputType8=PCB Print 136 | OutputName8=PCB Prints 137 | OutputCategory8=Documentation 138 | OutputDocumentPath8= 139 | OutputVariantName8= 140 | OutputEnabled8=1 141 | OutputEnabled8_OutputMedium1=0 142 | OutputEnabled8_OutputMedium2=3 143 | OutputEnabled8_OutputMedium3=0 144 | OutputDefault8=0 145 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 146 | Configuration8_Name1=OutputConfigurationParameter1 147 | Configuration8_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 148 | Configuration8_Name2=OutputConfigurationParameter2 149 | Configuration8_Item2=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 150 | Configuration8_Name3=OutputConfigurationParameter3 151 | Configuration8_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 152 | Configuration8_Name4=OutputConfigurationParameter4 153 | Configuration8_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 154 | Configuration8_Name5=OutputConfigurationParameter5 155 | Configuration8_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 156 | Configuration8_Name6=OutputConfigurationParameter6 157 | Configuration8_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 158 | Configuration8_Name7=OutputConfigurationParameter7 159 | Configuration8_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 160 | Configuration8_Name8=OutputConfigurationParameter8 161 | Configuration8_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 162 | Configuration8_Name9=OutputConfigurationParameter9 163 | Configuration8_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 164 | Configuration8_Name10=OutputConfigurationParameter10 165 | Configuration8_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical8|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 166 | Configuration8_Name11=OutputConfigurationParameter11 167 | Configuration8_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical2|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 168 | PcbPrintPreferences8=SubsititueFont_Default=True|SubsititueFont_Serif=True|SubsititueFont_SansSerif=True|PrintKeepOuts=False|NetColorOverride=True|PrintPositivePlaneLayers=False|V7_M0.Name=Mechanical Layer 1|V7_M0.Value=True|V7_M1.Name=Mechanical Layer 2|V7_M1.Value=True|V7_M2.Name=Mechanical Layer 3|V7_M2.Value=True|V7_M3.Name=Mechanical Layer 4|V7_M3.Value=True|V7_M4.Name=Mechanical Layer 5|V7_M4.Value=True|V7_M5.Name=Mechanical Layer 6|V7_M5.Value=True|V7_M6.Name=Mechanical Layer 7|V7_M6.Value=True|V7_M7.Name=Mechanical Layer 8|V7_M7.Value=True|V7_M8.Name=Mechanical Layer 9|V7_M8.Value=True|V7_M9.Name=Mechanical Layer 10|V7_M9.Value=True|V7_M10.Name=Mechanical Layer 11|V7_M10.Value=True|V7_M11.Name=Mechanical Layer 12|V7_M11.Value=True|V7_M12.Name=Mechanical Layer 13|V7_M12.Value=True|V7_M13.Name=Mechanical Layer 14|V7_M13.Value=True|V7_M14.Name=Mechanical Layer 15|V7_M14.Value=True|V7_M15.Name=Mechanical Layer 16|V7_M15.Value=True|V7_G0.Name=Top Layer|V7_G0.Value=30|V7_G1.Name=Mid Layer 1|V7_G1.Value=60|V7_G2.Name=Mid Layer 2|V7_G2.Value=90|V7_G3.Name=Mid Layer 3|V7_G3.Value=120|V7_G4.Name=Mid Layer 4|V7_G4.Value=150|V7_G5.Name=Mid Layer 5|V7_G5.Value=180|V7_G6.Name=Mid Layer 6|V7_G6.Value=210|V7_G7.Name=Mid Layer 7|V7_G7.Value=60|V7_G8.Name=Mid Layer 8|V7_G8.Value=90|V7_G9.Name=Mid Layer 9|V7_G9.Value=120|V7_G10.Name=Mid Layer 10|V7_G10.Value=150|V7_G11.Name=Mid Layer 11|V7_G11.Value=180|V7_G12.Name=Mid Layer 12|V7_G12.Value=210|V7_G13.Name=Mid Layer 13|V7_G13.Value=60|V7_G14.Name=Mid Layer 14|V7_G14.Value=95|V7_G15.Name=Mid Layer 15|V7_G15.Value=60|V7_G16.Name=Mid Layer 16|V7_G16.Value=90|V7_G17.Name=Mid Layer 17|V7_G17.Value=120|V7_G18.Name=Mid Layer 18|V7_G18.Value=150|V7_G19.Name=Mid Layer 19|V7_G19.Value=180|V7_G20.Name=Mid Layer 20|V7_G20.Value=210|V7_G21.Name=Mid Layer 21|V7_G21.Value=60|V7_G22.Name=Mid Layer 22|V7_G22.Value=90|V7_G23.Name=Mid Layer 23|V7_G23.Value=120|V7_G24.Name=Mid Layer 24|V7_G24.Value=150|V7_G25.Name=Mid Layer 25|V7_G25.Value=180|V7_G26.Name=Mid Layer 26|V7_G26.Value=210|V7_G27.Name=Mid Layer 27|V7_G27.Value=60|V7_G28.Name=Mid Layer 28|V7_G28.Value=95|V7_G29.Name=Mid Layer 29|V7_G29.Value=60|V7_G30.Name=Mid Layer 30|V7_G30.Value=95|V7_G31.Name=Bottom Layer|V7_G31.Value=90|V7_G32.Name=Top Overlay|V7_G32.Value=192|V7_G33.Name=Bottom Overlay|V7_G33.Value=140|V7_G34.Name=Top Paste|V7_G34.Value=0|V7_G35.Name=Bottom Paste|V7_G35.Value=0|V7_G36.Name=Top Solder Mask|V7_G36.Value=0|V7_G37.Name=Bottom Solder Mask|V7_G37.Value=0|V7_G38.Name=Drill Guide|V7_G38.Value=0|V7_G39.Name=Keep Out Layer|V7_G39.Value=120|V7_G40.Name=Drill Drawing|V7_G40.Value=0|V7_G41.Name=Multi Layer|V7_G41.Value=0|V7_G42.Name=Connect Layer|V7_G42.Value=0|V7_G43.Name=BackGround|V7_G43.Value=255|V7_G44.Name=DRC Errors|V7_G44.Value=0|V7_G45.Name=Highlight Layer|V7_G45.Value=0|V7_G46.Name=Grid Color 1|V7_G46.Value=0|V7_G47.Name=Grid Color 10|V7_G47.Value=0|V7_G48.Name=Pad Hole Layer|V7_G48.Value=210|V7_G49.Name=Via Hole Layer|V7_G49.Value=210|V7_G50.Name=Mechanical Layers|V7_G50.Value=90|V7_G51.Name=Internal Plane Layers|V7_G51.Value=0|V7_G52.Name=Internal Plane 1|V7_G52.Value=0|V7_G53.Name=Internal Plane 2|V7_G53.Value=0|V7_G54.Name=Internal Plane 3|V7_G54.Value=0|V7_G55.Name=Internal Plane 4|V7_G55.Value=0|V7_G56.Name=Internal Plane 5|V7_G56.Value=0|V7_G57.Name=Internal Plane 6|V7_G57.Value=0|V7_G58.Name=Internal Plane 7|V7_G58.Value=0|V7_G59.Name=Internal Plane 8|V7_G59.Value=0|V7_G60.Name=Internal Plane 9|V7_G60.Value=0|V7_G61.Name=Internal Plane 10|V7_G61.Value=0|V7_G62.Name=Internal Plane 11|V7_G62.Value=0|V7_G63.Name=Internal Plane 12|V7_G63.Value=0|V7_G64.Name=Internal Plane 13|V7_G64.Value=0|V7_G65.Name=Internal Plane 14|V7_G65.Value=0|V7_G66.Name=Internal Plane 15|V7_G66.Value=0|V7_G67.Name=Internal Plane 16|V7_G67.Value=0|V7_G68.Name=Mechanical Layer 1|V7_G68.Value=90|V7_G69.Name=Mechanical Layer 2|V7_G69.Value=90|V7_G70.Name=Mechanical Layer 3|V7_G70.Value=90|V7_G71.Name=Mechanical Layer 4|V7_G71.Value=90|V7_G72.Name=Mechanical Layer 5|V7_G72.Value=90|V7_G73.Name=Mechanical Layer 6|V7_G73.Value=90|V7_G74.Name=Mechanical Layer 7|V7_G74.Value=90|V7_G75.Name=Mechanical Layer 8|V7_G75.Value=90|V7_G76.Name=Mechanical Layer 9|V7_G76.Value=90|V7_G77.Name=Mechanical Layer 10|V7_G77.Value=90|V7_G78.Name=Mechanical Layer 11|V7_G78.Value=90|V7_G79.Name=Mechanical Layer 12|V7_G79.Value=90|V7_G80.Name=Mechanical Layer 13|V7_G80.Value=90|V7_G81.Name=Mechanical Layer 14|V7_G81.Value=90|V7_G82.Name=Mechanical Layer 15|V7_G82.Value=90|V7_G83.Name=Mechanical Layer 16|V7_G83.Value=90|Mechanical1=True|Mechanical2=True|Mechanical3=True|Mechanical4=True|Mechanical5=True|Mechanical6=True|Mechanical7=True|Mechanical8=True|Mechanical9=True|Mechanical10=True|Mechanical11=True|Mechanical12=True|Mechanical13=True|Mechanical14=True|Mechanical15=True|Mechanical16=True|Gray Level For TopLayer=30|Gray Level For MidLayer1=60|Gray Level For MidLayer2=90|Gray Level For MidLayer3=120|Gray Level For MidLayer4=150|Gray Level For MidLayer5=180|Gray Level For MidLayer6=210|Gray Level For MidLayer7=60|Gray Level For MidLayer8=90|Gray Level For MidLayer9=120|Gray Level For MidLayer10=150|Gray Level For MidLayer11=180|Gray Level For MidLayer12=210|Gray Level For MidLayer13=60|Gray Level For MidLayer14=95|Gray Level For MidLayer15=60|Gray Level For MidLayer16=90|Gray Level For MidLayer17=120|Gray Level For MidLayer18=150|Gray Level For MidLayer19=180|Gray Level For MidLayer20=210|Gray Level For MidLayer21=60|Gray Level For MidLayer22=90|Gray Level For MidLayer23=120|Gray Level For MidLayer24=150|Gray Level For MidLayer25=180|Gray Level For MidLayer26=210|Gray Level For MidLayer27=60|Gray Level For MidLayer28=95|Gray Level For MidLayer29=60|Gray Level For MidLayer30=95|Gray Level For BottomLayer=90|Gray Level For TopOverlay=192|Gray Level For BottomOverlay=140|Gray Level For TopPaste=0|Gray Level For BottomPaste=0|Gray Level For TopSolder=0|Gray Level For BottomSolder=0|Gray Level For InternalPlane1=0|Gray Level For InternalPlane2=0|Gray Level For InternalPlane3=0|Gray Level For InternalPlane4=0|Gray Level For InternalPlane5=0|Gray Level For InternalPlane6=0|Gray Level For InternalPlane7=0|Gray Level For InternalPlane8=0|Gray Level For InternalPlane9=0|Gray Level For InternalPlane10=0|Gray Level For InternalPlane11=0|Gray Level For InternalPlane12=0|Gray Level For InternalPlane13=0|Gray Level For InternalPlane14=0|Gray Level For InternalPlane15=0|Gray Level For InternalPlane16=0|Gray Level For DrillGuide=0|Gray Level For KeepOutLayer=120|Gray Level For Mechanical1=90|Gray Level For Mechanical2=90|Gray Level For Mechanical3=90|Gray Level For Mechanical4=90|Gray Level For Mechanical5=90|Gray Level For Mechanical6=90|Gray Level For Mechanical7=90|Gray Level For Mechanical8=90|Gray Level For Mechanical9=90|Gray Level For Mechanical10=90|Gray Level For Mechanical11=90|Gray Level For Mechanical12=90|Gray Level For Mechanical13=90|Gray Level For Mechanical14=90|Gray Level For Mechanical15=90|Gray Level For Mechanical16=90|Gray Level For DrillDrawing=0|Gray Level For MultiLayer=0|Gray Level For ConnectLayer=0|Gray Level For BackGroundLayer=255|Gray Level For DRCErrorLayer=0|Gray Level For HighlightLayer=0|Gray Level For GridColor1=0|Gray Level For GridColor10=0|Gray Level For PadHoleLayer=210|Gray Level For ViaHoleLayer=210|Color For TopLayer=255|Color For MidLayer1=32768|Color For MidLayer2=65280|Color For MidLayer3=8388608|Color For MidLayer4=16776960|Color For MidLayer5=8388736|Color For MidLayer6=16711935|Color For MidLayer7=32896|Color For MidLayer8=65535|Color For MidLayer9=8421504|Color For MidLayer10=32768|Color For MidLayer11=8388736|Color For MidLayer12=8421376|Color For MidLayer13=12632256|Color For MidLayer14=128|Color For MidLayer15=32768|Color For MidLayer16=65280|Color For MidLayer17=8388608|Color For MidLayer18=16776960|Color For MidLayer19=8388736|Color For MidLayer20=16711935|Color For MidLayer21=32896|Color For MidLayer22=65535|Color For MidLayer23=8421504|Color For MidLayer24=32768|Color For MidLayer25=8388736|Color For MidLayer26=8421376|Color For MidLayer27=12632256|Color For MidLayer28=8421376|Color For MidLayer29=12632256|Color For MidLayer30=128|Color For BottomLayer=16711680|Color For TopOverlay=32768|Color For BottomOverlay=7585984|Color For TopPaste=8388736|Color For BottomPaste=128|Color For TopSolder=3162822|Color For BottomSolder=7307173|Color For InternalPlane1=32768|Color For InternalPlane2=128|Color For InternalPlane3=8388736|Color For InternalPlane4=8421376|Color For InternalPlane5=32768|Color For InternalPlane6=128|Color For InternalPlane7=8388736|Color For InternalPlane8=8421376|Color For InternalPlane9=32768|Color For InternalPlane10=128|Color For InternalPlane11=8388736|Color For InternalPlane12=8421376|Color For InternalPlane13=32768|Color For InternalPlane14=128|Color For InternalPlane15=8388736|Color For InternalPlane16=8421376|Color For DrillGuide=128|Color For KeepOutLayer=8388736|Color For Mechanical1=8388736|Color For Mechanical2=8421376|Color For Mechanical3=32768|Color For Mechanical4=0|Color For Mechanical5=8388736|Color For Mechanical6=8421376|Color For Mechanical7=32768|Color For Mechanical8=0|Color For Mechanical9=8388736|Color For Mechanical10=8421376|Color For Mechanical11=32768|Color For Mechanical12=0|Color For Mechanical13=8388736|Color For Mechanical14=8421376|Color For Mechanical15=32768|Color For Mechanical16=0|Color For DrillDrawing=3408013|Color For MultiLayer=8421504|Color For ConnectLayer=8421376|Color For BackGroundLayer=15269887|Color For DRCErrorLayer=65280|Color For HighlightLayer=65535|Color For GridColor1=12632256|Color For GridColor10=11913679|Color For PadHoleLayer=6899487|Color For ViaHoleLayer=9279142 169 | OutputType9=ExportSTEP 170 | OutputName9=Export STEP 171 | OutputCategory9=Export 172 | OutputDocumentPath9= 173 | OutputVariantName9= 174 | OutputEnabled9=0 175 | OutputEnabled9_OutputMedium1=0 176 | OutputEnabled9_OutputMedium2=0 177 | OutputEnabled9_OutputMedium3=0 178 | OutputDefault9=0 179 | Configuration9_Name1=OutputConfigurationParameter1 180 | Configuration9_Item1=Record=ExportSTEPView|ExportComponentOptions=0|ExportModelsOption=2|ExportHolesOption=0|CanSelectPrimitives=False|IncludeMechanicalPadHoles=True|IncludeElectricalPadHoles=True|IncludeFreePadHoles=True|ExportFoldedBoard=True|ExportFoldedBoardRate=0|ComponentSuffixType=0|ComponentSuffix= |ExportCopperOption=0|ExportCopperLayer=0|ExportPadAndViaBarrelsOnly=False|IgnoreBoardCopperLayerColors=False|ExportAsSinglePart=False|IncludeCoverLayer=True 181 | OutputType10=Pick Place 182 | OutputName10=Generates pick and place files 183 | OutputCategory10=Assembly 184 | OutputDocumentPath10= 185 | OutputVariantName10= 186 | OutputEnabled10=0 187 | OutputEnabled10_OutputMedium1=0 188 | OutputEnabled10_OutputMedium2=0 189 | OutputEnabled10_OutputMedium3=6 190 | OutputDefault10=0 191 | Configuration10_Name1=OutputConfigurationParameter1 192 | Configuration10_Item1=Record=PickPlaceView|Units=Metric|GenerateCSVFormat=True|GenerateTextFormat=False|ShowUnits=False|Separator=.|ExcludeFilterParam=False|IncludeVariations=False|Filter= |FilterActive=False|Column#1=Name:Designator,Fixed:True,Metric:False,Visible:True,Sort:None,Position:0|Column#2=Name:Comment,Fixed:True,Metric:False,Visible:True,Sort:None,Position:10|Column#3=Name:Layer,Fixed:True,Metric:False,Visible:True,Sort:None,Position:8|Column#4=Name:Footprint,Fixed:True,Metric:False,Visible:True,Sort:None,Position:1|Column#5=Name:Footprint Description,Fixed:True,Metric:False,Visible:False,Sort:None,Position:11|Column#6=Name:Center-X,Fixed:True,Metric:True,Visible:True,Sort:None,Position:2|Column#7=Name:Center-Y,Fixed:True,Metric:True,Visible:True,Sort:Descending,SortIndex:0,Position:3|Column#8=Name:Rotation,Fixed:True,Metric:False,Visible:True,Sort:None,Position:9|Column#9=Name:Description,Fixed:True,Metric:False,Visible:False,Sort:None,Position:12|Column#10=Name:ComponentKind,Fixed:True,Metric:False,Visible:False,Sort:None,Position:13|Column#11=Name:Height,Fixed:True,Metric:True,Visible:False,Sort:None,Position:14|Column#12=Name:Ref-X,Fixed:True,Metric:True,Visible:True,Sort:None,Position:4|Column#13=Name:Ref-Y,Fixed:True,Metric:True,Visible:True,Sort:None,Position:5|Column#14=Name:Pad-X,Fixed:True,Metric:True,Visible:True,Sort:None,Position:6|Column#15=Name:Pad-Y,Fixed:True,Metric:True,Visible:True,Sort:None,Position:7|Column#16=Name:Variation,Fixed:True,Metric:False,Visible:False,Sort:None,Position:15|Column#17=Name:Power,Fixed:False,Metric:False,Visible:False,Sort:None,Position:18|Column#18=Name:Technology,Fixed:False,Metric:False,Visible:False,Sort:None,Position:19|Column#19=Name:Tolerance,Fixed:False,Metric:False,Visible:False,Sort:None,Position:20|Column#20=Name:Case-EIA,Fixed:False,Metric:False,Visible:False,Sort:None,Position:16|Column#21=Name:Case-Metric,Fixed:False,Metric:False,Visible:False,Sort:None,Position:17|Column#22=Name:Value,Fixed:False,Metric:False,Visible:False,Sort:None,Position:21|Column#23=Name:ComponentLink3Description,Fixed:False,Metric:False,Visible:False,Sort:None,Position:27|Column#24=Name:ComponentLink2URL,Fixed:False,Metric:False,Visible:False,Sort:None,Position:26|Column#25=Name:Pitch,Fixed:False,Metric:False,Visible:False,Sort:None,Position:38|Column#26=Name:Rated Voltage,Fixed:False,Metric:False,Visible:False,Sort:None,Position:39|Column#27=Name:Manufacturer,Fixed:False,Metric:False,Visible:False,Sort:None,Position:30|Column#28=Name:Temperature Range,Fixed:False,Metric:False,Visible:False,Sort:None,Position:41|Column#29=Name:Orientation,Fixed:False,Metric:False,Visible:False,Sort:None,Position:33|Column#30=Name:RoHS,Fixed:False,Metric:False,Visible:False,Sort:None,Position:40|Column#31=Name:PartNumber,Fixed:False,Metric:False,Visible:False,Sort:None,Position:37|Column#32=Name:ComponentLink2Description,Fixed:False,Metric:False,Visible:False,Sort:None,Position:25|Column#33=Name:Max Thickness,Fixed:False,Metric:False,Visible:False,Sort:None,Position:31|Column#34=Name:Mounting Technology,Fixed:False,Metric:False,Visible:False,Sort:None,Position:32|Column#35=Name:PackageDescription,Fixed:False,Metric:False,Visible:False,Sort:None,Position:34|Column#36=Name:ComponentLink1URL,Fixed:False,Metric:False,Visible:False,Sort:None,Position:24|Column#37=Name:Color,Fixed:False,Metric:False,Visible:False,Sort:None,Position:22|Column#38=Name:PackageReference,Fixed:False,Metric:False,Visible:False,Sort:None,Position:35|Column#39=Name:ComponentLink3URL,Fixed:False,Metric:False,Visible:False,Sort:None,Position:28|Column#40=Name:ComponentLink1Description,Fixed:False,Metric:False,Visible:False,Sort:None,Position:23|Column#41=Name:DatasheetVersion,Fixed:False,Metric:False,Visible:False,Sort:None,Position:29|Column#42=Name:PackageVersion,Fixed:False,Metric:False,Visible:False,Sort:None,Position:36 193 | OutputType11=Assembly 194 | OutputName11=Assembly Drawings 195 | OutputCategory11=Assembly 196 | OutputDocumentPath11= 197 | OutputVariantName11= 198 | OutputEnabled11=1 199 | OutputEnabled11_OutputMedium1=0 200 | OutputEnabled11_OutputMedium2=8 201 | OutputEnabled11_OutputMedium3=0 202 | OutputDefault11=0 203 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 204 | Configuration11_Name1=OutputConfigurationParameter1 205 | Configuration11_Item1=DesignatorDisplayMode=Logical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 206 | Configuration11_Name2=OutputConfigurationParameter2 207 | Configuration11_Item2=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Top LayerAssembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=True 208 | Configuration11_Name3=OutputConfigurationParameter3 209 | Configuration11_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical9|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 210 | Configuration11_Name4=OutputConfigurationParameter4 211 | Configuration11_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical3|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 212 | Configuration11_Name5=OutputConfigurationParameter5 213 | Configuration11_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 214 | Configuration11_Name6=OutputConfigurationParameter6 215 | Configuration11_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 216 | Configuration11_Name7=OutputConfigurationParameter7 217 | Configuration11_Item7=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=1|Mirror=True|Name=Bottom LayerAssembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=True 218 | Configuration11_Name8=OutputConfigurationParameter8 219 | Configuration11_Item8=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical10|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 220 | Configuration11_Name9=OutputConfigurationParameter9 221 | Configuration11_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical4|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 222 | Configuration11_Name10=OutputConfigurationParameter10 223 | Configuration11_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 224 | Configuration11_Name11=OutputConfigurationParameter11 225 | Configuration11_Item11=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 226 | PcbPrintPreferences11=SubsititueFont_Default=True|SubsititueFont_Serif=True|SubsititueFont_SansSerif=True|PrintKeepOuts=False|NetColorOverride=True|PrintPositivePlaneLayers=False|V7_M0.Name=Mechanical Layer 1|V7_M0.Value=True|V7_M1.Name=Mechanical Layer 2|V7_M1.Value=True|V7_M2.Name=Mechanical Layer 3|V7_M2.Value=True|V7_M3.Name=Mechanical Layer 4|V7_M3.Value=True|V7_M4.Name=Mechanical Layer 5|V7_M4.Value=True|V7_M5.Name=Mechanical Layer 6|V7_M5.Value=True|V7_M6.Name=Mechanical Layer 7|V7_M6.Value=True|V7_M7.Name=Mechanical Layer 8|V7_M7.Value=True|V7_M8.Name=Mechanical Layer 9|V7_M8.Value=True|V7_M9.Name=Mechanical Layer 10|V7_M9.Value=True|V7_M10.Name=Mechanical Layer 11|V7_M10.Value=True|V7_M11.Name=Mechanical Layer 12|V7_M11.Value=True|V7_M12.Name=Mechanical Layer 13|V7_M12.Value=True|V7_M13.Name=Mechanical Layer 14|V7_M13.Value=True|V7_M14.Name=Mechanical Layer 15|V7_M14.Value=True|V7_M15.Name=Mechanical Layer 16|V7_M15.Value=True|V7_G0.Name=Top Layer|V7_G0.Value=192|V7_G1.Name=Mid Layer 1|V7_G1.Value=60|V7_G2.Name=Mid Layer 2|V7_G2.Value=90|V7_G3.Name=Mid Layer 3|V7_G3.Value=120|V7_G4.Name=Mid Layer 4|V7_G4.Value=150|V7_G5.Name=Mid Layer 5|V7_G5.Value=180|V7_G6.Name=Mid Layer 6|V7_G6.Value=210|V7_G7.Name=Mid Layer 7|V7_G7.Value=60|V7_G8.Name=Mid Layer 8|V7_G8.Value=90|V7_G9.Name=Mid Layer 9|V7_G9.Value=120|V7_G10.Name=Mid Layer 10|V7_G10.Value=150|V7_G11.Name=Mid Layer 11|V7_G11.Value=180|V7_G12.Name=Mid Layer 12|V7_G12.Value=210|V7_G13.Name=Mid Layer 13|V7_G13.Value=60|V7_G14.Name=Mid Layer 14|V7_G14.Value=95|V7_G15.Name=Mid Layer 15|V7_G15.Value=60|V7_G16.Name=Mid Layer 16|V7_G16.Value=90|V7_G17.Name=Mid Layer 17|V7_G17.Value=120|V7_G18.Name=Mid Layer 18|V7_G18.Value=150|V7_G19.Name=Mid Layer 19|V7_G19.Value=180|V7_G20.Name=Mid Layer 20|V7_G20.Value=210|V7_G21.Name=Mid Layer 21|V7_G21.Value=60|V7_G22.Name=Mid Layer 22|V7_G22.Value=90|V7_G23.Name=Mid Layer 23|V7_G23.Value=120|V7_G24.Name=Mid Layer 24|V7_G24.Value=150|V7_G25.Name=Mid Layer 25|V7_G25.Value=180|V7_G26.Name=Mid Layer 26|V7_G26.Value=210|V7_G27.Name=Mid Layer 27|V7_G27.Value=60|V7_G28.Name=Mid Layer 28|V7_G28.Value=95|V7_G29.Name=Mid Layer 29|V7_G29.Value=60|V7_G30.Name=Mid Layer 30|V7_G30.Value=95|V7_G31.Name=Bottom Layer|V7_G31.Value=192|V7_G32.Name=Top Overlay|V7_G32.Value=192|V7_G33.Name=Bottom Overlay|V7_G33.Value=140|V7_G34.Name=Top Paste|V7_G34.Value=0|V7_G35.Name=Bottom Paste|V7_G35.Value=0|V7_G36.Name=Top Solder Mask|V7_G36.Value=0|V7_G37.Name=Bottom Solder Mask|V7_G37.Value=0|V7_G38.Name=Drill Guide|V7_G38.Value=0|V7_G39.Name=Keep Out Layer|V7_G39.Value=120|V7_G40.Name=Drill Drawing|V7_G40.Value=0|V7_G41.Name=Multi Layer|V7_G41.Value=0|V7_G42.Name=Connect Layer|V7_G42.Value=0|V7_G43.Name=BackGround|V7_G43.Value=255|V7_G44.Name=DRC Errors|V7_G44.Value=0|V7_G45.Name=Highlight Layer|V7_G45.Value=0|V7_G46.Name=Grid Color 1|V7_G46.Value=0|V7_G47.Name=Grid Color 10|V7_G47.Value=0|V7_G48.Name=Pad Hole Layer|V7_G48.Value=210|V7_G49.Name=Via Hole Layer|V7_G49.Value=210|V7_G50.Name=Mechanical Layers|V7_G50.Value=90|V7_G51.Name=Internal Plane Layers|V7_G51.Value=0|V7_G52.Name=Internal Plane 1|V7_G52.Value=0|V7_G53.Name=Internal Plane 2|V7_G53.Value=0|V7_G54.Name=Internal Plane 3|V7_G54.Value=0|V7_G55.Name=Internal Plane 4|V7_G55.Value=0|V7_G56.Name=Internal Plane 5|V7_G56.Value=0|V7_G57.Name=Internal Plane 6|V7_G57.Value=0|V7_G58.Name=Internal Plane 7|V7_G58.Value=0|V7_G59.Name=Internal Plane 8|V7_G59.Value=0|V7_G60.Name=Internal Plane 9|V7_G60.Value=0|V7_G61.Name=Internal Plane 10|V7_G61.Value=0|V7_G62.Name=Internal Plane 11|V7_G62.Value=0|V7_G63.Name=Internal Plane 12|V7_G63.Value=0|V7_G64.Name=Internal Plane 13|V7_G64.Value=0|V7_G65.Name=Internal Plane 14|V7_G65.Value=0|V7_G66.Name=Internal Plane 15|V7_G66.Value=0|V7_G67.Name=Internal Plane 16|V7_G67.Value=0|V7_G68.Name=Mechanical Layer 1|V7_G68.Value=90|V7_G69.Name=Mechanical Layer 2|V7_G69.Value=90|V7_G70.Name=Mechanical Layer 3|V7_G70.Value=90|V7_G71.Name=Mechanical Layer 4|V7_G71.Value=128|V7_G72.Name=Mechanical Layer 5|V7_G72.Value=128|V7_G73.Name=Mechanical Layer 6|V7_G73.Value=90|V7_G74.Name=Mechanical Layer 7|V7_G74.Value=90|V7_G75.Name=Mechanical Layer 8|V7_G75.Value=90|V7_G76.Name=Mechanical Layer 9|V7_G76.Value=0|V7_G77.Name=Mechanical Layer 10|V7_G77.Value=0|V7_G78.Name=Mechanical Layer 11|V7_G78.Value=90|V7_G79.Name=Mechanical Layer 12|V7_G79.Value=90|V7_G80.Name=Mechanical Layer 13|V7_G80.Value=90|V7_G81.Name=Mechanical Layer 14|V7_G81.Value=90|V7_G82.Name=Mechanical Layer 15|V7_G82.Value=90|V7_G83.Name=Mechanical Layer 16|V7_G83.Value=90|Mechanical1=True|Mechanical2=True|Mechanical3=True|Mechanical4=True|Mechanical5=True|Mechanical6=True|Mechanical7=True|Mechanical8=True|Mechanical9=True|Mechanical10=True|Mechanical11=True|Mechanical12=True|Mechanical13=True|Mechanical14=True|Mechanical15=True|Mechanical16=True|Gray Level For TopLayer=192|Gray Level For MidLayer1=60|Gray Level For MidLayer2=90|Gray Level For MidLayer3=120|Gray Level For MidLayer4=150|Gray Level For MidLayer5=180|Gray Level For MidLayer6=210|Gray Level For MidLayer7=60|Gray Level For MidLayer8=90|Gray Level For MidLayer9=120|Gray Level For MidLayer10=150|Gray Level For MidLayer11=180|Gray Level For MidLayer12=210|Gray Level For MidLayer13=60|Gray Level For MidLayer14=95|Gray Level For MidLayer15=60|Gray Level For MidLayer16=90|Gray Level For MidLayer17=120|Gray Level For MidLayer18=150|Gray Level For MidLayer19=180|Gray Level For MidLayer20=210|Gray Level For MidLayer21=60|Gray Level For MidLayer22=90|Gray Level For MidLayer23=120|Gray Level For MidLayer24=150|Gray Level For MidLayer25=180|Gray Level For MidLayer26=210|Gray Level For MidLayer27=60|Gray Level For MidLayer28=95|Gray Level For MidLayer29=60|Gray Level For MidLayer30=95|Gray Level For BottomLayer=192|Gray Level For TopOverlay=192|Gray Level For BottomOverlay=140|Gray Level For TopPaste=0|Gray Level For BottomPaste=0|Gray Level For TopSolder=0|Gray Level For BottomSolder=0|Gray Level For InternalPlane1=0|Gray Level For InternalPlane2=0|Gray Level For InternalPlane3=0|Gray Level For InternalPlane4=0|Gray Level For InternalPlane5=0|Gray Level For InternalPlane6=0|Gray Level For InternalPlane7=0|Gray Level For InternalPlane8=0|Gray Level For InternalPlane9=0|Gray Level For InternalPlane10=0|Gray Level For InternalPlane11=0|Gray Level For InternalPlane12=0|Gray Level For InternalPlane13=0|Gray Level For InternalPlane14=0|Gray Level For InternalPlane15=0|Gray Level For InternalPlane16=0|Gray Level For DrillGuide=0|Gray Level For KeepOutLayer=120|Gray Level For Mechanical1=90|Gray Level For Mechanical2=90|Gray Level For Mechanical3=90|Gray Level For Mechanical4=128|Gray Level For Mechanical5=128|Gray Level For Mechanical6=90|Gray Level For Mechanical7=90|Gray Level For Mechanical8=90|Gray Level For Mechanical9=0|Gray Level For Mechanical10=0|Gray Level For Mechanical11=90|Gray Level For Mechanical12=90|Gray Level For Mechanical13=90|Gray Level For Mechanical14=90|Gray Level For Mechanical15=90|Gray Level For Mechanical16=90|Gray Level For DrillDrawing=0|Gray Level For MultiLayer=0|Gray Level For ConnectLayer=0|Gray Level For BackGroundLayer=255|Gray Level For DRCErrorLayer=0|Gray Level For HighlightLayer=0|Gray Level For GridColor1=0|Gray Level For GridColor10=0|Gray Level For PadHoleLayer=210|Gray Level For ViaHoleLayer=210|Color For TopLayer=255|Color For MidLayer1=32768|Color For MidLayer2=65280|Color For MidLayer3=8388608|Color For MidLayer4=16776960|Color For MidLayer5=8388736|Color For MidLayer6=16711935|Color For MidLayer7=32896|Color For MidLayer8=65535|Color For MidLayer9=8421504|Color For MidLayer10=32768|Color For MidLayer11=8388736|Color For MidLayer12=8421376|Color For MidLayer13=12632256|Color For MidLayer14=128|Color For MidLayer15=32768|Color For MidLayer16=65280|Color For MidLayer17=8388608|Color For MidLayer18=16776960|Color For MidLayer19=8388736|Color For MidLayer20=16711935|Color For MidLayer21=32896|Color For MidLayer22=65535|Color For MidLayer23=8421504|Color For MidLayer24=32768|Color For MidLayer25=8388736|Color For MidLayer26=8421376|Color For MidLayer27=12632256|Color For MidLayer28=8421376|Color For MidLayer29=12632256|Color For MidLayer30=128|Color For BottomLayer=16711680|Color For TopOverlay=32768|Color For BottomOverlay=7585984|Color For TopPaste=8388736|Color For BottomPaste=128|Color For TopSolder=3162822|Color For BottomSolder=7307173|Color For InternalPlane1=32768|Color For InternalPlane2=128|Color For InternalPlane3=8388736|Color For InternalPlane4=8421376|Color For InternalPlane5=32768|Color For InternalPlane6=128|Color For InternalPlane7=8388736|Color For InternalPlane8=8421376|Color For InternalPlane9=32768|Color For InternalPlane10=128|Color For InternalPlane11=8388736|Color For InternalPlane12=8421376|Color For InternalPlane13=32768|Color For InternalPlane14=128|Color For InternalPlane15=8388736|Color For InternalPlane16=8421376|Color For DrillGuide=128|Color For KeepOutLayer=8388736|Color For Mechanical1=8388736|Color For Mechanical2=8421376|Color For Mechanical3=32768|Color For Mechanical4=0|Color For Mechanical5=8388736|Color For Mechanical6=8421376|Color For Mechanical7=32768|Color For Mechanical8=0|Color For Mechanical9=8388736|Color For Mechanical10=8421376|Color For Mechanical11=32768|Color For Mechanical12=0|Color For Mechanical13=8388736|Color For Mechanical14=8421376|Color For Mechanical15=32768|Color For Mechanical16=0|Color For DrillDrawing=3408013|Color For MultiLayer=8421504|Color For ConnectLayer=8421376|Color For BackGroundLayer=15269887|Color For DRCErrorLayer=65280|Color For HighlightLayer=65535|Color For GridColor1=12632256|Color For GridColor10=11913679|Color For PadHoleLayer=6899487|Color For ViaHoleLayer=9279142 227 | OutputType12=PCB Print 228 | OutputName12=Stencil 229 | OutputCategory12=Documentation 230 | OutputDocumentPath12= 231 | OutputVariantName12= 232 | OutputEnabled12=1 233 | OutputEnabled12_OutputMedium1=0 234 | OutputEnabled12_OutputMedium2=7 235 | OutputEnabled12_OutputMedium3=0 236 | OutputDefault12=0 237 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 238 | Configuration12_Name1=OutputConfigurationParameter1 239 | Configuration12_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView 240 | Configuration12_Name2=OutputConfigurationParameter2 241 | Configuration12_Item2=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Top Stencil|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 242 | Configuration12_Name3=OutputConfigurationParameter3 243 | Configuration12_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopPaste|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 244 | Configuration12_Name4=OutputConfigurationParameter4 245 | Configuration12_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer 246 | Configuration12_Name5=OutputConfigurationParameter5 247 | Configuration12_Item5=IncludeBoardCutouts=False|IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=1|Mirror=False|Name=Bottom Stencil|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False 248 | Configuration12_Name6=OutputConfigurationParameter6 249 | Configuration12_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomPaste|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 250 | Configuration12_Name7=OutputConfigurationParameter7 251 | Configuration12_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|DrillType=Regular|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer 252 | PcbPrintPreferences12= 253 | 254 | [PublishSettings] 255 | OutputFilePath2=C:\Users\matt\Dropbox\Ventilator Project\PCB\sensor_module\pcb\Project Outputs for sensor_module\Job1.PDF 256 | ReleaseManaged2=1 257 | OutputBasePath2=Project Outputs for compute_fpga 258 | OutputPathMedia2= 259 | OutputPathMediaValue2= 260 | OutputPathOutputer2=[Output Type] 261 | OutputPathOutputerPrefix2= 262 | OutputPathOutputerValue2= 263 | OutputFileName2=Job1.PDF 264 | OutputFileNameMulti2= 265 | UseOutputNameForMulti2=1 266 | OutputFileNameSpecial2= 267 | OpenOutput2=1 268 | PromptOverwrite2=1 269 | PublishMethod2=0 270 | ZoomLevel2=50 271 | FitSCHPrintSizeToDoc2=1 272 | FitPCBPrintSizeToDoc2=1 273 | GenerateNetsInfo2=1 274 | MarkPins2=1 275 | MarkNetLabels2=1 276 | MarkPortsId2=1 277 | GenerateTOC2=1 278 | ShowComponentParameters2=1 279 | GlobalBookmarks2=0 280 | PDFACompliance2=Disabled 281 | PDFVersion2=Default 282 | OutputFilePath3=C:\Users\blinkinlabs\Desktop\compute_fpga\pcb\Project Outputs for compute_fpga\ 283 | ReleaseManaged3=1 284 | OutputBasePath3=Project Outputs for compute_fpga 285 | OutputPathMedia3= 286 | OutputPathMediaValue3= 287 | OutputPathOutputer3=[Output Type] 288 | OutputPathOutputerPrefix3= 289 | OutputPathOutputerValue3= 290 | OutputFileName3= 291 | OutputFileNameMulti3= 292 | UseOutputNameForMulti3=1 293 | OutputFileNameSpecial3= 294 | OpenOutput3=1 295 | 296 | [GeneratedFilesSettings] 297 | RelativeOutputPath2=C:\Users\matt\Dropbox\Ventilator Project\PCB\sensor_module\pcb\Project Outputs for sensor_module\Job1.PDF 298 | OpenOutputs2=1 299 | RelativeOutputPath3=C:\Users\blinkinlabs\Desktop\compute_fpga\pcb\Project Outputs for compute_fpga\ 300 | OpenOutputs3=1 301 | AddToProject3=0 302 | TimestampFolder3=0 303 | UseOutputName3=0 304 | OpenODBOutput3=0 305 | OpenGerberOutput3=1 306 | OpenNCDrillOutput3=1 307 | OpenIPCOutput3=0 308 | EnableReload3=0 309 | 310 | -------------------------------------------------------------------------------- /pcb/Block Diagram.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/Block Diagram.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA GPIO.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA GPIO.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA PCIe.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA PCIe.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA power supply.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA power supply.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA power.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA power.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA programming.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA programming.SchDoc -------------------------------------------------------------------------------- /pcb/FPGA sdram.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/FPGA sdram.SchDoc -------------------------------------------------------------------------------- /pcb/PCB1.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/PCB1.PcbDoc -------------------------------------------------------------------------------- /pcb/backup/fpga ram V0.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/backup/fpga ram V0.SchDoc -------------------------------------------------------------------------------- /pcb/backup/fpga ram V1.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/backup/fpga ram V1.SchDoc -------------------------------------------------------------------------------- /pcb/compute module Ethernet.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module Ethernet.SchDoc -------------------------------------------------------------------------------- /pcb/compute module HDMI out.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module HDMI out.SchDoc -------------------------------------------------------------------------------- /pcb/compute module USB.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module USB.SchDoc -------------------------------------------------------------------------------- /pcb/compute module microsd.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module microsd.SchDoc -------------------------------------------------------------------------------- /pcb/compute module power.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module power.SchDoc -------------------------------------------------------------------------------- /pcb/compute module unused.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module unused.SchDoc -------------------------------------------------------------------------------- /pcb/compute module.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/pcb/compute module.SchDoc -------------------------------------------------------------------------------- /pcb/compute_fpga.PrjPcb: -------------------------------------------------------------------------------- 1 | [Design] 2 | Version=1.0 3 | HierarchyMode=0 4 | ChannelRoomNamingStyle=0 5 | ReleasesFolder= 6 | ChannelDesignatorFormatString=$Component_$RoomName 7 | ChannelRoomLevelSeperator=_ 8 | OpenOutputs=1 9 | ArchiveProject=0 10 | TimestampOutput=0 11 | SeparateFolders=0 12 | TemplateLocationPath= 13 | PinSwapBy_Netlabel=1 14 | PinSwapBy_Pin=1 15 | AllowPortNetNames=0 16 | AllowSheetEntryNetNames=1 17 | AppendSheetNumberToLocalNets=0 18 | NetlistSinglePinNets=0 19 | DefaultConfiguration=Sources 20 | UserID=0xFFFFFFFF 21 | DefaultPcbProtel=1 22 | DefaultPcbPcad=0 23 | ReorderDocumentsOnCompile=1 24 | NameNetsHierarchically=0 25 | PowerPortNamesTakePriority=0 26 | PushECOToAnnotationFile=1 27 | DItemRevisionGUID= 28 | ReportSuppressedErrorsInMessages=0 29 | FSMCodingStyle=eFMSDropDownList_OneProcess 30 | FSMEncodingStyle=eFMSDropDownList_OneHot 31 | OutputPath=Project Outputs for compute_fpga 32 | LogFolderPath= 33 | ManagedProjectGUID= 34 | IncludeDesignInRelease=0 35 | 36 | [Preferences] 37 | PrefsVaultGUID= 38 | PrefsRevisionGUID= 39 | 40 | [Document1] 41 | DocumentPath=FPGA PCIe.SchDoc 42 | AnnotationEnabled=1 43 | AnnotateStartValue=1 44 | AnnotationIndexControlEnabled=0 45 | AnnotateSuffix= 46 | AnnotateScope=All 47 | AnnotateOrder=4 48 | DoLibraryUpdate=1 49 | DoDatabaseUpdate=1 50 | ClassGenCCAutoEnabled=1 51 | ClassGenCCAutoRoomEnabled=1 52 | ClassGenNCAutoScope=None 53 | DItemRevisionGUID= 54 | GenerateClassCluster=0 55 | DocumentUniqueId=NKYPQXEC 56 | 57 | [Document2] 58 | DocumentPath=FPGA power.SchDoc 59 | AnnotationEnabled=1 60 | AnnotateStartValue=1 61 | AnnotationIndexControlEnabled=0 62 | AnnotateSuffix= 63 | AnnotateScope=All 64 | AnnotateOrder=5 65 | DoLibraryUpdate=1 66 | DoDatabaseUpdate=1 67 | ClassGenCCAutoEnabled=1 68 | ClassGenCCAutoRoomEnabled=1 69 | ClassGenNCAutoScope=None 70 | DItemRevisionGUID= 71 | GenerateClassCluster=0 72 | DocumentUniqueId=ZFTOYUXI 73 | 74 | [Document3] 75 | DocumentPath=FPGA programming.SchDoc 76 | AnnotationEnabled=1 77 | AnnotateStartValue=1 78 | AnnotationIndexControlEnabled=0 79 | AnnotateSuffix= 80 | AnnotateScope=All 81 | AnnotateOrder=6 82 | DoLibraryUpdate=1 83 | DoDatabaseUpdate=1 84 | ClassGenCCAutoEnabled=1 85 | ClassGenCCAutoRoomEnabled=1 86 | ClassGenNCAutoScope=None 87 | DItemRevisionGUID= 88 | GenerateClassCluster=0 89 | DocumentUniqueId=OYNFAJQY 90 | 91 | [Document4] 92 | DocumentPath=compute module.SchDoc 93 | AnnotationEnabled=1 94 | AnnotateStartValue=1 95 | AnnotationIndexControlEnabled=0 96 | AnnotateSuffix= 97 | AnnotateScope=All 98 | AnnotateOrder=1 99 | DoLibraryUpdate=1 100 | DoDatabaseUpdate=1 101 | ClassGenCCAutoEnabled=1 102 | ClassGenCCAutoRoomEnabled=1 103 | ClassGenNCAutoScope=None 104 | DItemRevisionGUID= 105 | GenerateClassCluster=0 106 | DocumentUniqueId=NBVMKVBX 107 | 108 | [Document5] 109 | DocumentPath=..\..\..\Other-Repos\QWAVE_Raspberry-Pi-CM4-Altium-Library\CM4.PcbLib 110 | AnnotationEnabled=1 111 | AnnotateStartValue=1 112 | AnnotationIndexControlEnabled=0 113 | AnnotateSuffix= 114 | AnnotateScope=All 115 | AnnotateOrder=-1 116 | DoLibraryUpdate=1 117 | DoDatabaseUpdate=1 118 | ClassGenCCAutoEnabled=1 119 | ClassGenCCAutoRoomEnabled=1 120 | ClassGenNCAutoScope=None 121 | DItemRevisionGUID= 122 | GenerateClassCluster=0 123 | DocumentUniqueId= 124 | 125 | [Document6] 126 | DocumentPath=..\..\..\Other-Repos\QWAVE_Raspberry-Pi-CM4-Altium-Library\CM4.SchLib 127 | AnnotationEnabled=1 128 | AnnotateStartValue=1 129 | AnnotationIndexControlEnabled=0 130 | AnnotateSuffix= 131 | AnnotateScope=All 132 | AnnotateOrder=-1 133 | DoLibraryUpdate=1 134 | DoDatabaseUpdate=1 135 | ClassGenCCAutoEnabled=1 136 | ClassGenCCAutoRoomEnabled=1 137 | ClassGenNCAutoScope=None 138 | DItemRevisionGUID= 139 | GenerateClassCluster=0 140 | DocumentUniqueId=ROPDXZRL 141 | 142 | [Document7] 143 | DocumentPath=compute module unused.SchDoc 144 | AnnotationEnabled=1 145 | AnnotateStartValue=1 146 | AnnotationIndexControlEnabled=0 147 | AnnotateSuffix= 148 | AnnotateScope=All 149 | AnnotateOrder=2 150 | DoLibraryUpdate=1 151 | DoDatabaseUpdate=1 152 | ClassGenCCAutoEnabled=1 153 | ClassGenCCAutoRoomEnabled=1 154 | ClassGenNCAutoScope=None 155 | DItemRevisionGUID= 156 | GenerateClassCluster=0 157 | DocumentUniqueId=WKKCVFWV 158 | 159 | [Document8] 160 | DocumentPath=compute module power.SchDoc 161 | AnnotationEnabled=1 162 | AnnotateStartValue=1 163 | AnnotationIndexControlEnabled=0 164 | AnnotateSuffix= 165 | AnnotateScope=All 166 | AnnotateOrder=3 167 | DoLibraryUpdate=1 168 | DoDatabaseUpdate=1 169 | ClassGenCCAutoEnabled=1 170 | ClassGenCCAutoRoomEnabled=1 171 | ClassGenNCAutoScope=None 172 | DItemRevisionGUID= 173 | GenerateClassCluster=0 174 | DocumentUniqueId=NDPKKRSZ 175 | 176 | [Document9] 177 | DocumentPath=PCB1.PcbDoc 178 | AnnotationEnabled=1 179 | AnnotateStartValue=1 180 | AnnotationIndexControlEnabled=0 181 | AnnotateSuffix= 182 | AnnotateScope=All 183 | AnnotateOrder=-1 184 | DoLibraryUpdate=1 185 | DoDatabaseUpdate=1 186 | ClassGenCCAutoEnabled=1 187 | ClassGenCCAutoRoomEnabled=1 188 | ClassGenNCAutoScope=None 189 | DItemRevisionGUID= 190 | GenerateClassCluster=0 191 | DocumentUniqueId=FEEOKSPH 192 | 193 | [Document10] 194 | DocumentPath=Block Diagram.SchDoc 195 | AnnotationEnabled=1 196 | AnnotateStartValue=1 197 | AnnotationIndexControlEnabled=0 198 | AnnotateSuffix= 199 | AnnotateScope=All 200 | AnnotateOrder=12 201 | DoLibraryUpdate=1 202 | DoDatabaseUpdate=1 203 | ClassGenCCAutoEnabled=1 204 | ClassGenCCAutoRoomEnabled=1 205 | ClassGenNCAutoScope=None 206 | DItemRevisionGUID= 207 | GenerateClassCluster=0 208 | DocumentUniqueId=QYUIWBWP 209 | 210 | [Document11] 211 | DocumentPath=compute module Ethernet.SchDoc 212 | AnnotationEnabled=1 213 | AnnotateStartValue=1 214 | AnnotationIndexControlEnabled=0 215 | AnnotateSuffix= 216 | AnnotateScope=All 217 | AnnotateOrder=14 218 | DoLibraryUpdate=1 219 | DoDatabaseUpdate=1 220 | ClassGenCCAutoEnabled=1 221 | ClassGenCCAutoRoomEnabled=1 222 | ClassGenNCAutoScope=None 223 | DItemRevisionGUID= 224 | GenerateClassCluster=0 225 | DocumentUniqueId=JZKAYPMJ 226 | 227 | [Document12] 228 | DocumentPath=compute module HDMI out.SchDoc 229 | AnnotationEnabled=1 230 | AnnotateStartValue=1 231 | AnnotationIndexControlEnabled=0 232 | AnnotateSuffix= 233 | AnnotateScope=All 234 | AnnotateOrder=15 235 | DoLibraryUpdate=1 236 | DoDatabaseUpdate=1 237 | ClassGenCCAutoEnabled=1 238 | ClassGenCCAutoRoomEnabled=1 239 | ClassGenNCAutoScope=None 240 | DItemRevisionGUID= 241 | GenerateClassCluster=0 242 | DocumentUniqueId=SXLKWIQO 243 | 244 | [Document13] 245 | DocumentPath=compute module microsd.SchDoc 246 | AnnotationEnabled=1 247 | AnnotateStartValue=1 248 | AnnotationIndexControlEnabled=0 249 | AnnotateSuffix= 250 | AnnotateScope=All 251 | AnnotateOrder=16 252 | DoLibraryUpdate=1 253 | DoDatabaseUpdate=1 254 | ClassGenCCAutoEnabled=1 255 | ClassGenCCAutoRoomEnabled=1 256 | ClassGenNCAutoScope=None 257 | DItemRevisionGUID= 258 | GenerateClassCluster=0 259 | DocumentUniqueId=ZMJBFVZM 260 | 261 | [Document14] 262 | DocumentPath=compute module USB.SchDoc 263 | AnnotationEnabled=1 264 | AnnotateStartValue=1 265 | AnnotationIndexControlEnabled=0 266 | AnnotateSuffix= 267 | AnnotateScope=All 268 | AnnotateOrder=17 269 | DoLibraryUpdate=1 270 | DoDatabaseUpdate=1 271 | ClassGenCCAutoEnabled=1 272 | ClassGenCCAutoRoomEnabled=1 273 | ClassGenNCAutoScope=None 274 | DItemRevisionGUID= 275 | GenerateClassCluster=0 276 | DocumentUniqueId=UDQEQPSO 277 | 278 | [Document15] 279 | DocumentPath=FPGA GPIO.SchDoc 280 | AnnotationEnabled=1 281 | AnnotateStartValue=1 282 | AnnotationIndexControlEnabled=0 283 | AnnotateSuffix= 284 | AnnotateScope=All 285 | AnnotateOrder=18 286 | DoLibraryUpdate=1 287 | DoDatabaseUpdate=1 288 | ClassGenCCAutoEnabled=1 289 | ClassGenCCAutoRoomEnabled=1 290 | ClassGenNCAutoScope=None 291 | DItemRevisionGUID= 292 | GenerateClassCluster=0 293 | DocumentUniqueId=ICPJEKEH 294 | 295 | [Document16] 296 | DocumentPath=FPGA power supply.SchDoc 297 | AnnotationEnabled=1 298 | AnnotateStartValue=1 299 | AnnotationIndexControlEnabled=0 300 | AnnotateSuffix= 301 | AnnotateScope=All 302 | AnnotateOrder=19 303 | DoLibraryUpdate=1 304 | DoDatabaseUpdate=1 305 | ClassGenCCAutoEnabled=1 306 | ClassGenCCAutoRoomEnabled=1 307 | ClassGenNCAutoScope=None 308 | DItemRevisionGUID= 309 | GenerateClassCluster=0 310 | DocumentUniqueId=JSTDTPOK 311 | 312 | [Document17] 313 | DocumentPath=FPGA sdram.SchDoc 314 | AnnotationEnabled=1 315 | AnnotateStartValue=1 316 | AnnotationIndexControlEnabled=0 317 | AnnotateSuffix= 318 | AnnotateScope=All 319 | AnnotateOrder=20 320 | DoLibraryUpdate=1 321 | DoDatabaseUpdate=1 322 | ClassGenCCAutoEnabled=1 323 | ClassGenCCAutoRoomEnabled=1 324 | ClassGenNCAutoScope=None 325 | DItemRevisionGUID= 326 | GenerateClassCluster=0 327 | DocumentUniqueId=JKUDDAKJ 328 | 329 | [Document18] 330 | DocumentPath=Blinkinlabs.OutJob 331 | AnnotationEnabled=1 332 | AnnotateStartValue=1 333 | AnnotationIndexControlEnabled=0 334 | AnnotateSuffix= 335 | AnnotateScope=All 336 | AnnotateOrder=-1 337 | DoLibraryUpdate=1 338 | DoDatabaseUpdate=1 339 | ClassGenCCAutoEnabled=1 340 | ClassGenCCAutoRoomEnabled=1 341 | ClassGenNCAutoScope=None 342 | DItemRevisionGUID= 343 | GenerateClassCluster=0 344 | DocumentUniqueId= 345 | 346 | [GeneratedDocument1] 347 | DocumentPath=Project Outputs for compute_fpga\Design Rule Check - PCB1.html 348 | DItemRevisionGUID= 349 | 350 | [Parameter1] 351 | Name=Project 352 | Value=Raspberry Pincushion 353 | 354 | [Parameter2] 355 | Name=VersionRevision 356 | Value=Rev0 357 | 358 | [Configuration1] 359 | Name=Sources 360 | ParameterCount=0 361 | ConstraintFileCount=0 362 | ReleaseItemId= 363 | Variant=[No Variations] 364 | OutputJobsCount=0 365 | ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2 366 | ConfigurationType=Source 367 | 368 | [Generic_EDE] 369 | OutputDir=Project Outputs for compute_fpga 370 | 371 | [OutputGroup1] 372 | Name=Netlist Outputs 373 | Description= 374 | TargetPrinter=Brother HL-L2370DN series 375 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 376 | OutputType1=CadnetixNetlist 377 | OutputName1=Cadnetix Netlist 378 | OutputDocumentPath1= 379 | OutputVariantName1= 380 | OutputDefault1=0 381 | OutputType2=CalayNetlist 382 | OutputName2=Calay Netlist 383 | OutputDocumentPath2= 384 | OutputVariantName2= 385 | OutputDefault2=0 386 | OutputType3=EDIF 387 | OutputName3=EDIF for PCB 388 | OutputDocumentPath3= 389 | OutputVariantName3= 390 | OutputDefault3=0 391 | OutputType4=EESofNetlist 392 | OutputName4=EESof Netlist 393 | OutputDocumentPath4= 394 | OutputVariantName4= 395 | OutputDefault4=0 396 | OutputType5=IntergraphNetlist 397 | OutputName5=Intergraph Netlist 398 | OutputDocumentPath5= 399 | OutputVariantName5= 400 | OutputDefault5=0 401 | OutputType6=MentorBoardStationNetlist 402 | OutputName6=Mentor BoardStation Netlist 403 | OutputDocumentPath6= 404 | OutputVariantName6= 405 | OutputDefault6=0 406 | OutputType7=MultiWire 407 | OutputName7=MultiWire 408 | OutputDocumentPath7= 409 | OutputVariantName7= 410 | OutputDefault7=0 411 | OutputType8=OrCadPCB2Netlist 412 | OutputName8=Orcad/PCB2 Netlist 413 | OutputDocumentPath8= 414 | OutputVariantName8= 415 | OutputDefault8=0 416 | OutputType9=PADSNetlist 417 | OutputName9=PADS ASCII Netlist 418 | OutputDocumentPath9= 419 | OutputVariantName9= 420 | OutputDefault9=0 421 | OutputType10=Pcad 422 | OutputName10=Pcad for PCB 423 | OutputDocumentPath10= 424 | OutputVariantName10= 425 | OutputDefault10=0 426 | OutputType11=PCADNetlist 427 | OutputName11=PCAD Netlist 428 | OutputDocumentPath11= 429 | OutputVariantName11= 430 | OutputDefault11=0 431 | OutputType12=PCADnltNetlist 432 | OutputName12=PCADnlt Netlist 433 | OutputDocumentPath12= 434 | OutputVariantName12= 435 | OutputDefault12=0 436 | OutputType13=Protel2Netlist 437 | OutputName13=Protel2 Netlist 438 | OutputDocumentPath13= 439 | OutputVariantName13= 440 | OutputDefault13=0 441 | OutputType14=ProtelNetlist 442 | OutputName14=Protel 443 | OutputDocumentPath14= 444 | OutputVariantName14= 445 | OutputDefault14=0 446 | OutputType15=RacalNetlist 447 | OutputName15=Racal Netlist 448 | OutputDocumentPath15= 449 | OutputVariantName15= 450 | OutputDefault15=0 451 | OutputType16=RINFNetlist 452 | OutputName16=RINF Netlist 453 | OutputDocumentPath16= 454 | OutputVariantName16= 455 | OutputDefault16=0 456 | OutputType17=SciCardsNetlist 457 | OutputName17=SciCards Netlist 458 | OutputDocumentPath17= 459 | OutputVariantName17= 460 | OutputDefault17=0 461 | OutputType18=TangoNetlist 462 | OutputName18=Tango Netlist 463 | OutputDocumentPath18= 464 | OutputVariantName18= 465 | OutputDefault18=0 466 | OutputType19=TelesisNetlist 467 | OutputName19=Telesis Netlist 468 | OutputDocumentPath19= 469 | OutputVariantName19= 470 | OutputDefault19=0 471 | OutputType20=WireListNetlist 472 | OutputName20=WireList Netlist 473 | OutputDocumentPath20= 474 | OutputVariantName20= 475 | OutputDefault20=0 476 | OutputType21=XSpiceNetlist 477 | OutputName21=XSpice Netlist 478 | OutputDocumentPath21= 479 | OutputVariantName21= 480 | OutputDefault21=0 481 | 482 | [OutputGroup2] 483 | Name=Simulator Outputs 484 | Description= 485 | TargetPrinter=Brother HL-L2370DN series 486 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 487 | OutputType1=AdvSimNetlist 488 | OutputName1=Mixed Sim 489 | OutputDocumentPath1= 490 | OutputVariantName1= 491 | OutputDefault1=0 492 | 493 | [OutputGroup3] 494 | Name=Documentation Outputs 495 | Description= 496 | TargetPrinter=Virtual Printer 497 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 498 | OutputType1=Composite 499 | OutputName1=Composite Drawing 500 | OutputDocumentPath1= 501 | OutputVariantName1= 502 | OutputDefault1=0 503 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 504 | OutputType2=PCB 3D Print 505 | OutputName2=PCB 3D Print 506 | OutputDocumentPath2= 507 | OutputVariantName2=[No Variations] 508 | OutputDefault2=0 509 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 510 | OutputType3=PCB 3D Video 511 | OutputName3=PCB 3D Video 512 | OutputDocumentPath3= 513 | OutputVariantName3=[No Variations] 514 | OutputDefault3=0 515 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 516 | OutputType4=PCB Print 517 | OutputName4=PCB Prints 518 | OutputDocumentPath4= 519 | OutputVariantName4= 520 | OutputDefault4=0 521 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 522 | OutputType5=PCBDrawing 523 | OutputName5=Draftsman 524 | OutputDocumentPath5= 525 | OutputVariantName5=[No Variations] 526 | OutputDefault5=0 527 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 528 | OutputType6=PCBLIB Print 529 | OutputName6=PCBLIB Prints 530 | OutputDocumentPath6= 531 | OutputVariantName6= 532 | OutputDefault6=0 533 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 534 | OutputType7=PDF3D 535 | OutputName7=PDF3D 536 | OutputDocumentPath7= 537 | OutputVariantName7=[No Variations] 538 | OutputDefault7=0 539 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 540 | OutputType8=PDF3D MBA 541 | OutputName8=PDF3D MBA 542 | OutputDocumentPath8= 543 | OutputVariantName8= 544 | OutputDefault8=0 545 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 546 | OutputType9=Report Print 547 | OutputName9=Report Prints 548 | OutputDocumentPath9= 549 | OutputVariantName9= 550 | OutputDefault9=0 551 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 552 | OutputType10=Schematic Print 553 | OutputName10=Schematic Prints 554 | OutputDocumentPath10= 555 | OutputVariantName10= 556 | OutputDefault10=0 557 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 558 | OutputType11=SimView Print 559 | OutputName11=SimView Prints 560 | OutputDocumentPath11= 561 | OutputVariantName11= 562 | OutputDefault11=0 563 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 564 | 565 | [OutputGroup4] 566 | Name=Assembly Outputs 567 | Description= 568 | TargetPrinter=Brother HL-L2370DN series 569 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 570 | OutputType1=Assembly 571 | OutputName1=Assembly Drawings 572 | OutputDocumentPath1= 573 | OutputVariantName1=[No Variations] 574 | OutputDefault1=0 575 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 576 | OutputType2=Pick Place 577 | OutputName2=Generates pick and place files 578 | OutputDocumentPath2= 579 | OutputVariantName2=[No Variations] 580 | OutputDefault2=0 581 | OutputType3=Test Points For Assembly 582 | OutputName3=Test Point Report 583 | OutputDocumentPath3= 584 | OutputVariantName3=[No Variations] 585 | OutputDefault3=0 586 | 587 | [OutputGroup5] 588 | Name=Fabrication Outputs 589 | Description= 590 | TargetPrinter=Brother HL-L2370DN series 591 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 592 | OutputType1=Board Stack Report 593 | OutputName1=Report Board Stack 594 | OutputDocumentPath1= 595 | OutputVariantName1= 596 | OutputDefault1=0 597 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 598 | OutputType2=CompositeDrill 599 | OutputName2=Composite Drill Drawing 600 | OutputDocumentPath2= 601 | OutputVariantName2= 602 | OutputDefault2=0 603 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 604 | OutputType3=Drill 605 | OutputName3=Drill Drawing/Guides 606 | OutputDocumentPath3= 607 | OutputVariantName3= 608 | OutputDefault3=0 609 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 610 | OutputType4=Final 611 | OutputName4=Final Artwork Prints 612 | OutputDocumentPath4= 613 | OutputVariantName4=[No Variations] 614 | OutputDefault4=0 615 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 616 | OutputType5=Gerber 617 | OutputName5=Gerber Files 618 | OutputDocumentPath5= 619 | OutputVariantName5=[No Variations] 620 | OutputDefault5=0 621 | OutputType6=Gerber X2 622 | OutputName6=Gerber X2 Files 623 | OutputDocumentPath6= 624 | OutputVariantName6= 625 | OutputDefault6=0 626 | OutputType7=IPC2581 627 | OutputName7=IPC-2581 Files 628 | OutputDocumentPath7= 629 | OutputVariantName7= 630 | OutputDefault7=0 631 | OutputType8=Mask 632 | OutputName8=Solder/Paste Mask Prints 633 | OutputDocumentPath8= 634 | OutputVariantName8= 635 | OutputDefault8=0 636 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 637 | OutputType9=NC Drill 638 | OutputName9=NC Drill Files 639 | OutputDocumentPath9= 640 | OutputVariantName9= 641 | OutputDefault9=0 642 | OutputType10=ODB 643 | OutputName10=ODB++ Files 644 | OutputDocumentPath10= 645 | OutputVariantName10=[No Variations] 646 | OutputDefault10=0 647 | OutputType11=Plane 648 | OutputName11=Power-Plane Prints 649 | OutputDocumentPath11= 650 | OutputVariantName11= 651 | OutputDefault11=0 652 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 653 | OutputType12=Test Points 654 | OutputName12=Test Point Report 655 | OutputDocumentPath12= 656 | OutputVariantName12= 657 | OutputDefault12=0 658 | 659 | [OutputGroup6] 660 | Name=Report Outputs 661 | Description= 662 | TargetPrinter=Brother HL-L2370DN series 663 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 664 | OutputType1=BOM_PartType 665 | OutputName1=Bill of Materials 666 | OutputDocumentPath1= 667 | OutputVariantName1=[No Variations] 668 | OutputDefault1=0 669 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 670 | OutputType2=ComponentCrossReference 671 | OutputName2=Component Cross Reference Report 672 | OutputDocumentPath2= 673 | OutputVariantName2=[No Variations] 674 | OutputDefault2=0 675 | OutputType3=ReportHierarchy 676 | OutputName3=Report Project Hierarchy 677 | OutputDocumentPath3= 678 | OutputVariantName3=[No Variations] 679 | OutputDefault3=0 680 | OutputType4=Script 681 | OutputName4=Script Output 682 | OutputDocumentPath4= 683 | OutputVariantName4=[No Variations] 684 | OutputDefault4=0 685 | OutputType5=SimpleBOM 686 | OutputName5=Simple BOM 687 | OutputDocumentPath5= 688 | OutputVariantName5=[No Variations] 689 | OutputDefault5=0 690 | OutputType6=SinglePinNetReporter 691 | OutputName6=Report Single Pin Nets 692 | OutputDocumentPath6= 693 | OutputVariantName6=[No Variations] 694 | OutputDefault6=0 695 | 696 | [OutputGroup7] 697 | Name=Other Outputs 698 | Description= 699 | TargetPrinter=Brother HL-L2370DN series 700 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 701 | OutputType1=Text Print 702 | OutputName1=Text Print 703 | OutputDocumentPath1= 704 | OutputVariantName1= 705 | OutputDefault1=0 706 | PageOptions1=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 707 | OutputType2=Text Print 708 | OutputName2=Text Print 709 | OutputDocumentPath2= 710 | OutputVariantName2= 711 | OutputDefault2=0 712 | PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 713 | OutputType3=Text Print 714 | OutputName3=Text Print 715 | OutputDocumentPath3= 716 | OutputVariantName3= 717 | OutputDefault3=0 718 | PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 719 | OutputType4=Text Print 720 | OutputName4=Text Print 721 | OutputDocumentPath4= 722 | OutputVariantName4= 723 | OutputDefault4=0 724 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 725 | OutputType5=Text Print 726 | OutputName5=Text Print 727 | OutputDocumentPath5= 728 | OutputVariantName5= 729 | OutputDefault5=0 730 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 731 | OutputType6=Text Print 732 | OutputName6=Text Print 733 | OutputDocumentPath6= 734 | OutputVariantName6= 735 | OutputDefault6=0 736 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 737 | OutputType7=Text Print 738 | OutputName7=Text Print 739 | OutputDocumentPath7= 740 | OutputVariantName7= 741 | OutputDefault7=0 742 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 743 | OutputType8=Text Print 744 | OutputName8=Text Print 745 | OutputDocumentPath8= 746 | OutputVariantName8= 747 | OutputDefault8=0 748 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 749 | OutputType9=Text Print 750 | OutputName9=Text Print 751 | OutputDocumentPath9= 752 | OutputVariantName9= 753 | OutputDefault9=0 754 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 755 | OutputType10=Text Print 756 | OutputName10=Text Print 757 | OutputDocumentPath10= 758 | OutputVariantName10= 759 | OutputDefault10=0 760 | PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 761 | OutputType11=Text Print 762 | OutputName11=Text Print 763 | OutputDocumentPath11= 764 | OutputVariantName11= 765 | OutputDefault11=0 766 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 767 | OutputType12=Text Print 768 | OutputName12=Text Print 769 | OutputDocumentPath12= 770 | OutputVariantName12= 771 | OutputDefault12=0 772 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 773 | OutputType13=Text Print 774 | OutputName13=Text Print 775 | OutputDocumentPath13= 776 | OutputVariantName13= 777 | OutputDefault13=0 778 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 779 | OutputType14=Text Print 780 | OutputName14=Text Print 781 | OutputDocumentPath14= 782 | OutputVariantName14= 783 | OutputDefault14=0 784 | PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 785 | OutputType15=Text Print 786 | OutputName15=Text Print 787 | OutputDocumentPath15= 788 | OutputVariantName15= 789 | OutputDefault15=0 790 | PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 791 | OutputType16=Text Print 792 | OutputName16=Text Print 793 | OutputDocumentPath16= 794 | OutputVariantName16= 795 | OutputDefault16=0 796 | PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 797 | OutputType17=Text Print 798 | OutputName17=Text Print 799 | OutputDocumentPath17= 800 | OutputVariantName17= 801 | OutputDefault17=0 802 | PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 803 | OutputType18=Text Print 804 | OutputName18=Text Print 805 | OutputDocumentPath18= 806 | OutputVariantName18= 807 | OutputDefault18=0 808 | PageOptions18=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 809 | OutputType19=Text Print 810 | OutputName19=Text Print 811 | OutputDocumentPath19= 812 | OutputVariantName19= 813 | OutputDefault19=0 814 | PageOptions19=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 815 | OutputType20=Text Print 816 | OutputName20=Text Print 817 | OutputDocumentPath20= 818 | OutputVariantName20= 819 | OutputDefault20=0 820 | PageOptions20=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 821 | OutputType21=Text Print 822 | OutputName21=Text Print 823 | OutputDocumentPath21= 824 | OutputVariantName21= 825 | OutputDefault21=0 826 | PageOptions21=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 827 | OutputType22=Text Print 828 | OutputName22=Text Print 829 | OutputDocumentPath22= 830 | OutputVariantName22= 831 | OutputDefault22=0 832 | PageOptions22=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 833 | OutputType23=Text Print 834 | OutputName23=Text Print 835 | OutputDocumentPath23= 836 | OutputVariantName23= 837 | OutputDefault23=0 838 | PageOptions23=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 839 | OutputType24=Text Print 840 | OutputName24=Text Print 841 | OutputDocumentPath24= 842 | OutputVariantName24= 843 | OutputDefault24=0 844 | PageOptions24=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 845 | OutputType25=Text Print 846 | OutputName25=Text Print 847 | OutputDocumentPath25= 848 | OutputVariantName25= 849 | OutputDefault25=0 850 | PageOptions25=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 851 | OutputType26=Text Print 852 | OutputName26=Text Print 853 | OutputDocumentPath26= 854 | OutputVariantName26= 855 | OutputDefault26=0 856 | PageOptions26=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 857 | OutputType27=Text Print 858 | OutputName27=Text Print 859 | OutputDocumentPath27= 860 | OutputVariantName27= 861 | OutputDefault27=0 862 | PageOptions27=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 863 | OutputType28=Text Print 864 | OutputName28=Text Print 865 | OutputDocumentPath28= 866 | OutputVariantName28= 867 | OutputDefault28=0 868 | PageOptions28=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 869 | OutputType29=Text Print 870 | OutputName29=Text Print 871 | OutputDocumentPath29= 872 | OutputVariantName29= 873 | OutputDefault29=0 874 | PageOptions29=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 875 | 876 | [OutputGroup8] 877 | Name=Validation Outputs 878 | Description= 879 | TargetPrinter=Brother HL-L2370DN series 880 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 881 | OutputType1=BOM_Violations 882 | OutputName1=BOM Checks Report 883 | OutputDocumentPath1= 884 | OutputVariantName1= 885 | OutputDefault1=0 886 | OutputType2=Component states check 887 | OutputName2=Server's components states check 888 | OutputDocumentPath2= 889 | OutputVariantName2= 890 | OutputDefault2=0 891 | OutputType3=Configuration compliance 892 | OutputName3=Environment configuration compliance check 893 | OutputDocumentPath3= 894 | OutputVariantName3= 895 | OutputDefault3=0 896 | OutputType4=Design Rules Check 897 | OutputName4=Design Rules Check 898 | OutputDocumentPath4= 899 | OutputVariantName4= 900 | OutputDefault4=0 901 | PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 902 | OutputType5=Differences Report 903 | OutputName5=Differences Report 904 | OutputDocumentPath5= 905 | OutputVariantName5= 906 | OutputDefault5=0 907 | PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 908 | OutputType6=Electrical Rules Check 909 | OutputName6=Electrical Rules Check 910 | OutputDocumentPath6= 911 | OutputVariantName6= 912 | OutputDefault6=0 913 | PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 914 | OutputType7=Footprint Comparison Report 915 | OutputName7=Footprint Comparison Report 916 | OutputDocumentPath7= 917 | OutputVariantName7= 918 | OutputDefault7=0 919 | 920 | [OutputGroup9] 921 | Name=Export Outputs 922 | Description= 923 | TargetPrinter=Brother HL-L2370DN series 924 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 925 | OutputType1=AutoCAD dwg/dxf PCB 926 | OutputName1=AutoCAD dwg/dxf File PCB 927 | OutputDocumentPath1= 928 | OutputVariantName1= 929 | OutputDefault1=0 930 | OutputType2=AutoCAD dwg/dxf Schematic 931 | OutputName2=AutoCAD dwg/dxf File Schematic 932 | OutputDocumentPath2= 933 | OutputVariantName2= 934 | OutputDefault2=0 935 | OutputType3=ExportIDF 936 | OutputName3=Export IDF 937 | OutputDocumentPath3= 938 | OutputVariantName3= 939 | OutputDefault3=0 940 | OutputType4=ExportPARASOLID 941 | OutputName4=Export PARASOLID 942 | OutputDocumentPath4= 943 | OutputVariantName4=[No Variations] 944 | OutputDefault4=0 945 | OutputType5=ExportSTEP 946 | OutputName5=Export STEP 947 | OutputDocumentPath5= 948 | OutputVariantName5=[No Variations] 949 | OutputDefault5=0 950 | OutputType6=ExportVRML 951 | OutputName6=Export VRML 952 | OutputDocumentPath6= 953 | OutputVariantName6=[No Variations] 954 | OutputDefault6=0 955 | OutputType7=MBAExportPARASOLID 956 | OutputName7=Export PARASOLID 957 | OutputDocumentPath7= 958 | OutputVariantName7= 959 | OutputDefault7=0 960 | OutputType8=MBAExportSTEP 961 | OutputName8=Export STEP 962 | OutputDocumentPath8= 963 | OutputVariantName8= 964 | OutputDefault8=0 965 | OutputType9=Save As/Export PCB 966 | OutputName9=Save As/Export PCB 967 | OutputDocumentPath9= 968 | OutputVariantName9= 969 | OutputDefault9=0 970 | OutputType10=Save As/Export Schematic 971 | OutputName10=Save As/Export Schematic 972 | OutputDocumentPath10= 973 | OutputVariantName10= 974 | OutputDefault10=0 975 | OutputType11=Specctra Design PCB 976 | OutputName11=Specctra Design PCB 977 | OutputDocumentPath11= 978 | OutputVariantName11= 979 | OutputDefault11=0 980 | 981 | [OutputGroup10] 982 | Name=PostProcess Outputs 983 | Description= 984 | TargetPrinter=Brother HL-L2370DN series 985 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 986 | OutputType1=Copy Files 987 | OutputName1=Copy Files 988 | OutputDocumentPath1= 989 | OutputVariantName1= 990 | OutputDefault1=0 991 | 992 | [Modification Levels] 993 | Type1=1 994 | Type2=1 995 | Type3=1 996 | Type4=1 997 | Type5=1 998 | Type6=1 999 | Type7=1 1000 | Type8=1 1001 | Type9=1 1002 | Type10=1 1003 | Type11=1 1004 | Type12=1 1005 | Type13=1 1006 | Type14=1 1007 | Type15=1 1008 | Type16=1 1009 | Type17=1 1010 | Type18=1 1011 | Type19=1 1012 | Type20=1 1013 | Type21=1 1014 | Type22=1 1015 | Type23=1 1016 | Type24=1 1017 | Type25=1 1018 | Type26=1 1019 | Type27=1 1020 | Type28=1 1021 | Type29=1 1022 | Type30=1 1023 | Type31=1 1024 | Type32=1 1025 | Type33=1 1026 | Type34=0 1027 | Type35=0 1028 | Type36=0 1029 | Type37=1 1030 | Type38=1 1031 | Type39=1 1032 | Type40=1 1033 | Type41=1 1034 | Type42=1 1035 | Type43=1 1036 | Type44=1 1037 | Type45=1 1038 | Type46=1 1039 | Type47=1 1040 | Type48=1 1041 | Type49=1 1042 | Type50=1 1043 | Type51=1 1044 | Type52=1 1045 | Type53=1 1046 | Type54=1 1047 | Type55=1 1048 | Type56=1 1049 | Type57=1 1050 | Type58=1 1051 | Type59=1 1052 | Type60=1 1053 | Type61=1 1054 | Type62=1 1055 | Type63=1 1056 | Type64=1 1057 | Type65=1 1058 | Type66=1 1059 | Type67=1 1060 | Type68=1 1061 | Type69=1 1062 | Type70=1 1063 | Type71=1 1064 | Type72=1 1065 | Type73=1 1066 | Type74=1 1067 | Type75=1 1068 | Type76=1 1069 | Type77=1 1070 | Type78=1 1071 | Type79=1 1072 | Type80=1 1073 | Type81=1 1074 | Type82=1 1075 | Type83=1 1076 | Type84=1 1077 | Type85=1 1078 | Type86=1 1079 | Type87=1 1080 | Type88=1 1081 | Type89=1 1082 | Type90=1 1083 | Type91=1 1084 | Type92=1 1085 | Type93=1 1086 | Type94=1 1087 | Type95=1 1088 | Type96=1 1089 | Type97=1 1090 | Type98=1 1091 | Type99=1 1092 | Type100=1 1093 | Type101=1 1094 | Type102=1 1095 | Type103=1 1096 | Type104=1 1097 | Type105=1 1098 | Type106=1 1099 | Type107=1 1100 | Type108=1 1101 | Type109=1 1102 | Type110=1 1103 | Type111=1 1104 | Type112=1 1105 | Type113=1 1106 | Type114=1 1107 | Type115=1 1108 | Type116=1 1109 | Type117=1 1110 | Type118=1 1111 | Type119=1 1112 | 1113 | [Difference Levels] 1114 | Type1=1 1115 | Type2=1 1116 | Type3=1 1117 | Type4=1 1118 | Type5=1 1119 | Type6=1 1120 | Type7=1 1121 | Type8=1 1122 | Type9=1 1123 | Type10=1 1124 | Type11=1 1125 | Type12=1 1126 | Type13=1 1127 | Type14=1 1128 | Type15=1 1129 | Type16=1 1130 | Type17=1 1131 | Type18=1 1132 | Type19=1 1133 | Type20=1 1134 | Type21=1 1135 | Type22=1 1136 | Type23=1 1137 | Type24=1 1138 | Type25=1 1139 | Type26=1 1140 | Type27=1 1141 | Type28=1 1142 | Type29=1 1143 | Type30=1 1144 | Type31=1 1145 | Type32=1 1146 | Type33=1 1147 | Type34=1 1148 | Type35=1 1149 | Type36=1 1150 | Type37=1 1151 | Type38=1 1152 | Type39=1 1153 | Type40=1 1154 | Type41=1 1155 | Type42=1 1156 | Type43=1 1157 | Type44=1 1158 | Type45=1 1159 | Type46=1 1160 | Type47=1 1161 | Type48=1 1162 | Type49=1 1163 | Type50=1 1164 | Type51=1 1165 | Type52=1 1166 | Type53=1 1167 | Type54=1 1168 | Type55=1 1169 | Type56=1 1170 | Type57=1 1171 | Type58=1 1172 | Type59=1 1173 | Type60=1 1174 | Type61=1 1175 | Type62=1 1176 | Type63=1 1177 | Type64=1 1178 | Type65=1 1179 | Type66=1 1180 | Type67=1 1181 | Type68=1 1182 | 1183 | [Electrical Rules Check] 1184 | Type1=1 1185 | Type2=1 1186 | Type3=2 1187 | Type4=1 1188 | Type5=2 1189 | Type6=2 1190 | Type7=0 1191 | Type8=1 1192 | Type9=1 1193 | Type10=1 1194 | Type11=2 1195 | Type12=0 1196 | Type13=0 1197 | Type14=1 1198 | Type15=1 1199 | Type16=1 1200 | Type17=1 1201 | Type18=1 1202 | Type19=1 1203 | Type20=0 1204 | Type21=0 1205 | Type22=0 1206 | Type23=0 1207 | Type24=1 1208 | Type25=2 1209 | Type26=0 1210 | Type27=2 1211 | Type28=1 1212 | Type29=1 1213 | Type30=1 1214 | Type31=1 1215 | Type32=2 1216 | Type33=0 1217 | Type34=2 1218 | Type35=1 1219 | Type36=2 1220 | Type37=1 1221 | Type38=2 1222 | Type39=2 1223 | Type40=2 1224 | Type41=0 1225 | Type42=2 1226 | Type43=1 1227 | Type44=0 1228 | Type45=0 1229 | Type46=0 1230 | Type47=0 1231 | Type48=0 1232 | Type49=0 1233 | Type50=2 1234 | Type51=0 1235 | Type52=0 1236 | Type53=1 1237 | Type54=1 1238 | Type55=1 1239 | Type56=2 1240 | Type57=1 1241 | Type58=1 1242 | Type59=2 1243 | Type60=0 1244 | Type61=0 1245 | Type62=0 1246 | Type63=0 1247 | Type64=0 1248 | Type65=2 1249 | Type66=3 1250 | Type67=2 1251 | Type68=2 1252 | Type69=2 1253 | Type70=2 1254 | Type71=2 1255 | Type72=2 1256 | Type73=2 1257 | Type74=1 1258 | Type75=2 1259 | Type76=1 1260 | Type77=1 1261 | Type78=1 1262 | Type79=1 1263 | Type80=2 1264 | Type81=3 1265 | Type82=3 1266 | Type83=3 1267 | Type84=3 1268 | Type85=3 1269 | Type86=2 1270 | Type87=2 1271 | Type88=2 1272 | Type89=1 1273 | Type90=1 1274 | Type91=3 1275 | Type92=3 1276 | Type93=2 1277 | Type94=2 1278 | Type95=2 1279 | Type96=2 1280 | Type97=2 1281 | Type98=0 1282 | Type99=1 1283 | Type100=2 1284 | Type101=0 1285 | Type102=2 1286 | Type103=2 1287 | Type104=1 1288 | Type105=2 1289 | Type106=2 1290 | Type107=2 1291 | Type108=2 1292 | Type109=1 1293 | Type110=1 1294 | Type111=1 1295 | Type112=1 1296 | Type113=1 1297 | Type114=2 1298 | Type115=2 1299 | Type116=2 1300 | Type117=3 1301 | Type118=3 1302 | Type119=3 1303 | MultiChannelAlternate=2 1304 | AlternateItemFail=3 1305 | Type122=2 1306 | 1307 | [ERC Connection Matrix] 1308 | L1=NNNNNNNNNNNWNNNWW 1309 | L2=NNWNNNNWWWNWNWNWN 1310 | L3=NWEENEEEENEWNEEWN 1311 | L4=NNENNNWEENNWNENWN 1312 | L5=NNNNNNNNNNNNNNNNN 1313 | L6=NNENNNNEENNWNENWN 1314 | L7=NNEWNNWEENNWNENWN 1315 | L8=NWEENEENEEENNEENN 1316 | L9=NWEENEEEENEWNEEWW 1317 | L10=NWNNNNNENNEWNNEWN 1318 | L11=NNENNNNEEENWNENWN 1319 | L12=WWWWNWWNWWWNWWWNN 1320 | L13=NNNNNNNNNNNWNNNWW 1321 | L14=NWEENEEEENEWNEEWW 1322 | L15=NNENNNNEEENWNENWW 1323 | L16=WWWWNWWNWWWNWWWNW 1324 | L17=WNNNNNNNWNNNWWWWN 1325 | 1326 | [Annotate] 1327 | SortOrder=3 1328 | SortLocation=0 1329 | ReplaceSubparts=0 1330 | MatchParameter1=Comment 1331 | MatchStrictly1=1 1332 | MatchParameter2=Library Reference 1333 | MatchStrictly2=1 1334 | PhysicalNamingFormat=$Component_$RoomName 1335 | GlobalIndexSortOrder=3 1336 | GlobalIndexSortLocation=0 1337 | 1338 | [PrjClassGen] 1339 | CompClassManualEnabled=0 1340 | CompClassManualRoomEnabled=0 1341 | NetClassAutoBusEnabled=1 1342 | NetClassAutoCompEnabled=0 1343 | NetClassAutoNamedHarnessEnabled=0 1344 | NetClassManualEnabled=1 1345 | NetClassSeparateForBusSections=0 1346 | 1347 | [LibraryUpdateOptions] 1348 | SelectedOnly=1 1349 | UpdateVariants=1 1350 | UpdateToLatestRevision=1 1351 | PartTypes=0 1352 | ComponentLibIdentifierKind0=Library Name And Type 1353 | ComponentLibraryIdentifier0=Blinkinlabs.IntLib 1354 | ComponentDesignItemID0=MIC94325YMT-TR 1355 | ComponentSymbolReference0=MIC94325YMT-TR 1356 | ComponentUpdate0=1 1357 | ComponentIsDeviceSheet0=0 1358 | FullReplace=1 1359 | UpdateDesignatorLock=1 1360 | UpdatePartIDLock=1 1361 | PreserveParameterLocations=1 1362 | PreserveParameterVisibility=1 1363 | DoGraphics=1 1364 | DoParameters=1 1365 | DoModels=1 1366 | AddParameters=0 1367 | RemoveParameters=0 1368 | AddModels=1 1369 | RemoveModels=1 1370 | UpdateCurrentModels=1 1371 | ParameterName0=Comment 1372 | ParameterUpdate0=1 1373 | ParameterName1=Component Kind 1374 | ParameterUpdate1=1 1375 | ParameterName2=Description 1376 | ParameterUpdate2=1 1377 | ParameterName3=Digikey PartNumber 1378 | ParameterUpdate3=1 1379 | ParameterName4=Library Reference 1380 | ParameterUpdate4=1 1381 | ParameterName5=Manufacturer 1382 | ParameterUpdate5=1 1383 | ParameterName6=PartNumber 1384 | ParameterUpdate6=1 1385 | ModelTypeGroup0=PCBLIB 1386 | ModelTypeUpdate0=1 1387 | ModelType0=PCBLIB 1388 | ModelName0=QFN50P160X160X60_HS-7N 1389 | ModelUpdate0=1 1390 | 1391 | [DatabaseUpdateOptions] 1392 | SelectedOnly=0 1393 | UpdateVariants=1 1394 | UpdateToLatestRevision=1 1395 | PartTypes=0 1396 | 1397 | [Comparison Options] 1398 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1399 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1400 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1401 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1402 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|Confirm=0|UseName=0|InclAllRules=0 1403 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|Confirm=-1|UseName=-1|InclAllRules=0 1404 | 1405 | [SmartPDF] 1406 | 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=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1 1407 | 1408 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Raspberry Pincushion 2 | 3 | ![PCB render](https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/main/releases/2021-01-05_Raspberry_Pincushion_Rev0.png) 4 | 5 | ![Block diagram](https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/main/docs/Block_Diagram_Rev0.png) 6 | 7 | [Schematics here](https://github.com/Blinkinlabs/RaspberryPincushion/raw/main/releases/2021-01-05_Raspberry_Pincushion_Rev0.PDF) 8 | -------------------------------------------------------------------------------- /releases/2021-01-05_Raspberry_Pincushion_Rev0.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/releases/2021-01-05_Raspberry_Pincushion_Rev0.PDF -------------------------------------------------------------------------------- /releases/2021-01-05_Raspberry_Pincushion_Rev0.csv: -------------------------------------------------------------------------------- 1 | Altium Designer Pick and Place Locations 2 | C:\Users\blinkinlabs\Desktop\compute_fpga\pcb\Project Outputs for compute_fpga\Pick Place\Pick Place for PCB1.csv 3 | 4 | ======================================================================================================================== 5 | File Design Information: 6 | 7 | Date: 05/01/21 8 | Time: 23:02 9 | Revision: ec2147ffef304f88b545b39512a31c8649727b1b 10 | Variant: No variations 11 | Units used: mm 12 | 13 | "Designator","Footprint","Center-X(mm)","Center-Y(mm)","Ref-X(mm)","Ref-Y(mm)","Pad-X(mm)","Pad-Y(mm)","Layer","Rotation","Comment" 14 | "P2","HDR2X30","100.3300","85.0900","63.5000","83.8200","63.5000","83.8200","TopLayer","360","Header 30X2" 15 | "R5","ERJ2G(0402)_N","9.5000","83.5000","9.5000","83.5000","9.0500","83.5000","TopLayer","360","5.1k" 16 | "J3","TYPE-C-31-M-12","4.5500","82.0000","2.0000","82.0000","7.0920","78.7750","TopLayer","270","TYPE-C-31-M-12" 17 | "J7","1757242","26.9250","80.7000","26.9250","80.7000","29.4650","80.7000","TopLayer","90","1757242" 18 | "R6","ERJ2G(0402)_N","9.5000","80.5000","9.5000","80.5000","9.0500","80.5000","TopLayer","360","5.1k" 19 | "J6","HDR1X6","37.5000","80.2300","37.5000","86.5800","37.5000","86.5800","TopLayer","270","FTDI" 20 | "J4","TFP09-2-12B","49.5750","78.2000","49.5750","83.4500","47.3750","72.9500","TopLayer","180","TFP09-2-12B" 21 | "U3","NXP-SOT353-1_L","30.5000","75.5000","30.5000","75.5000","31.1500","76.4500","TopLayer","270","74LVC1G17GW" 22 | "R28","ERJ2G(0402)_L","117.7500","74.9250","117.7500","74.9250","117.3500","74.9250","TopLayer","360","4.7k" 23 | "R10","ERJ2G(0402)_L","28.0000","74.5000","28.0000","74.5000","28.4000","74.5000","TopLayer","180","1k" 24 | "D2","BL-Hxx37A-AV-TRB","26.0000","74.5000","26.0000","74.5000","25.4750","74.5000","TopLayer","360","BL-HUB37A-AV-TRB" 25 | "P7","HDR2X4","126.4800","74.2300","122.6700","72.9600","122.6700","72.9600","TopLayer","360","Header 4X2" 26 | "U14","FP-002-15548-MFG","111.8500","74.1750","111.8500","74.1750","115.5000","72.2700","TopLayer","180","S25FL064LABMFI013" 27 | "R30","ERJ2G(0402)_L","106.0000","73.5000","106.0000","73.5000","106.4000","73.5000","TopLayer","180","4.7k" 28 | "R9","ERJ2G(0402)_L","28.0000","73.0000","28.0000","73.0000","28.4000","73.0000","TopLayer","180","1k" 29 | "D1","BL-Hxx37A-AV-TRB","26.0000","73.0000","26.0000","73.0000","25.4750","73.0000","TopLayer","360","BL-HGE37A-AV-TRB" 30 | "R29","ERJ2G(0402)_L","117.7500","72.4250","117.7500","72.4250","117.3500","72.4250","TopLayer","360","4.7k" 31 | "C82","CAPC1005X06L","106.0000","72.2500","106.0000","72.2500","105.6100","72.2500","TopLayer","360","0.10uF" 32 | "P6","HDR2X3","71.7700","72.0000","70.5000","74.5400","70.5000","74.5400","TopLayer","270","Header 3X2" 33 | "C46","CAPC1608X09L","51.7750","70.9250","51.7750","70.9250","51.1250","70.9250","TopLayer","0","47uF" 34 | "R1","ERJ2G(0402)_L","13.8741","70.2575","13.8741","70.2575","13.8741","70.6575","TopLayer","270","20k" 35 | "U11","SOT95P280X145-6N-5","16.5154","68.9301","16.5154","68.9301","17.8404","67.9801","TopLayer","180","AP22653W6-7" 36 | "U6","FP-DCK0006A-MFG","57.3750","68.7500","57.3750","68.7500","56.7250","67.6500","TopLayer","90","TPS22919DCKR" 37 | "R32","ERJ2G(0402)_L","77.7500","68.5000","77.7500","68.5000","77.7500","68.9000","TopLayer","270","330" 38 | "R31","ERJ2G(0402)_L","78.7500","68.5000","78.7500","68.5000","78.7500","68.1000","TopLayer","90","330" 39 | "R16","ERJ2G(0402)_L","79.7500","68.5000","79.7500","68.5000","79.7500","68.1000","TopLayer","90","330" 40 | "R15","ERJ2G(0402)_L","76.7500","68.5000","76.7500","68.5000","76.7500","68.1000","TopLayer","90","4.7k" 41 | "R14","ERJ2G(0402)_L","75.7500","68.5000","75.7500","68.5000","75.7500","68.1000","TopLayer","90","4.7k" 42 | "P5","HDR2X4","118.0200","66.9800","121.8300","68.2500","121.8300","68.2500","TopLayer","180","Header 4X2" 43 | "C52","CAPC1005X06L","106.1750","66.6500","106.1750","66.6500","106.5650","66.6500","TopLayer","180","0.33uF" 44 | "C60","CAPC1005X06L","57.0500","66.4500","57.0500","66.4500","57.4400","66.4500","TopLayer","180","0.10uF" 45 | "C86","CAPC2012X10L","15.5000","66.0000","15.5000","66.0000","14.7500","66.0000","TopLayer","360","22uF" 46 | "C83","CAPC2012X10L","19.0000","66.0000","19.0000","66.0000","18.2500","66.0000","TopLayer","360","10uF" 47 | "C85","CAPC1005X06L","15.5000","64.5000","15.5000","64.5000","15.8900","64.5000","TopLayer","180","0.10uF" 48 | "C63","CAPC1005X06L","19.0000","64.5000","19.0000","64.5000","19.3900","64.5000","TopLayer","180","0.10uF" 49 | "U5","RGX0011A","106.8750","64.1500","106.8750","64.1500","106.8750","64.6500","TopLayer","270","TPS621361RGXR" 50 | "C50","CAPC2012X10L","109.3750","64.1500","109.3750","64.1500","109.3750","64.9000","TopLayer","270","10uF" 51 | "L3","SWPA4030S","103.3750","63.6750","103.3750","63.6750","103.3750","65.1750","TopLayer","270","1.5uH" 52 | "R23","ERJ2G(0402)_L","117.2500","63.5000","117.2500","63.5000","117.2500","63.9000","TopLayer","270","0.0" 53 | "R22","ERJ2G(0402)_L","116.2500","63.5000","116.2500","63.5000","116.2500","63.9000","TopLayer","270","100k" 54 | "R21","ERJ2G(0402)_L","119.7500","63.5000","119.7500","63.5000","119.7500","63.9000","TopLayer","270","0.0" 55 | "R20","ERJ2G(0402)_L","118.7500","63.5000","118.7500","63.5000","118.7500","63.9000","TopLayer","270","100k" 56 | "R19","ERJ2G(0402)_L","121.7500","63.5000","121.7500","63.5000","121.7500","63.9000","TopLayer","270","100k" 57 | "C55","CAPC1005X06L","126.6000","62.2500","126.6000","62.2500","126.9900","62.2500","TopLayer","180","0.33uF" 58 | "C49","CAPC1005X06L","116.1500","62.0000","116.1500","62.0000","116.5400","62.0000","TopLayer","180","0.33uF" 59 | "U10","DQA0010A_V","14.7675","61.7500","14.7675","61.7500","15.1850","60.7500","TopLayer","180","TPD4EUSB30DQAR" 60 | "C51","CAPC2012X10L","108.3750","61.1500","108.3750","61.1500","107.6250","61.1500","TopLayer","360","22uF" 61 | "J1","61400416021","10.6450","61.0000","6.0100","61.0000","12.0000","64.5000","TopLayer","270","61400416021" 62 | "R13","ERJ2G(0402)_L","103.7750","60.6500","103.7750","60.6500","103.3750","60.6500","TopLayer","360","300k" 63 | "R12","ERJ2G(0402)_L","105.4750","60.6500","105.4750","60.6500","105.0750","60.6500","TopLayer","360","470k" 64 | "U2","FP-846AP-MFG","21.0000","60.0000","21.0000","60.0000","23.2000","59.0000","TopLayer","180","FSUSB42MUX" 65 | "U7","RGX0011A","127.4000","59.7500","127.4000","59.7500","127.4000","60.2500","TopLayer","270","TPS621361RGXR" 66 | "C53","CAPC2012X10L","129.8000","59.6500","129.8000","59.6500","129.8000","60.4000","TopLayer","270","10uF" 67 | "C47","CAPC2012X10L","119.5000","59.5000","119.5000","59.5000","119.5000","60.2500","TopLayer","270","10uF" 68 | "U1","RGX0011A","117.0000","59.5000","117.0000","59.5000","117.0000","60.0000","TopLayer","270","TPS621361RGXR" 69 | "C58","CAPC2012X10L","108.4750","59.3500","108.4750","59.3500","107.7250","59.3500","TopLayer","360","22uF" 70 | "L4","SWPA4030S","123.8750","59.2000","123.8750","59.2000","123.8750","60.7000","TopLayer","270","1.5uH" 71 | "L2","SWPA4030S","113.5000","59.0000","113.5000","59.0000","113.5000","60.5000","TopLayer","270","1.5uH" 72 | "P11","HDR2X7","77.5800","58.4650","78.8500","50.8450","78.8500","50.8450","TopLayer","90","Header 7X2" 73 | "C56","CAPC1005X06L","22.5000","57.5000","22.5000","57.5000","22.1100","57.5000","TopLayer","360","0.10uF" 74 | "C54","CAPC2012X10L","128.9000","56.8500","128.9000","56.8500","128.1500","56.8500","TopLayer","360","22uF" 75 | "P8","HDR1X4","106.1900","56.5000","110.0000","56.5000","110.0000","56.5000","TopLayer","180","Header 4" 76 | "C48","CAPC2012X10L","118.5000","56.5000","118.5000","56.5000","117.7500","56.5000","TopLayer","360","22uF" 77 | "R2","ERJ2G(0402)_L","22.5000","56.5000","22.5000","56.5000","22.1000","56.5000","TopLayer","360","2.2k" 78 | "R18","ERJ2G(0402)_L","124.6000","56.0500","124.6000","56.0500","124.2000","56.0500","TopLayer","360","150k" 79 | "R17","ERJ2G(0402)_L","126.4000","56.0500","126.4000","56.0500","126.0000","56.0500","TopLayer","360","560k" 80 | "R8","ERJ2G(0402)_L","114.3000","56.0000","114.3000","56.0000","113.9000","56.0000","TopLayer","360","300k" 81 | "R7","ERJ2G(0402)_L","116.0000","56.0000","116.0000","56.0000","115.6000","56.0000","TopLayer","360","127k" 82 | "P1","HDR1X2","19.0000","55.2300","19.0000","56.5000","19.0000","56.5000","TopLayer","270","USB_DEVICE" 83 | "C59","CAPC2012X10L","128.9000","54.8500","128.9000","54.8500","128.1500","54.8500","TopLayer","360","22uF" 84 | "C57","CAPC2012X10L","118.5000","54.7000","118.5000","54.7000","117.7500","54.7000","TopLayer","360","22uF" 85 | "X1","ABRA-ASCO-50.000MHZ-EK-T3-4_V","97.3424","53.8500","97.3424","53.8500","97.8924","54.2500","TopLayer","180","ASCO-50.000MHZ-EK-T3" 86 | "C9","CAPC1005X06L","99.3424","53.8500","99.3424","53.8500","99.3424","54.2400","TopLayer","270","0.10uF" 87 | "R33","ERJ2G(0402)_L","105.5000","53.5000","105.5000","53.5000","105.5000","53.9000","TopLayer","270","1k" 88 | "R39","ERJ2G(0402)_L","122.0000","51.0000","122.0000","51.0000","121.6000","51.0000","TopLayer","360","1k" 89 | "P3","HDR2X11","71.7700","50.8000","70.5000","63.5000","70.5000","63.5000","TopLayer","270","Header 11X2" 90 | "C74","CAPC1005X06L","95.5000","50.5000","95.5000","50.5000","95.8900","50.5000","BottomLayer","180","4.7uF" 91 | "C41","CAPC1005X06L","105.5000","50.5000","105.5000","50.5000","105.1100","50.5000","BottomLayer","360","0.47uF" 92 | "R37","ERJ2G(0402)_L","122.0000","49.5000","122.0000","49.5000","121.6000","49.5000","TopLayer","360","1k" 93 | "D4","BL-Hxx37A-AV-TRB","124.0000","49.5000","124.0000","49.5000","124.5250","49.5000","TopLayer","180","BL-HUB37A-AV-TRB" 94 | "C70","CAPC1005X06L","92.5000","49.5000","92.5000","49.5000","92.1100","49.5000","BottomLayer","360","0.47uF" 95 | "C40","CAPC1005X06L","109.5000","49.5000","109.5000","49.5000","109.5000","49.1100","BottomLayer","90","0.47uF" 96 | "C26","CAPC1005X06L","99.5000","49.5000","99.5000","49.5000","99.5000","49.1100","BottomLayer","90","0.47uF" 97 | "SW2","TD-07XB","133.5000","49.0000","133.5000","49.0000","129.7500","46.7500","TopLayer","360","TD-07XB" 98 | "C29","CAPC1005X06L","101.5000","48.5000","101.5000","48.5000","101.5000","48.1100","BottomLayer","90","4.7uF" 99 | "C43","CAPC1005X06L","106.5000","47.5000","106.5000","47.5000","106.8900","47.5000","BottomLayer","180","4.7uF" 100 | "C42","CAPC1005X06L","103.5000","47.5000","103.5000","47.5000","103.5000","47.1100","BottomLayer","90","0.47uF" 101 | "C27","CAPC1005X06L","96.5000","47.5000","96.5000","47.5000","96.1100","47.5000","BottomLayer","360","0.47uF" 102 | "C69","CAPC1005X06L","93.5000","46.5000","93.5000","46.5000","93.1100","46.5000","BottomLayer","360","0.47uF" 103 | "C65","CAPC1005X06L","109.5000","46.5000","109.5000","46.5000","109.5000","46.1100","BottomLayer","90","0.47uF" 104 | "C72","CAPC1005X06L","90.5000","45.5000","90.5000","45.5000","90.1100","45.5000","BottomLayer","360","0.47uF" 105 | "C25","CAPC1005X06L","100.5000","45.5000","100.5000","45.5000","100.1100","45.5000","BottomLayer","360","0.47uF" 106 | "R38","ERJ2G(0402)_L","122.0000","44.5000","122.0000","44.5000","121.6000","44.5000","TopLayer","360","1k" 107 | "C64","CAPC1005X06L","107.5000","44.5000","107.5000","44.5000","107.1100","44.5000","BottomLayer","360","0.47uF" 108 | "C44","CAPC1005X06L","103.5043","44.5000","103.5043","44.5000","103.5043","44.8900","BottomLayer","270","4.7uF" 109 | "C28","CAPC1005X06L","97.5000","44.5000","97.5000","44.5000","97.1100","44.5000","BottomLayer","360","0.47uF" 110 | "R25","ERJ2G(0402)_L","84.0000","44.2500","84.0000","44.2500","83.6000","44.2500","TopLayer","360","0.0" 111 | "CM4","CM4-F40C-100DS-0.4v_1.5mm_0mm","47.0000","44.0000","47.0000","44.0000","65.5000","36.7000","TopLayer","0","Raspberry Pi Compute Module 4" 112 | "C71","CAPC1005X06L","94.5000","43.5000","94.5000","43.5000","94.1100","43.5000","BottomLayer","360","0.47uF" 113 | "U12","QFN50P160X160X60_HS-7N","81.8600","43.5000","81.8600","43.5000","82.5100","43.0000","TopLayer","180","MIC94325YMT-TR" 114 | "R36","ERJ2G(0402)_L","122.0000","43.0000","122.0000","43.0000","121.6000","43.0000","TopLayer","360","1k" 115 | "D3","BL-Hxx37A-AV-TRB","124.0000","43.0000","124.0000","43.0000","124.5250","43.0000","TopLayer","180","BL-HUB37A-AV-TRB" 116 | "R24","ERJ2G(0402)_L","84.0000","43.0000","84.0000","43.0000","84.4000","43.0000","TopLayer","180","0.0" 117 | "C73","CAPC1005X06L","91.5000","42.5000","91.5000","42.5000","91.8900","42.5000","BottomLayer","180","4.7uF" 118 | "C66","CAPC1005X06L","106.5000","42.5000","106.5000","42.5000","106.8900","42.5000","BottomLayer","180","0.47uF" 119 | "C39","CAPC1005X06L","101.5443","42.5000","101.5443","42.5000","101.1543","42.5000","BottomLayer","360","0.47uF" 120 | "C61","CAPC1005X06L","80.0000","42.0000","80.0000","42.0000","80.3900","42.0000","TopLayer","180","4.7uF" 121 | "C31","CAPC1005X06L","82.0000","42.0000","82.0000","42.0000","81.6100","42.0000","TopLayer","360","4.7uF" 122 | "C23","CAPC1005X06L","84.0000","42.0000","84.0000","42.0000","83.6100","42.0000","TopLayer","360","10000pF" 123 | "SW1","TD-07XB","133.5000","41.5000","133.5000","41.5000","129.7500","39.2500","TopLayer","360","TD-07XB" 124 | "C67","CAPC1005X06L","110.5000","41.5000","110.5000","41.5000","110.5000","41.1100","BottomLayer","90","4.7uF" 125 | "C30","CAPC1005X06L","97.4958","41.5000","97.4958","41.5000","97.4958","41.1100","BottomLayer","90","4.7uF" 126 | "C22","CAPC1005X06L","103.5000","41.5000","103.5000","41.5000","103.1100","41.5000","BottomLayer","360","0.47uF" 127 | "C18","CAPC1005X06L","95.5000","41.5000","95.5000","41.5000","95.1100","41.5000","BottomLayer","360","4.7uF" 128 | "R27","ERJ2G(0402)_L","84.0000","40.7500","84.0000","40.7500","83.6000","40.7500","TopLayer","360","0.0" 129 | "C81","CAPC1005X06L","100.5000","40.5000","100.5000","40.5000","100.1100","40.5000","BottomLayer","360","0.47uF" 130 | "C24","CAPC1005X06L","105.5000","40.5000","105.5000","40.5000","105.5000","40.8900","BottomLayer","270","0.47uF" 131 | "C20","CAPC1005X06L","103.5000","40.5000","103.5000","40.5000","103.1100","40.5000","BottomLayer","360","0.47uF" 132 | "U13","QFN50P160X160X60_HS-7N","81.7600","40.1250","81.7600","40.1250","82.4100","39.6250","TopLayer","180","MIC94325YMT-TR" 133 | "U4","FGG484","100.0000","40.0000","100.0000","40.0000","89.5000","29.5000","TopLayer","90","XC7A35T-2FGG484C" 134 | "P9","HDR1X2","86.4766","39.6019","86.4766","40.8719","86.4766","40.8719","TopLayer","270","Header 2" 135 | "C21","CAPC1005X06L","103.5000","39.5000","103.5000","39.5000","103.8900","39.5000","BottomLayer","180","0.47uF" 136 | "C19","CAPC1005X06L","99.5000","39.5000","99.5000","39.5000","99.5000","39.1100","BottomLayer","90","4.7uF" 137 | "C17","CAPC1005X06L","96.5000","39.5000","96.5000","39.5000","96.1100","39.5000","BottomLayer","360","4.7uF" 138 | "C15","CAPC1005X06L","98.5000","39.5000","98.5000","39.5000","98.5000","39.8900","BottomLayer","270","0.47uF" 139 | "C8","CAPC0603X03L","90.0000","39.5000","90.0000","39.5000","90.0000","39.2400","BottomLayer","90","0.10uF" 140 | "R26","ERJ2G(0402)_L","84.0000","39.5000","84.0000","39.5000","84.4000","39.5000","TopLayer","180","0.0" 141 | "C68","CAPC1005X06L","109.5000","38.5000","109.5000","38.5000","109.8900","38.5000","BottomLayer","180","4.7uF" 142 | "C16","CAPC1005X06L","101.5000","38.5000","101.5000","38.5000","101.8900","38.5000","BottomLayer","180","0.47uF" 143 | "C62","CAPC1005X06L","80.0000","38.5000","80.0000","38.5000","80.3900","38.5000","TopLayer","180","4.7uF" 144 | "C45","CAPC1005X06L","82.0000","38.5000","82.0000","38.5000","81.6100","38.5000","TopLayer","360","4.7uF" 145 | "C38","CAPC1005X06L","84.0000","38.5000","84.0000","38.5000","83.6100","38.5000","TopLayer","360","10000pF" 146 | "C6","CAPC0603X03L","91.5000","38.0043","91.5000","38.0043","91.7600","38.0043","BottomLayer","180","0.10uF" 147 | "J2","685119134923","6.9250","38.0000","5.0000","38.0000","10.3250","33.5000","TopLayer","270","685119134923" 148 | "C11","CAPC1005X06L","95.5000","37.5000","95.5000","37.5000","95.8900","37.5000","BottomLayer","180","0.47uF" 149 | "C10","CAPC1005X06L","103.5000","37.5000","103.5000","37.5000","103.5000","37.8900","BottomLayer","270","0.47uF" 150 | "R11","ERJ2G(0402)_L","92.0000","37.0000","92.0000","37.0000","92.4000","37.0000","BottomLayer","180","100" 151 | "P10","HDR1X2","81.0515","36.8341","82.3215","36.8341","82.3215","36.8341","TopLayer","180","Header 2" 152 | "C12","CAPC1005X06L","97.5000","36.5000","97.5000","36.5000","97.8900","36.5000","BottomLayer","180","0.47uF" 153 | "C89","CAPC1005X06L","129.7500","36.0000","129.7500","36.0000","130.1400","36.0000","TopLayer","180","0.022uF" 154 | "C91","CAPC1005X06L","134.5000","35.7500","134.5000","35.7500","134.8900","35.7500","TopLayer","180","0.022uF" 155 | "C35","CAPC1005X06L","108.5000","35.5000","108.5000","35.5000","108.8900","35.5000","BottomLayer","180","0.047uF" 156 | "C14","CAPC1005X06L","99.5000","35.5000","99.5000","35.5000","99.5000","35.1100","BottomLayer","90","4.7uF" 157 | "C13","CAPC1005X06L","102.5000","35.5000","102.5000","35.5000","102.1100","35.5000","BottomLayer","360","4.7uF" 158 | "C4","CAPC1005X06L","94.0000","35.0000","94.0000","35.0000","94.0000","34.6100","BottomLayer","90","4.7uF" 159 | "C84","CAPC1005X06L","89.5000","34.5000","89.5000","34.5000","89.1100","34.5000","BottomLayer","360","4.7uF" 160 | "C32","CAPC1005X06L","105.5000","34.5000","105.5000","34.5000","105.8900","34.5000","BottomLayer","180","0.47uF" 161 | "C90","CAPC1005X06L","115.5000","34.0000","115.5000","34.0000","115.5000","34.3900","TopLayer","270","0.022uF" 162 | "C5","CAPC0603X03L","91.5000","34.0000","91.5000","34.0000","91.7600","34.0000","BottomLayer","180","0.10uF" 163 | "C79","CAPC1005X06L","97.5000","33.5000","97.5000","33.5000","97.8900","33.5000","BottomLayer","180","4.7uF" 164 | "C77","CAPC1005X06L","101.5000","33.5000","101.5000","33.5000","101.5000","33.1100","BottomLayer","90","0.47uF" 165 | "C36","CAPC1005X06L","104.5000","32.5000","104.5000","32.5000","104.8900","32.5000","BottomLayer","180","4.7uF" 166 | "C33","CAPC1005X06L","109.5000","32.5000","109.5000","32.5000","109.8900","32.5000","BottomLayer","180","0.47uF" 167 | "C3","CAPC0603X03L","86.8000","32.4000","86.8000","32.4000","87.0600","32.4000","TopLayer","180","0.10uF" 168 | "C2","CAPC0603X03L","86.8000","31.8000","86.8000","31.8000","87.0600","31.8000","TopLayer","180","0.10uF" 169 | "C7","CAPC0603X03L","91.0000","31.4458","91.0000","31.4458","91.0000","31.7058","BottomLayer","270","0.10uF" 170 | "C80","CAPC1005X06L","102.5000","30.5000","102.5000","30.5000","102.5000","30.8900","BottomLayer","270","4.7uF" 171 | "C76","CAPC1005X06L","98.5000","30.5000","98.5000","30.5000","98.1100","30.5000","BottomLayer","360","0.47uF" 172 | "C75","CAPC1005X06L","92.5000","30.5000","92.5000","30.5000","92.5000","30.1100","BottomLayer","90","0.47uF" 173 | "C37","CAPC1005X06L","108.5000","30.5000","108.5000","30.5000","108.8900","30.5000","BottomLayer","180","4.7uF" 174 | "C78","CAPC1005X06L","95.5000","29.5000","95.5000","29.5000","95.1100","29.5000","BottomLayer","360","0.47uF" 175 | "C34","CAPC1005X06L","105.5000","29.5000","105.5000","29.5000","105.1100","29.5000","BottomLayer","360","0.047uF" 176 | "U15","MICT-TG-54_M","127.0000","28.5000","127.0000","28.5000","137.4000","34.0500","TopLayer","270","MT48LC16M16A2P-6A:G" 177 | "C88","CAPC1005X06L","134.5000","21.2500","134.5000","21.2500","134.1100","21.2500","TopLayer","360","0.022uF" 178 | "C87","CAPC1005X06L","129.7500","21.2500","129.7500","21.2500","129.3600","21.2500","TopLayer","360","2.2uF" 179 | "U9","DQA0010A_V","23.3000","16.3000","23.3000","16.3000","23.7175","17.3000","BottomLayer","180","TPD4EUSB30DQAR" 180 | "C1","CAPC1608X09L","22.0000","12.0000","22.0000","12.0000","22.0000","12.6500","BottomLayer","270","0.10uF" 181 | "J5","FP-ARJM11C7-502-AB-ER2-T-MFG","12.3050","12.0000","10.0000","12.0000","16.5000","6.2850","TopLayer","270","ARJM11C7-502-AB-ER2-T" 182 | "R35","ERJ2G(0402)_L","44.0000","8.5000","44.0000","8.5000","44.0000","8.1000","TopLayer","90","2.7k" 183 | "R34","ERJ2G(0402)_L","43.0000","8.5000","43.0000","8.5000","43.0000","8.1000","TopLayer","90","2.7k" 184 | "U8","DQA0010A_V","23.1250","7.8750","23.1250","7.8750","22.7075","6.8750","BottomLayer","360","TPD4EUSB30DQAR" 185 | "J8","MOLX-54548-2271","38.9999","5.5004","38.9999","5.5004","33.7499","6.4504","TopLayer","360","54548-2271" 186 | "P4","HDR2X30","100.3300","3.8100","63.5000","2.5400","63.5000","2.5400","TopLayer","360","Header 30X2" 187 | "R4","ERJ2G(0402)_L","25.0000","3.5000","25.0000","3.5000","25.4000","3.5000","BottomLayer","180","470" 188 | "R3","ERJ2G(0402)_L","25.0000","2.5000","25.0000","2.5000","25.4000","2.5000","BottomLayer","180","470" 189 | -------------------------------------------------------------------------------- /releases/2021-01-05_Raspberry_Pincushion_Rev0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/releases/2021-01-05_Raspberry_Pincushion_Rev0.png -------------------------------------------------------------------------------- /releases/2021-01-05_Raspberry_Pincushion_Rev0.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/releases/2021-01-05_Raspberry_Pincushion_Rev0.xlsx -------------------------------------------------------------------------------- /releases/2021-01-05_Raspberry_Pincushion_Rev0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Blinkinlabs/RaspberryPincushion/59389fbbdf0eb96f548347a02db46d7021db8461/releases/2021-01-05_Raspberry_Pincushion_Rev0.zip --------------------------------------------------------------------------------