From 7e614b1f74f7f8bd0917450f2714290b20ac5e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D1=83=D0=B7=D0=BD?= =?UTF-8?q?=D0=B5=D1=86=D0=BE=D0=B2?= Date: Tue, 13 Aug 2024 10:34:13 +0300 Subject: [PATCH] first commit --- .gitignore | 430 + ESP-12F/ESP-12F.OutJob | 283 + ESP-12F/ESP-12F.PrjPcb | 1113 + ESP-12F/ESP-12F.PrjPcbStructure | 1 + .../Sources/.SpecialStrings | 1 + .../Sources/ESP-12F.OutJob | 279 + .../Sources/ESP-12F.PDF | Bin 0 -> 148209 bytes .../Sources/ESP-12F.PrjPcb | 1113 + .../Sources/ESP-12F.PrjPcbStructure | 1 + .../Sources/ExportSTEP/esp12f.step | 57473 ++++++++++++++++ .../Sources/ExportSTEP/esp12f.x_t | 26460 +++++++ .../Sources/Gerber/esp12f-macro.APR_LIB | 0 .../Sources/Gerber/esp12f.EXTREP | 16 + .../Sources/Gerber/esp12f.GBL | 1499 + .../Sources/Gerber/esp12f.GBO | 7559 ++ .../Sources/Gerber/esp12f.GBS | 130 + .../Sources/Gerber/esp12f.GKO | 25 + .../Sources/Gerber/esp12f.GTL | 1055 + .../Sources/Gerber/esp12f.GTO | 305 + .../Sources/Gerber/esp12f.GTS | 116 + .../Sources/Gerber/esp12f.REP | 123 + .../Sources/Gerber/esp12f.RUL | 5 + .../Sources/Gerber/esp12f.apr | 26 + .../Sources/NC Drill/esp12f.DRR | 16 + .../Sources/NC Drill/esp12f.LDP | 2 + .../Sources/NC Drill/esp12f.TXT | 49 + .../Sources/esp12f.PcbDoc | Bin 0 -> 2048000 bytes .../Sources/esp12f.SchDoc | Bin 0 -> 183808 bytes ESP-12F/esp12f.PcbDoc | Bin 0 -> 2048000 bytes ESP-12F/esp12f.SchDoc | Bin 0 -> 183808 bytes ESP.DsnWrk | 6 + 31 files changed, 98086 insertions(+) create mode 100644 .gitignore create mode 100644 ESP-12F/ESP-12F.OutJob create mode 100644 ESP-12F/ESP-12F.PrjPcb create mode 100644 ESP-12F/ESP-12F.PrjPcbStructure create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/.SpecialStrings create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.OutJob create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.PDF create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.PrjPcb create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.PrjPcbStructure create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ExportSTEP/esp12f.step create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/ExportSTEP/esp12f.x_t create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f-macro.APR_LIB create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.EXTREP create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GBL create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GBO create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GBS create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GKO create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GTL create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GTO create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.GTS create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.REP create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.RUL create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/Gerber/esp12f.apr create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/NC Drill/esp12f.DRR create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/NC Drill/esp12f.LDP create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/NC Drill/esp12f.TXT create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/esp12f.PcbDoc create mode 100644 ESP-12F/Project Outputs for ESP-12F/Sources/esp12f.SchDoc create mode 100644 ESP-12F/esp12f.PcbDoc create mode 100644 ESP-12F/esp12f.SchDoc create mode 100644 ESP.DsnWrk diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6d8285 --- /dev/null +++ b/.gitignore @@ -0,0 +1,430 @@ +*.zip +#*.pdf +*.rar +#*.txt +#*.html +*.*~ +History/ +__Previews/ +Project Logs for*/ + +[Dd]ebug/ +[Rr]elease/ +x64/ +build/ +[Bb]in/ +[Oo]bj/ + + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.log +*.scc + +# OS generated files # +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.Publish.xml + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.[Pp]ublish.xml +*.pfx +*.publishsettings +modulesbin/ +tempbin/ + +# EPiServer Site file (VPP) +AppData/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# vim +*.txt~ +*.swp +*.swo + +# svn +.svn + +# SQL Server files +**/App_Data/*.mdf +**/App_Data/*.ldf +**/App_Data/*.sdf + + +#LightSwitch generated files +GeneratedArtifacts/ +_Pvt_Extensions/ +ModelManifest.xml + +# ========================= +# Windows detritus +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac desktop service store files +.DS_Store + +# SASS Compiler cache +.sass-cache + +# Visual Studio 2014 CTP +**/*.sln.ide + +### C++ ### +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Azure Emulator +efc/ +rfc/ + +# Windows Store app package directory +AppPackages/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe + +# FAKE - F# Make +.fake/ +Заказ/ +/Заказ diff --git a/ESP-12F/ESP-12F.OutJob b/ESP-12F/ESP-12F.OutJob new file mode 100644 index 0000000..0979c58 --- /dev/null +++ b/ESP-12F/ESP-12F.OutJob @@ -0,0 +1,283 @@ +[OutputJobFile] +Version=1.0 +Caption= +Description= +VaultGUID= +ItemGUID= +ItemHRID= +RevisionGUID= +RevisionId= +VaultHRID= +AutoItemHRID= +NextRevId= +FolderGUID= +LifeCycleDefinitionGUID= +RevisionNamingSchemeGUID= + +[OutputGroup1] +Name=ESP-12F.OutJob +Description= +TargetOutputMedium=ÏÝ +VariantName=[No Variations] +VariantScope=2 +CurrentConfigurationName=Custom - 1 +TargetPrinter=Virtual Printer +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=0 +OutputMedium1=Print Job +OutputMedium1_Type=Printer +OutputMedium1_Printer=KONICA MINOLTA C360iSeriesPCL +OutputMedium1_PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputMedium2=New PDF +OutputMedium2_Type=Publish +OutputMedium3=Gerber +OutputMedium3_Type=GeneratedFiles +OutputMedium4=3D +OutputMedium4_Type=GeneratedFiles +OutputMedium5=ÏÝ +OutputMedium5_Type=Publish +OutputMedium6=ÂÏ +OutputMedium6_Type=Publish +OutputType1=GOSTBOM +OutputName1=ÏÝ +OutputCategory1=Report +OutputDocumentPath1= +OutputVariantName1= +OutputEnabled1=0 +OutputEnabled1_OutputMedium1=0 +OutputEnabled1_OutputMedium2=0 +OutputEnabled1_OutputMedium3=0 +OutputEnabled1_OutputMedium4=0 +OutputEnabled1_OutputMedium5=0 +OutputEnabled1_OutputMedium6=0 +OutputDefault1=0 +Configuration1_Name1=OutputConfigurationParameter1 +Configuration1_Item1=Record=GOSTBOMView|Report=0|DocumentPath=[Project] +OutputType2=GOSTBOM +OutputName2=ÂÏ +OutputCategory2=Report +OutputDocumentPath2= +OutputVariantName2= +OutputEnabled2=0 +OutputEnabled2_OutputMedium1=0 +OutputEnabled2_OutputMedium2=0 +OutputEnabled2_OutputMedium3=0 +OutputEnabled2_OutputMedium4=0 +OutputEnabled2_OutputMedium5=0 +OutputEnabled2_OutputMedium6=0 +OutputDefault2=0 +Configuration2_Name1=OutputConfigurationParameter1 +Configuration2_Item1=Record=GOSTBOMView|Report=1|DocumentPath=[Project] +OutputType3=Gerber +OutputName3=Gerber Files +OutputCategory3=Fabrication +OutputDocumentPath3= +OutputVariantName3= +OutputEnabled3=0 +OutputEnabled3_OutputMedium1=0 +OutputEnabled3_OutputMedium2=0 +OutputEnabled3_OutputMedium3=1 +OutputEnabled3_OutputMedium4=0 +OutputEnabled3_OutputMedium5=0 +OutputEnabled3_OutputMedium6=0 +OutputDefault3=0 +Configuration3_Name1=OutputConfigurationParameter1 +Configuration3_Item1=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|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=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973834~1,16777217~1,16842751~1,16973835~1,16973831~1,16973837~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=50|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType4=NC Drill +OutputName4=NC Drill Files +OutputCategory4=Fabrication +OutputDocumentPath4= +OutputVariantName4= +OutputEnabled4=0 +OutputEnabled4_OutputMedium1=0 +OutputEnabled4_OutputMedium2=0 +OutputEnabled4_OutputMedium3=2 +OutputEnabled4_OutputMedium4=0 +OutputEnabled4_OutputMedium5=0 +OutputEnabled4_OutputMedium6=0 +OutputDefault4=0 +Configuration4_Name1=OutputConfigurationParameter1 +Configuration4_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=True|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressTrailingZeroes|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType5=Schematic Print +OutputName5=Schematic Prints +OutputCategory5=Documentation +OutputDocumentPath5=[Project Physical Documents] +OutputVariantName5= +OutputEnabled5=0 +OutputEnabled5_OutputMedium1=0 +OutputEnabled5_OutputMedium2=1 +OutputEnabled5_OutputMedium3=0 +OutputEnabled5_OutputMedium4=0 +OutputEnabled5_OutputMedium5=0 +OutputEnabled5_OutputMedium6=0 +OutputDefault5=0 +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=1|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +Configuration5_Name1=OutputConfigurationParameter1 +Configuration5_Item1=Record=SchPrintView|ShowNoERC=False|ShowParamSet=False|ShowProbe=False|ShowBlanket=False|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=False|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|DocumentPath=[Project Physical Documents] +OutputType6=ExportPARASOLID +OutputName6=Export PARASOLID +OutputCategory6=Export +OutputDocumentPath6= +OutputVariantName6= +OutputEnabled6=0 +OutputEnabled6_OutputMedium1=0 +OutputEnabled6_OutputMedium2=0 +OutputEnabled6_OutputMedium3=0 +OutputEnabled6_OutputMedium4=1 +OutputEnabled6_OutputMedium5=0 +OutputEnabled6_OutputMedium6=0 +OutputDefault6=0 +Configuration6_Name1=OutputConfigurationParameter1 +Configuration6_Item1=Record=ExportSTEPView|ExportComponentOptions=0|ExportModelsOption=2|ExportHolesOption=0|CanSelectPrimitives=False|IncludeMechanicalPadHoles=False|IncludeElectricalPadHoles=False|IncludeFreePadHoles=False|ExportFoldedBoard=True|ExportFoldedBoardRate=100|ComponentSuffixType=0|ComponentSuffix= |ExportCopperOption=0|ExportCopperLayer=1|ExportPadAndViaBarrelsOnly=False|IgnoreBoardCopperLayerColors=False|ExportAsSinglePart=False|IncludeCoverLayer=True|SkipFreeBodies=False|SkipHidden=False|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType7=ExportSTEP +OutputName7=Export STEP +OutputCategory7=Export +OutputDocumentPath7= +OutputVariantName7= +OutputEnabled7=0 +OutputEnabled7_OutputMedium1=0 +OutputEnabled7_OutputMedium2=0 +OutputEnabled7_OutputMedium3=0 +OutputEnabled7_OutputMedium4=2 +OutputEnabled7_OutputMedium5=0 +OutputEnabled7_OutputMedium6=0 +OutputDefault7=0 +Configuration7_Name1=OutputConfigurationParameter1 +Configuration7_Item1=Record=ExportSTEPView|ExportComponentOptions=0|ExportModelsOption=2|ExportHolesOption=0|CanSelectPrimitives=False|IncludeMechanicalPadHoles=False|IncludeElectricalPadHoles=False|IncludeFreePadHoles=False|ExportFoldedBoard=True|ExportFoldedBoardRate=100|ComponentSuffixType=0|ComponentSuffix= |ExportCopperOption=0|ExportCopperLayer=1|ExportPadAndViaBarrelsOnly=False|IgnoreBoardCopperLayerColors=False|ExportAsSinglePart=False|IncludeCoverLayer=True|SkipFreeBodies=False|SkipHidden=False|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc + +[PublishSettings] +OutputFilePath2=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +ReleaseManaged2=1 +OutputBasePath2= +OutputPathMedia2= +OutputPathMediaValue2= +OutputPathOutputer2=[Output Type] +OutputPathOutputerPrefix2= +OutputPathOutputerValue2= +OutputFileName2=ESP-12F.PDF +OutputFileNameMulti2= +UseOutputNameForMulti2=1 +OutputFileNameSpecial2= +OpenOutput2=1 +PromptOverwrite2=1 +PublishMethod2=0 +ZoomLevel2=50 +FitSCHPrintSizeToDoc2=1 +FitPCBPrintSizeToDoc2=1 +GenerateNetsInfo2=1 +MarkPins2=1 +MarkNetLabels2=1 +MarkPortsId2=1 +GenerateTOC2=1 +ShowComponentParameters2=1 +GlobalBookmarks2=0 +PDFACompliance2=Disabled +PDFVersion2=Default +OutputFilePath3=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +ReleaseManaged3=1 +OutputBasePath3= +OutputPathMedia3= +OutputPathMediaValue3= +OutputPathOutputer3=[Output Type] +OutputPathOutputerPrefix3= +OutputPathOutputerValue3= +OutputFileName3= +OutputFileNameMulti3= +UseOutputNameForMulti3=1 +OutputFileNameSpecial3= +OpenOutput3=1 +OutputFilePath4=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +ReleaseManaged4=1 +OutputBasePath4= +OutputPathMedia4= +OutputPathMediaValue4= +OutputPathOutputer4=[Output Type] +OutputPathOutputerPrefix4= +OutputPathOutputerValue4= +OutputFileName4= +OutputFileNameMulti4= +UseOutputNameForMulti4=1 +OutputFileNameSpecial4= +OpenOutput4=1 +OutputFilePath5=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ÏÝ\ESP-12F.PDF +ReleaseManaged5=1 +OutputBasePath5=Project Outputs for ESP-12F +OutputPathMedia5=[Media Name] +OutputPathMediaValue5= +OutputPathOutputer5=[Output Type] +OutputPathOutputerPrefix5= +OutputPathOutputerValue5= +OutputFileName5=ESP-12F.PDF +OutputFileNameMulti5= +UseOutputNameForMulti5=1 +OutputFileNameSpecial5= +OpenOutput5=1 +PromptOverwrite5=1 +PublishMethod5=0 +ZoomLevel5=50 +FitSCHPrintSizeToDoc5=1 +FitPCBPrintSizeToDoc5=1 +GenerateNetsInfo5=1 +MarkPins5=1 +MarkNetLabels5=1 +MarkPortsId5=1 +GenerateTOC5=1 +ShowComponentParameters5=1 +GlobalBookmarks5=0 +PDFACompliance5=Disabled +PDFVersion5=Default +OutputFilePath6=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +ReleaseManaged6=1 +OutputBasePath6= +OutputPathMedia6=[Media Name] +OutputPathMediaValue6= +OutputPathOutputer6=[Output Type] +OutputPathOutputerPrefix6= +OutputPathOutputerValue6= +OutputFileName6=ESP-12F.PDF +OutputFileNameMulti6= +UseOutputNameForMulti6=1 +OutputFileNameSpecial6= +OpenOutput6=1 +PromptOverwrite6=1 +PublishMethod6=0 +ZoomLevel6=50 +FitSCHPrintSizeToDoc6=1 +FitPCBPrintSizeToDoc6=1 +GenerateNetsInfo6=1 +MarkPins6=1 +MarkNetLabels6=1 +MarkPortsId6=1 +GenerateTOC6=1 +ShowComponentParameters6=1 +GlobalBookmarks6=0 +PDFACompliance6=Disabled +PDFVersion6=Default + +[GeneratedFilesSettings] +RelativeOutputPath2=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +OpenOutputs2=1 +RelativeOutputPath3=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +OpenOutputs3=1 +AddToProject3=1 +TimestampFolder3=0 +UseOutputName3=0 +OpenODBOutput3=0 +OpenGerberOutput3=1 +OpenNCDrillOutput3=1 +OpenIPCOutput3=0 +EnableReload3=0 +RelativeOutputPath4=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +OpenOutputs4=1 +AddToProject4=1 +TimestampFolder4=0 +UseOutputName4=0 +OpenODBOutput4=0 +OpenGerberOutput4=0 +OpenNCDrillOutput4=0 +OpenIPCOutput4=0 +EnableReload4=0 +RelativeOutputPath5=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ÏÝ\ESP-12F.PDF +OpenOutputs5=1 +RelativeOutputPath6=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +OpenOutputs6=1 + diff --git a/ESP-12F/ESP-12F.PrjPcb b/ESP-12F/ESP-12F.PrjPcb new file mode 100644 index 0000000..6cf9f14 --- /dev/null +++ b/ESP-12F/ESP-12F.PrjPcb @@ -0,0 +1,1113 @@ +[Design] +Version=1.0 +HierarchyMode=0 +ChannelRoomNamingStyle=0 +ReleasesFolder= +ChannelDesignatorFormatString=$Component_$RoomName +ChannelRoomLevelSeperator=_ +OpenOutputs=1 +ArchiveProject=0 +TimestampOutput=0 +SeparateFolders=0 +TemplateLocationPath= +PinSwapBy_Netlabel=1 +PinSwapBy_Pin=1 +AllowPortNetNames=0 +AllowSheetEntryNetNames=1 +AppendSheetNumberToLocalNets=0 +NetlistSinglePinNets=0 +DefaultConfiguration=Sources +UserID=0xFFFFFFFF +DefaultPcbProtel=1 +DefaultPcbPcad=0 +ReorderDocumentsOnCompile=1 +NameNetsHierarchically=0 +PowerPortNamesTakePriority=0 +AutoSheetNumbering=1 +PushECOToAnnotationFile=1 +DItemRevisionGUID= +ReportSuppressedErrorsInMessages=0 +FSMCodingStyle=eFMSDropDownList_OneProcess +FSMEncodingStyle=eFMSDropDownList_OneHot +IsProjectConflictPreventionWarningsEnabled=0 +OutputPath= +LogFolderPath= +ManagedProjectGUID= +IncludeDesignInRelease=0 + +[Preferences] +PrefsVaultGUID= +PrefsRevisionGUID= + +[Release] +ReleaseTarget=1 +ReleaseFolderPath=[OutputPath] +ReleaseZipPath=[OutputPath][ProjectName].zip + +[Document1] +DocumentPath=esp12f.PcbDoc +AnnotationEnabled=1 +AnnotateStartValue=1 +AnnotationIndexControlEnabled=0 +AnnotateSuffix= +AnnotateScope=All +AnnotateOrder=-1 +DoLibraryUpdate=1 +DoDatabaseUpdate=1 +ClassGenCCAutoEnabled=1 +ClassGenCCAutoRoomEnabled=1 +ClassGenNCAutoScope=None +DItemRevisionGUID= +GenerateClassCluster=0 +DocumentUniqueId=ADSTMTXC + +[Document2] +DocumentPath=esp12f.SchDoc +AnnotationEnabled=1 +AnnotateStartValue=1 +AnnotationIndexControlEnabled=0 +AnnotateSuffix= +AnnotateScope=All +AnnotateOrder=0 +DoLibraryUpdate=1 +DoDatabaseUpdate=1 +ClassGenCCAutoEnabled=1 +ClassGenCCAutoRoomEnabled=1 +ClassGenNCAutoScope=None +DItemRevisionGUID= +GenerateClassCluster=0 +DocumentUniqueId=ZEYUQRCK + +[Document3] +DocumentPath=ESP-12F.OutJob +AnnotationEnabled=1 +AnnotateStartValue=1 +AnnotationIndexControlEnabled=0 +AnnotateSuffix= +AnnotateScope=All +AnnotateOrder=-1 +DoLibraryUpdate=1 +DoDatabaseUpdate=1 +ClassGenCCAutoEnabled=1 +ClassGenCCAutoRoomEnabled=1 +ClassGenNCAutoScope=None +DItemRevisionGUID= +GenerateClassCluster=0 +DocumentUniqueId= + +[Configuration1] +Name=Sources +ParameterCount=0 +ConstraintFileCount=0 +ReleaseItemId= +Variant=[No Variations] +OutputJobsCount=1 +DocumentReferenceClass1=DocumentReference +OutputJobFileName1=ESP-12F.OutJob +ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2 +ConfigurationType=Source + +[Configuration2] +Name=Fabrication +ParameterCount=0 +ConstraintFileCount=0 +ReleaseItemId= +Variant=[No Variations] +OutputJobsCount=1 +DocumentReferenceClass1=DocumentReference +OutputJobFileName1=ESP-12F.OutJob +ContentTypeGUID=0C520D2A-E60C-11DF-B822-12313F0024A2 +ConfigurationType=Fabrication + +[Configuration3] +Name=Assembly +ParameterCount=0 +ConstraintFileCount=0 +ReleaseItemId= +Variant=[No Variations] +OutputJobsCount=1 +DocumentReferenceClass1=DocumentReference +OutputJobFileName1=ESP-12F.OutJob +ContentTypeGUID=0D12F8DC-E60C-11DF-B822-12313F0024A2 +ConfigurationType=Assembly + +[Configuration4] +Name=Custom - 1 +ParameterCount=0 +ConstraintFileCount=0 +ReleaseItemId= +Variant=[No Variations] +OutputJobsCount=1 +DocumentReferenceClass1=DocumentReference +OutputJobFileName1=ESP-12F.OutJob +ContentTypeGUID=B953ABBB-897D-493B-96D2-85DABE1896C4 +ConfigurationType=Custom + +[OutputGroup1] +Name=Netlist Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=CadnetixNetlist +OutputName1=Cadnetix Netlist +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +OutputType2=CalayNetlist +OutputName2=Calay Netlist +OutputDocumentPath2= +OutputVariantName2= +OutputDefault2=0 +OutputType3=EDIF +OutputName3=EDIF for PCB +OutputDocumentPath3= +OutputVariantName3= +OutputDefault3=0 +OutputType4=EESofNetlist +OutputName4=EESof Netlist +OutputDocumentPath4= +OutputVariantName4= +OutputDefault4=0 +OutputType5=IntergraphNetlist +OutputName5=Intergraph Netlist +OutputDocumentPath5= +OutputVariantName5= +OutputDefault5=0 +OutputType6=MentorBoardStationNetlist +OutputName6=Mentor BoardStation Netlist +OutputDocumentPath6= +OutputVariantName6= +OutputDefault6=0 +OutputType7=MultiWire +OutputName7=MultiWire +OutputDocumentPath7= +OutputVariantName7= +OutputDefault7=0 +OutputType8=OrCadPCB2Netlist +OutputName8=Orcad/PCB2 Netlist +OutputDocumentPath8= +OutputVariantName8= +OutputDefault8=0 +OutputType9=PADSNetlist +OutputName9=PADS ASCII Netlist +OutputDocumentPath9= +OutputVariantName9= +OutputDefault9=0 +OutputType10=Pcad +OutputName10=Pcad for PCB +OutputDocumentPath10= +OutputVariantName10= +OutputDefault10=0 +OutputType11=PCADNetlist +OutputName11=PCAD Netlist +OutputDocumentPath11= +OutputVariantName11= +OutputDefault11=0 +OutputType12=PCADnltNetlist +OutputName12=PCADnlt Netlist +OutputDocumentPath12= +OutputVariantName12= +OutputDefault12=0 +OutputType13=Protel2Netlist +OutputName13=Protel2 Netlist +OutputDocumentPath13= +OutputVariantName13= +OutputDefault13=0 +OutputType14=ProtelNetlist +OutputName14=Protel +OutputDocumentPath14= +OutputVariantName14= +OutputDefault14=0 +OutputType15=RacalNetlist +OutputName15=Racal Netlist +OutputDocumentPath15= +OutputVariantName15= +OutputDefault15=0 +OutputType16=RINFNetlist +OutputName16=RINF Netlist +OutputDocumentPath16= +OutputVariantName16= +OutputDefault16=0 +OutputType17=SciCardsNetlist +OutputName17=SciCards Netlist +OutputDocumentPath17= +OutputVariantName17= +OutputDefault17=0 +OutputType18=TangoNetlist +OutputName18=Tango Netlist +OutputDocumentPath18= +OutputVariantName18= +OutputDefault18=0 +OutputType19=TelesisNetlist +OutputName19=Telesis Netlist +OutputDocumentPath19= +OutputVariantName19= +OutputDefault19=0 +OutputType20=WireListNetlist +OutputName20=WireList Netlist +OutputDocumentPath20= +OutputVariantName20= +OutputDefault20=0 + +[OutputGroup2] +Name=Simulator Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 + +[OutputGroup3] +Name=Documentation Outputs +Description= +TargetPrinter=Virtual Printer +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=Composite +OutputName1=Composite Drawing +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +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=A4|PaperIndex=9 +OutputType2=PCB 3D Print +OutputName2=PCB 3D Print +OutputDocumentPath2= +OutputVariantName2=[No Variations] +OutputDefault2=0 +PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType3=PCB 3D Video +OutputName3=PCB 3D Video +OutputDocumentPath3= +OutputVariantName3=[No Variations] +OutputDefault3=0 +PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType4=PCB Print +OutputName4=PCB Prints +OutputDocumentPath4= +OutputVariantName4= +OutputDefault4=0 +PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType5=PCBDrawing +OutputName5=Draftsman +OutputDocumentPath5= +OutputVariantName5=[No Variations] +OutputDefault5=0 +PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType6=PCBLIB Print +OutputName6=PCBLIB Prints +OutputDocumentPath6= +OutputVariantName6= +OutputDefault6=0 +PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType7=PDF3D +OutputName7=PDF3D +OutputDocumentPath7= +OutputVariantName7=[No Variations] +OutputDefault7=0 +PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType8=PDF3D MBA +OutputName8=PDF3D MBA +OutputDocumentPath8= +OutputVariantName8= +OutputDefault8=0 +PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType9=Report Print +OutputName9=Report Prints +OutputDocumentPath9= +OutputVariantName9= +OutputDefault9=0 +PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType10=Schematic Print +OutputName10=Schematic Prints +OutputDocumentPath10= +OutputVariantName10= +OutputDefault10=0 +PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType11=SimView Print +OutputName11=SimView Prints +OutputDocumentPath11= +OutputVariantName11= +OutputDefault11=0 +PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 + +[OutputGroup4] +Name=Assembly Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=Assembly +OutputName1=Assembly Drawings +OutputDocumentPath1= +OutputVariantName1=[No Variations] +OutputDefault1=0 +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=A4|PaperIndex=9 +OutputType2=Pick Place +OutputName2=Generates pick and place files +OutputDocumentPath2= +OutputVariantName2=[No Variations] +OutputDefault2=0 +OutputType3=Test Points For Assembly +OutputName3=Test Point Report +OutputDocumentPath3= +OutputVariantName3=[No Variations] +OutputDefault3=0 + +[OutputGroup5] +Name=Fabrication Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=CompositeDrill +OutputName1=Composite Drill Drawing +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +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=A4|PaperIndex=9 +OutputType2=Drill +OutputName2=Drill Drawing/Guides +OutputDocumentPath2= +OutputVariantName2= +OutputDefault2=0 +PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType3=Board Stack Report +OutputName3=Report Board Stack +OutputDocumentPath3= +OutputVariantName3= +OutputDefault3=0 +PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType4=Final +OutputName4=Final Artwork Prints +OutputDocumentPath4= +OutputVariantName4=[No Variations] +OutputDefault4=0 +PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType5=Gerber X2 +OutputName5=Gerber X2 Files +OutputDocumentPath5= +OutputVariantName5= +OutputDefault5=0 +OutputType6=ODB +OutputName6=ODB++ Files +OutputDocumentPath6= +OutputVariantName6=[No Variations] +OutputDefault6=0 +OutputType7=Mask +OutputName7=Solder/Paste Mask Prints +OutputDocumentPath7= +OutputVariantName7= +OutputDefault7=0 +PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType8=NC Drill +OutputName8=NC Drill Files +OutputDocumentPath8= +OutputVariantName8= +OutputDefault8=0 +Configuration8_Name1=ForceUpdateSettings +Configuration8_Item1=False +Configuration8_Name2=OutputConfigurationParameter1 +Configuration8_Item2=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=True|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressTrailingZeroes|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType9=IPC2581 +OutputName9=IPC-2581 Files +OutputDocumentPath9= +OutputVariantName9= +OutputDefault9=0 +OutputType10=Plane +OutputName10=Power-Plane Prints +OutputDocumentPath10= +OutputVariantName10= +OutputDefault10=0 +PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType11=Test Points +OutputName11=Test Point Report +OutputDocumentPath11= +OutputVariantName11= +OutputDefault11=0 +OutputType12=Gerber +OutputName12=Gerber Files +OutputDocumentPath12= +OutputVariantName12=[No Variations] +OutputDefault12=0 +Configuration12_Name1=ForceUpdateSettings +Configuration12_Item1=False +Configuration12_Name2=OutputConfigurationParameter1 +Configuration12_Item2=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|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=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973834~1,16777217~1,16842751~1,16973835~1,16973831~1,16973837~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=50|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc + +[OutputGroup6] +Name=Report Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=BOM_PartType +OutputName1=Bill of Materials +OutputDocumentPath1= +OutputVariantName1=[No Variations] +OutputDefault1=0 +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=A4|PaperIndex=9 +OutputType2=ComponentCrossReference +OutputName2=Component Cross Reference Report +OutputDocumentPath2= +OutputVariantName2=[No Variations] +OutputDefault2=0 +OutputType3=GOSTBOM +OutputName3=GOST BOM +OutputDocumentPath3= +OutputVariantName3=[No Variations] +OutputDefault3=0 +OutputType4=ReportHierarchy +OutputName4=Report Project Hierarchy +OutputDocumentPath4= +OutputVariantName4=[No Variations] +OutputDefault4=0 +OutputType5=Script +OutputName5=Script Output +OutputDocumentPath5= +OutputVariantName5=[No Variations] +OutputDefault5=0 +OutputType6=SimpleBOM +OutputName6=Simple BOM +OutputDocumentPath6= +OutputVariantName6=[No Variations] +OutputDefault6=0 +OutputType7=SinglePinNetReporter +OutputName7=Report Single Pin Nets +OutputDocumentPath7= +OutputVariantName7=[No Variations] +OutputDefault7=0 + +[OutputGroup7] +Name=Other Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=Text Print +OutputName1=Text Print +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +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=A4|PaperIndex=9 +OutputType2=Text Print +OutputName2=Text Print +OutputDocumentPath2= +OutputVariantName2= +OutputDefault2=0 +PageOptions2=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType3=Text Print +OutputName3=Text Print +OutputDocumentPath3= +OutputVariantName3= +OutputDefault3=0 +PageOptions3=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType4=Text Print +OutputName4=Text Print +OutputDocumentPath4= +OutputVariantName4= +OutputDefault4=0 +PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType5=Text Print +OutputName5=Text Print +OutputDocumentPath5= +OutputVariantName5= +OutputDefault5=0 +PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType6=Text Print +OutputName6=Text Print +OutputDocumentPath6= +OutputVariantName6= +OutputDefault6=0 +PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType7=Text Print +OutputName7=Text Print +OutputDocumentPath7= +OutputVariantName7= +OutputDefault7=0 +PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType8=Text Print +OutputName8=Text Print +OutputDocumentPath8= +OutputVariantName8= +OutputDefault8=0 +PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType9=Text Print +OutputName9=Text Print +OutputDocumentPath9= +OutputVariantName9= +OutputDefault9=0 +PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType10=Text Print +OutputName10=Text Print +OutputDocumentPath10= +OutputVariantName10= +OutputDefault10=0 +PageOptions10=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType11=Text Print +OutputName11=Text Print +OutputDocumentPath11= +OutputVariantName11= +OutputDefault11=0 +PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType12=Text Print +OutputName12=Text Print +OutputDocumentPath12= +OutputVariantName12= +OutputDefault12=0 +PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType13=Text Print +OutputName13=Text Print +OutputDocumentPath13= +OutputVariantName13= +OutputDefault13=0 +PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType14=Text Print +OutputName14=Text Print +OutputDocumentPath14= +OutputVariantName14= +OutputDefault14=0 +PageOptions14=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType15=Text Print +OutputName15=Text Print +OutputDocumentPath15= +OutputVariantName15= +OutputDefault15=0 +PageOptions15=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType16=Text Print +OutputName16=Text Print +OutputDocumentPath16= +OutputVariantName16= +OutputDefault16=0 +PageOptions16=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType17=Text Print +OutputName17=Text Print +OutputDocumentPath17= +OutputVariantName17= +OutputDefault17=0 +PageOptions17=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 + +[OutputGroup8] +Name=Validation Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=BOM_Violations +OutputName1=BOM Checks Report +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +OutputType2=Component states check +OutputName2=Server's components states check +OutputDocumentPath2= +OutputVariantName2= +OutputDefault2=0 +OutputType3=Configuration compliance +OutputName3=Environment configuration compliance check +OutputDocumentPath3= +OutputVariantName3= +OutputDefault3=0 +OutputType4=Design Rules Check +OutputName4=Design Rules Check +OutputDocumentPath4= +OutputVariantName4= +OutputDefault4=0 +PageOptions4=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType5=Differences Report +OutputName5=Differences Report +OutputDocumentPath5= +OutputVariantName5= +OutputDefault5=0 +PageOptions5=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType6=Electrical Rules Check +OutputName6=Electrical Rules Check +OutputDocumentPath6= +OutputVariantName6= +OutputDefault6=0 +PageOptions6=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +OutputType7=Footprint Comparison Report +OutputName7=Footprint Comparison Report +OutputDocumentPath7= +OutputVariantName7= +OutputDefault7=0 + +[OutputGroup9] +Name=Export Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=AutoCAD dwg/dxf PCB +OutputName1=AutoCAD dwg/dxf File PCB +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 +OutputType2=AutoCAD dwg/dxf Schematic +OutputName2=AutoCAD dwg/dxf File Schematic +OutputDocumentPath2= +OutputVariantName2= +OutputDefault2=0 +OutputType3=ExportIDF +OutputName3=Export IDF +OutputDocumentPath3= +OutputVariantName3= +OutputDefault3=0 +OutputType4=ExportPARASOLID +OutputName4=Export PARASOLID +OutputDocumentPath4= +OutputVariantName4=[No Variations] +OutputDefault4=0 +OutputType5=ExportSTEP +OutputName5=Export STEP +OutputDocumentPath5= +OutputVariantName5=[No Variations] +OutputDefault5=0 +OutputType6=ExportVRML +OutputName6=Export VRML +OutputDocumentPath6= +OutputVariantName6=[No Variations] +OutputDefault6=0 +OutputType7=MBAExportPARASOLID +OutputName7=Export PARASOLID +OutputDocumentPath7= +OutputVariantName7= +OutputDefault7=0 +OutputType8=MBAExportSTEP +OutputName8=Export STEP +OutputDocumentPath8= +OutputVariantName8= +OutputDefault8=0 +OutputType9=Save As/Export PCB +OutputName9=Save As/Export PCB +OutputDocumentPath9= +OutputVariantName9= +OutputDefault9=0 +OutputType10=Save As/Export Schematic +OutputName10=Save As/Export Schematic +OutputDocumentPath10= +OutputVariantName10= +OutputDefault10=0 +OutputType11=Specctra Design PCB +OutputName11=Specctra Design PCB +OutputDocumentPath11= +OutputVariantName11= +OutputDefault11=0 + +[OutputGroup10] +Name=PostProcess Outputs +Description= +TargetPrinter=KONICA MINOLTA C360iSeriesPCL +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputType1=Copy Files +OutputName1=Copy Files +OutputDocumentPath1= +OutputVariantName1= +OutputDefault1=0 + +[Modification Levels] +Type1=1 +Type2=1 +Type3=1 +Type4=1 +Type5=1 +Type6=1 +Type7=1 +Type8=1 +Type9=1 +Type10=1 +Type11=1 +Type12=1 +Type13=1 +Type14=1 +Type15=1 +Type16=1 +Type17=1 +Type18=1 +Type19=1 +Type20=1 +Type21=1 +Type22=1 +Type23=1 +Type24=1 +Type25=1 +Type26=1 +Type27=1 +Type28=1 +Type29=1 +Type30=1 +Type31=1 +Type32=1 +Type33=1 +Type34=1 +Type35=1 +Type36=1 +Type37=1 +Type38=1 +Type39=1 +Type40=1 +Type41=1 +Type42=1 +Type43=1 +Type44=1 +Type45=1 +Type46=1 +Type47=1 +Type48=1 +Type49=1 +Type50=1 +Type51=1 +Type52=1 +Type53=1 +Type54=1 +Type55=1 +Type56=1 +Type57=1 +Type58=1 +Type59=1 +Type60=1 +Type61=1 +Type62=1 +Type63=1 +Type64=1 +Type65=1 +Type66=1 +Type67=1 +Type68=1 +Type69=1 +Type70=1 +Type71=1 +Type72=1 +Type73=1 +Type74=1 +Type75=1 +Type76=1 +Type77=1 +Type78=1 +Type79=1 +Type80=1 +Type81=1 +Type82=1 +Type83=1 +Type84=1 +Type85=1 +Type86=1 +Type87=1 +Type88=1 +Type89=1 +Type90=1 +Type91=1 +Type92=1 +Type93=1 +Type94=1 +Type95=1 +Type96=1 +Type97=1 +Type98=1 +Type99=1 +Type100=1 +Type101=1 +Type102=1 +Type103=1 +Type104=1 +Type105=1 +Type106=1 +Type107=1 +Type108=1 +Type109=1 +Type110=1 +Type111=1 +Type112=1 +Type113=1 +Type114=1 +Type115=1 +Type116=1 +Type117=1 +Type118=1 +Type119=1 + +[Difference Levels] +Type1=1 +Type2=1 +Type3=1 +Type4=1 +Type5=1 +Type6=1 +Type7=1 +Type8=1 +Type9=1 +Type10=1 +Type11=1 +Type12=1 +Type13=1 +Type14=1 +Type15=1 +Type16=1 +Type17=1 +Type18=1 +Type19=1 +Type20=1 +Type21=1 +Type22=1 +Type23=1 +Type24=1 +Type25=1 +Type26=1 +Type27=1 +Type28=1 +Type29=1 +Type30=1 +Type31=1 +Type32=1 +Type33=1 +Type34=1 +Type35=1 +Type36=1 +Type37=1 +Type38=1 +Type39=1 +Type40=1 +Type41=1 +Type42=1 +Type43=1 +Type44=1 +Type45=1 +Type46=1 +Type47=1 +Type48=1 +Type49=1 +Type50=1 +Type51=1 +Type52=1 +Type53=1 +Type54=1 +Type55=1 +Type56=1 +Type57=1 +Type58=1 +Type59=1 +Type60=1 +Type61=1 +Type62=1 +Type63=1 +Type64=1 +Type65=1 +Type66=1 +Type67=1 +Type68=1 + +[Electrical Rules Check] +Type1=1 +Type2=1 +Type3=2 +Type4=1 +Type5=2 +Type6=2 +Type7=0 +Type8=1 +Type9=1 +Type10=1 +Type11=2 +Type12=0 +Type13=0 +Type14=1 +Type15=1 +Type16=1 +Type17=1 +Type18=1 +Type19=1 +Type20=0 +Type21=0 +Type22=0 +Type23=0 +Type24=1 +Type25=2 +Type26=0 +Type27=2 +Type28=1 +Type29=1 +Type30=1 +Type31=1 +Type32=2 +Type33=0 +Type34=2 +Type35=1 +Type36=2 +Type37=1 +Type38=2 +Type39=2 +Type40=2 +Type41=0 +Type42=2 +Type43=1 +Type44=0 +Type45=0 +Type46=0 +Type47=0 +Type48=0 +Type49=0 +Type50=2 +Type51=0 +Type52=0 +Type53=1 +Type54=1 +Type55=1 +Type56=2 +Type57=1 +Type58=1 +Type59=2 +Type60=0 +Type61=0 +Type62=0 +Type63=0 +Type64=0 +Type65=2 +Type66=3 +Type67=2 +Type68=2 +Type69=0 +Type70=2 +Type71=2 +Type72=2 +Type73=2 +Type74=1 +Type75=2 +Type76=1 +Type77=1 +Type78=1 +Type79=1 +Type80=2 +Type81=3 +Type82=3 +Type83=3 +Type84=3 +Type85=3 +Type86=2 +Type87=2 +Type88=2 +Type89=1 +Type90=1 +Type91=3 +Type92=3 +Type93=2 +Type94=2 +Type95=2 +Type96=2 +Type97=2 +Type98=0 +Type99=1 +Type100=2 +Type101=0 +Type102=2 +Type103=2 +Type104=1 +Type105=2 +Type106=2 +Type107=2 +Type108=2 +Type109=1 +Type110=1 +Type111=1 +Type112=1 +Type113=1 +Type114=2 +Type115=2 +Type116=2 +Type117=3 +Type118=3 +Type119=3 +MultiChannelAlternate=2 +AlternateItemFail=3 +Type122=2 +Type123=1 +Type124=1 +Type125=1 + +[ERC Connection Matrix] +L1=NNNNNNNNNNNWNNNWW +L2=NNWNNNNWWWNWNWNWN +L3=NWEENEEEENEWNEEWN +L4=NNENNNWEENNWNENWN +L5=NNNNNNNNNNNNNNNNN +L6=NNENNNNEENNWNENWN +L7=NNEWNNWEENNWNENWN +L8=NWEENEENEEENNEENN +L9=NWEENEEEENEWNEEWW +L10=NWNNNNNENNEWNNEWN +L11=NNENNNNEEENWNENWN +L12=WWWWNWWNWWWNWWWNN +L13=NNNNNNNNNNNWNNNWW +L14=NWEENEEEENEWNEEWW +L15=NNENNNNEEENWNENWW +L16=WWWWNWWNWWWNWWWNW +L17=WNNNNNNNWNNNWWWWN + +[Annotate] +SortOrder=1 +SortLocation=0 +ReplaceSubparts=0 +MatchParameter1=Comment +MatchStrictly1=1 +MatchParameter2=Library Reference +MatchStrictly2=1 +PhysicalNamingFormat=$Component_$RoomName +GlobalIndexSortOrder=3 +GlobalIndexSortLocation=0 + +[PrjClassGen] +CompClassManualEnabled=0 +CompClassManualRoomEnabled=0 +NetClassAutoBusEnabled=1 +NetClassAutoCompEnabled=0 +NetClassAutoNamedHarnessEnabled=0 +NetClassManualEnabled=1 +NetClassSeparateForBusSections=0 + +[LibraryUpdateOptions] +SelectedOnly=1 +UpdateVariants=1 +UpdateToLatestRevision=1 +PartTypes=0 +ComponentLibIdentifierKind0=Library Name And Type +ComponentLibraryIdentifier0=Modules.SchLib +ComponentDesignItemID0=ESP-12F +ComponentSymbolReference0=ESP-12F +ComponentUpdate0=1 +ComponentIsDeviceSheet0=0 +FullReplace=1 +UpdateDesignatorLock=1 +UpdatePartIDLock=1 +PreserveParameterLocations=1 +PreserveParameterVisibility=1 +DoGraphics=1 +DoParameters=1 +DoModels=1 +AddParameters=0 +RemoveParameters=0 +AddModels=1 +RemoveModels=1 +UpdateCurrentModels=1 +ParameterName0=Comment +ParameterUpdate0=1 +ParameterName1=Component Kind +ParameterUpdate1=1 +ParameterName2=ComponentType +ParameterUpdate2=1 +ParameterName3=Description +ParameterUpdate3=1 +ParameterName4=Library Reference +ParameterUpdate4=1 +ParameterName5=Manufacturer +ParameterUpdate5=1 +ParameterName6=ValueManufacturerPartNumber +ParameterUpdate6=1 +ParameterName7=VoltageInput +ParameterUpdate7=1 + +[DatabaseUpdateOptions] +SelectedOnly=0 +UpdateVariants=1 +UpdateToLatestRevision=1 +PartTypes=0 + +[Comparison Options] +ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0 +ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0 +ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0 +ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0 +ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0 +ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=0|UseName=-1|InclAllRules=0 + +[SmartPDF] +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=A4|PaperIndex=9 + diff --git a/ESP-12F/ESP-12F.PrjPcbStructure b/ESP-12F/ESP-12F.PrjPcbStructure new file mode 100644 index 0000000..9721f99 --- /dev/null +++ b/ESP-12F/ESP-12F.PrjPcbStructure @@ -0,0 +1 @@ +Record=TopLevelDocument|FileName=esp12f.SchDoc|SheetNumber=1 diff --git a/ESP-12F/Project Outputs for ESP-12F/Sources/.SpecialStrings b/ESP-12F/Project Outputs for ESP-12F/Sources/.SpecialStrings new file mode 100644 index 0000000..f5f7116 --- /dev/null +++ b/ESP-12F/Project Outputs for ESP-12F/Sources/.SpecialStrings @@ -0,0 +1 @@ +{"Parameters":[{"ComputerName":"A365"},{"Application_BuildNumber":"21.0.8.223"},{"Item":""},{"ItemRevision":""},{"ItemAndRevision":""},{"ItemRevisionBase":""},{"ItemRevisionLevel1":""},{"ItemRevisionLevel2":""},{"ItemRevisionLevel1AndBase":""},{"ItemRevisionLevel2AndLevel1":""}]} \ No newline at end of file diff --git a/ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.OutJob b/ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.OutJob new file mode 100644 index 0000000..4e81a6f --- /dev/null +++ b/ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.OutJob @@ -0,0 +1,279 @@ +[OutputJobFile] +Version=1.0 +Caption= +Description= +VaultGUID= +ItemGUID= +ItemHRID= +RevisionGUID= +RevisionId= +VaultHRID= +AutoItemHRID= +NextRevId= +FolderGUID= +LifeCycleDefinitionGUID= +RevisionNamingSchemeGUID= + +[OutputGroup1] +Name=ESP-12F.OutJob +Description= +TargetOutputMedium=ÏÝ +VariantName=[No Variations] +VariantScope=2 +CurrentConfigurationName=Custom - 1 +TargetPrinter=Virtual Printer +PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=0 +OutputMedium1=Print Job +OutputMedium1_Type=Printer +OutputMedium1_Printer=KONICA MINOLTA C360iSeriesPCL +OutputMedium1_PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1 +OutputMedium2=New PDF +OutputMedium2_Type=Publish +OutputMedium3=Gerber +OutputMedium3_Type=GeneratedFiles +OutputMedium4=3D +OutputMedium4_Type=GeneratedFiles +OutputMedium5=ÏÝ +OutputMedium5_Type=Publish +OutputMedium6=ÂÏ +OutputMedium6_Type=Publish +OutputType1=GOSTBOM +OutputName1=ÏÝ +OutputCategory1=Report +OutputDocumentPath1= +OutputVariantName1= +OutputEnabled1=0 +OutputEnabled1_OutputMedium1=0 +OutputEnabled1_OutputMedium2=0 +OutputEnabled1_OutputMedium3=0 +OutputEnabled1_OutputMedium4=0 +OutputEnabled1_OutputMedium5=0 +OutputEnabled1_OutputMedium6=0 +OutputDefault1=0 +Configuration1_Name1=OutputConfigurationParameter1 +Configuration1_Item1=Record=GOSTBOMView|Report=0|DocumentPath=[Project] +OutputType2=GOSTBOM +OutputName2=ÂÏ +OutputCategory2=Report +OutputDocumentPath2= +OutputVariantName2= +OutputEnabled2=0 +OutputEnabled2_OutputMedium1=0 +OutputEnabled2_OutputMedium2=0 +OutputEnabled2_OutputMedium3=0 +OutputEnabled2_OutputMedium4=0 +OutputEnabled2_OutputMedium5=0 +OutputEnabled2_OutputMedium6=0 +OutputDefault2=0 +Configuration2_Name1=OutputConfigurationParameter1 +Configuration2_Item1=Record=GOSTBOMView|Report=1|DocumentPath=[Project] +OutputType3=Gerber +OutputName3=Gerber Files +OutputCategory3=Fabrication +OutputDocumentPath3= +OutputVariantName3= +OutputEnabled3=0 +OutputEnabled3_OutputMedium1=0 +OutputEnabled3_OutputMedium2=0 +OutputEnabled3_OutputMedium3=1 +OutputEnabled3_OutputMedium4=0 +OutputEnabled3_OutputMedium5=0 +OutputEnabled3_OutputMedium6=0 +OutputDefault3=0 +Configuration3_Name1=OutputConfigurationParameter1 +Configuration3_Item1=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|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=Imperial|GerberUnit=Imperial|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TPlotLayerStateArray,16973830~1,16973834~1,16777217~1,16842751~1,16973835~1,16973831~1,16973837~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlusApertureTolerance=50|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType4=NC Drill +OutputName4=NC Drill Files +OutputCategory4=Fabrication +OutputDocumentPath4= +OutputVariantName4= +OutputEnabled4=0 +OutputEnabled4_OutputMedium1=0 +OutputEnabled4_OutputMedium2=0 +OutputEnabled4_OutputMedium3=2 +OutputEnabled4_OutputMedium4=0 +OutputEnabled4_OutputMedium5=0 +OutputEnabled4_OutputMedium6=0 +OutputDefault4=0 +Configuration4_Name1=OutputConfigurationParameter1 +Configuration4_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=True|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|Units=Imperial|ZeroesMode=SuppressTrailingZeroes|DocumentPath=D:\work\Altium\ESP\ESP-12F\esp12f.PcbDoc +OutputType5=Schematic Print +OutputName5=Schematic Prints +OutputCategory5=Documentation +OutputDocumentPath5=[Project Physical Documents] +OutputVariantName5= +OutputEnabled5=0 +OutputEnabled5_OutputMedium1=0 +OutputEnabled5_OutputMedium2=1 +OutputEnabled5_OutputMedium3=0 +OutputEnabled5_OutputMedium4=0 +OutputEnabled5_OutputMedium5=0 +OutputEnabled5_OutputMedium6=0 +OutputDefault5=0 +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=1|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-4|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=A4|PaperIndex=9 +Configuration5_Name1=OutputConfigurationParameter1 +Configuration5_Item1=Record=SchPrintView|ShowNoERC=False|ShowParamSet=False|ShowProbe=False|ShowBlanket=False|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=False|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|DocumentPath=[Project Physical Documents] +OutputType6=ExportPARASOLID +OutputName6=Export PARASOLID +OutputCategory6=Export +OutputDocumentPath6= +OutputVariantName6= +OutputEnabled6=0 +OutputEnabled6_OutputMedium1=0 +OutputEnabled6_OutputMedium2=0 +OutputEnabled6_OutputMedium3=0 +OutputEnabled6_OutputMedium4=1 +OutputEnabled6_OutputMedium5=0 +OutputEnabled6_OutputMedium6=0 +OutputDefault6=0 +OutputType7=ExportSTEP +OutputName7=Export STEP +OutputCategory7=Export +OutputDocumentPath7= +OutputVariantName7= +OutputEnabled7=0 +OutputEnabled7_OutputMedium1=0 +OutputEnabled7_OutputMedium2=0 +OutputEnabled7_OutputMedium3=0 +OutputEnabled7_OutputMedium4=2 +OutputEnabled7_OutputMedium5=0 +OutputEnabled7_OutputMedium6=0 +OutputDefault7=0 + +[PublishSettings] +OutputFilePath2=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +ReleaseManaged2=1 +OutputBasePath2= +OutputPathMedia2= +OutputPathMediaValue2= +OutputPathOutputer2=[Output Type] +OutputPathOutputerPrefix2= +OutputPathOutputerValue2= +OutputFileName2=ESP-12F.PDF +OutputFileNameMulti2= +UseOutputNameForMulti2=1 +OutputFileNameSpecial2= +OpenOutput2=1 +PromptOverwrite2=1 +PublishMethod2=0 +ZoomLevel2=50 +FitSCHPrintSizeToDoc2=1 +FitPCBPrintSizeToDoc2=1 +GenerateNetsInfo2=1 +MarkPins2=1 +MarkNetLabels2=1 +MarkPortsId2=1 +GenerateTOC2=1 +ShowComponentParameters2=1 +GlobalBookmarks2=0 +PDFACompliance2=Disabled +PDFVersion2=Default +OutputFilePath3=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +ReleaseManaged3=1 +OutputBasePath3=Project Outputs for ESP-12F +OutputPathMedia3= +OutputPathMediaValue3= +OutputPathOutputer3=[Output Type] +OutputPathOutputerPrefix3= +OutputPathOutputerValue3= +OutputFileName3= +OutputFileNameMulti3= +UseOutputNameForMulti3=1 +OutputFileNameSpecial3= +OpenOutput3=1 +OutputFilePath4=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +ReleaseManaged4=1 +OutputBasePath4=Project Outputs for ESP-12F +OutputPathMedia4= +OutputPathMediaValue4= +OutputPathOutputer4=[Output Type] +OutputPathOutputerPrefix4= +OutputPathOutputerValue4= +OutputFileName4= +OutputFileNameMulti4= +UseOutputNameForMulti4=1 +OutputFileNameSpecial4= +OpenOutput4=1 +OutputFilePath5=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +ReleaseManaged5=1 +OutputBasePath5=Project Outputs for ESP-12F +OutputPathMedia5=[Media Name] +OutputPathMediaValue5= +OutputPathOutputer5=[Output Type] +OutputPathOutputerPrefix5= +OutputPathOutputerValue5= +OutputFileName5=ESP-12F.PDF +OutputFileNameMulti5= +UseOutputNameForMulti5=1 +OutputFileNameSpecial5= +OpenOutput5=1 +PromptOverwrite5=1 +PublishMethod5=0 +ZoomLevel5=50 +FitSCHPrintSizeToDoc5=1 +FitPCBPrintSizeToDoc5=1 +GenerateNetsInfo5=1 +MarkPins5=1 +MarkNetLabels5=1 +MarkPortsId5=1 +GenerateTOC5=1 +ShowComponentParameters5=1 +GlobalBookmarks5=0 +PDFACompliance5=Disabled +PDFVersion5=Default +OutputFilePath6=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +ReleaseManaged6=1 +OutputBasePath6=Project Outputs for ESP-12F +OutputPathMedia6=[Media Name] +OutputPathMediaValue6= +OutputPathOutputer6=[Output Type] +OutputPathOutputerPrefix6= +OutputPathOutputerValue6= +OutputFileName6=ESP-12F.PDF +OutputFileNameMulti6= +UseOutputNameForMulti6=1 +OutputFileNameSpecial6= +OpenOutput6=1 +PromptOverwrite6=1 +PublishMethod6=0 +ZoomLevel6=50 +FitSCHPrintSizeToDoc6=1 +FitPCBPrintSizeToDoc6=1 +GenerateNetsInfo6=1 +MarkPins6=1 +MarkNetLabels6=1 +MarkPortsId6=1 +GenerateTOC6=1 +ShowComponentParameters6=1 +GlobalBookmarks6=0 +PDFACompliance6=Disabled +PDFVersion6=Default + +[GeneratedFilesSettings] +RelativeOutputPath2=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +OpenOutputs2=1 +RelativeOutputPath3=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +OpenOutputs3=1 +AddToProject3=1 +TimestampFolder3=0 +UseOutputName3=0 +OpenODBOutput3=0 +OpenGerberOutput3=1 +OpenNCDrillOutput3=1 +OpenIPCOutput3=0 +EnableReload3=0 +RelativeOutputPath4=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ +OpenOutputs4=1 +AddToProject4=1 +TimestampFolder4=0 +UseOutputName4=0 +OpenODBOutput4=0 +OpenGerberOutput4=0 +OpenNCDrillOutput4=0 +OpenIPCOutput4=0 +EnableReload4=0 +RelativeOutputPath5=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +OpenOutputs5=1 +RelativeOutputPath6=D:\work\Altium\ESP\ESP-12F\Project Outputs for ESP-12F\ESP-12F.PDF +OpenOutputs6=1 + diff --git a/ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.PDF b/ESP-12F/Project Outputs for ESP-12F/Sources/ESP-12F.PDF new file mode 100644 index 0000000000000000000000000000000000000000..3e8c8f9e77910d25a734ebd142cbd35083022600 GIT binary patch literal 148209 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