commit
7e614b1f74
31 changed files with 98086 additions and 0 deletions
@ -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/ |
||||||
|
Заказ/ |
||||||
|
/Заказ |
||||||
@ -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 |
||||||
|
|
||||||
@ -0,0 +1 @@ |
|||||||
|
Record=TopLevelDocument|FileName=esp12f.SchDoc|SheetNumber=1 |
||||||
@ -0,0 +1 @@ |
|||||||
|
{"Parameters":[{"ComputerName":"A365"},{"Application_BuildNumber":"21.0.8.223"},{"Item":""},{"ItemRevision":""},{"ItemAndRevision":""},{"ItemRevisionBase":""},{"ItemRevisionLevel1":""},{"ItemRevisionLevel2":""},{"ItemRevisionLevel1AndBase":""},{"ItemRevisionLevel2AndLevel1":""}]} |
||||||
@ -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 |
||||||
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@ |
|||||||
|
Record=TopLevelDocument|FileName=esp12f.SchDoc|SheetNumber=1 |
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@ |
|||||||
|
------------------------------------------------------------------------------------------ |
||||||
|
Gerber File Extension Report For: esp12f.GBR 01.08.2024 15:07:22 |
||||||
|
------------------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------------------ |
||||||
|
Layer Extension Layer Description |
||||||
|
------------------------------------------------------------------------------------------ |
||||||
|
.GTO Top Overlay |
||||||
|
.GTS Top Solder |
||||||
|
.GTL Top Layer |
||||||
|
.GBL Bottom Layer |
||||||
|
.GBS Bottom Solder |
||||||
|
.GBO Bottom Overlay |
||||||
|
.GKO Keep-Out Layer |
||||||
|
------------------------------------------------------------------------------------------ |
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,130 @@ |
|||||||
|
G04* |
||||||
|
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,21.0.8 (223)* |
||||||
|
G04* |
||||||
|
G04 Layer_Color=16711935* |
||||||
|
%FSLAX25Y25*% |
||||||
|
%MOIN*% |
||||||
|
G70* |
||||||
|
G04* |
||||||
|
G04 #@! TF.SameCoordinates,DF994578-EC3F-46E8-BF3C-8D0B474133A8* |
||||||
|
G04* |
||||||
|
G04* |
||||||
|
G04 #@! TF.FilePolarity,Negative* |
||||||
|
G04* |
||||||
|
G01* |
||||||
|
G75* |
||||||
|
%ADD15C,0.04737*% |
||||||
|
%ADD16C,0.08674*% |
||||||
|
%ADD17R,0.08674X0.08674*% |
||||||
|
%ADD30R,0.10249X0.13792*% |
||||||
|
%ADD31R,0.10249X0.04737*% |
||||||
|
%ADD32R,0.04737X0.05721*% |
||||||
|
%ADD33R,0.05721X0.04737*% |
||||||
|
%ADD34R,0.05524X0.07099*% |
||||||
|
D15* |
||||||
|
X65000Y80000D02* |
||||||
|
D03* |
||||||
|
Y72000D02* |
||||||
|
D03* |
||||||
|
X9000Y7000D02* |
||||||
|
D03* |
||||||
|
X50000Y86500D02* |
||||||
|
D03* |
||||||
|
X10000Y40500D02* |
||||||
|
D03* |
||||||
|
X9000Y28500D02* |
||||||
|
D03* |
||||||
|
X65000Y40500D02* |
||||||
|
D03* |
||||||
|
Y56500D02* |
||||||
|
D03* |
||||||
|
Y48500D02* |
||||||
|
D03* |
||||||
|
Y88000D02* |
||||||
|
D03* |
||||||
|
Y95500D02* |
||||||
|
D03* |
||||||
|
X10000Y48500D02* |
||||||
|
D03* |
||||||
|
Y56500D02* |
||||||
|
D03* |
||||||
|
Y64500D02* |
||||||
|
D03* |
||||||
|
Y72000D02* |
||||||
|
D03* |
||||||
|
D16* |
||||||
|
X42500Y19500D02* |
||||||
|
D03* |
||||||
|
Y9500D02* |
||||||
|
D03* |
||||||
|
X22500D02* |
||||||
|
D03* |
||||||
|
X32500D02* |
||||||
|
D03* |
||||||
|
X52500D02* |
||||||
|
D03* |
||||||
|
X32500Y19500D02* |
||||||
|
D03* |
||||||
|
X22500D02* |
||||||
|
D03* |
||||||
|
D17* |
||||||
|
X52500D02* |
||||||
|
D03* |
||||||
|
D30* |
||||||
|
X19583Y40000D02* |
||||||
|
D03* |
||||||
|
D31* |
||||||
|
X42417Y30945D02* |
||||||
|
D03* |
||||||
|
Y40000D02* |
||||||
|
D03* |
||||||
|
Y49055D02* |
||||||
|
D03* |
||||||
|
D32* |
||||||
|
X56937Y71000D02* |
||||||
|
D03* |
||||||
|
X49063D02* |
||||||
|
D03* |
||||||
|
Y57000D02* |
||||||
|
D03* |
||||||
|
X56937D02* |
||||||
|
D03* |
||||||
|
X16563Y75500D02* |
||||||
|
D03* |
||||||
|
X24437D02* |
||||||
|
D03* |
||||||
|
X16563Y97000D02* |
||||||
|
D03* |
||||||
|
X24437D02* |
||||||
|
D03* |
||||||
|
X34563Y86500D02* |
||||||
|
D03* |
||||||
|
X42437D02* |
||||||
|
D03* |
||||||
|
X16563D02* |
||||||
|
D03* |
||||||
|
X24437D02* |
||||||
|
D03* |
||||||
|
X34563Y97000D02* |
||||||
|
D03* |
||||||
|
X42437D02* |
||||||
|
D03* |
||||||
|
D33* |
||||||
|
X56000Y41063D02* |
||||||
|
D03* |
||||||
|
Y48937D02* |
||||||
|
D03* |
||||||
|
X9000Y13563D02* |
||||||
|
D03* |
||||||
|
Y21437D02* |
||||||
|
D03* |
||||||
|
X41000Y58063D02* |
||||||
|
D03* |
||||||
|
Y65937D02* |
||||||
|
D03* |
||||||
|
D34* |
||||||
|
X32799Y61500D02* |
||||||
|
D03* |
||||||
|
X20201D02* |
||||||
|
D03* |
||||||
|
M02* |
||||||
@ -0,0 +1,25 @@ |
|||||||
|
G04* |
||||||
|
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,21.0.8 (223)* |
||||||
|
G04* |
||||||
|
G04 Layer_Color=16711935* |
||||||
|
%FSLAX25Y25*% |
||||||
|
%MOIN*% |
||||||
|
G70* |
||||||
|
G04* |
||||||
|
G04 #@! TF.SameCoordinates,DF994578-EC3F-46E8-BF3C-8D0B474133A8* |
||||||
|
G04* |
||||||
|
G04* |
||||||
|
G04 #@! TF.FilePolarity,Positive* |
||||||
|
G04* |
||||||
|
G01* |
||||||
|
G75* |
||||||
|
%ADD10C,0.00394*% |
||||||
|
D10* |
||||||
|
X595Y102500D02* |
||||||
|
X74500D01* |
||||||
|
X82Y0D02* |
||||||
|
X595Y102500D01* |
||||||
|
X82Y0D02* |
||||||
|
X74500D01* |
||||||
|
Y102500D01* |
||||||
|
M02* |
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,305 @@ |
|||||||
|
G04* |
||||||
|
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,21.0.8 (223)* |
||||||
|
G04* |
||||||
|
G04 Layer_Color=65535* |
||||||
|
%FSLAX25Y25*% |
||||||
|
%MOIN*% |
||||||
|
G70* |
||||||
|
G04* |
||||||
|
G04 #@! TF.SameCoordinates,DF994578-EC3F-46E8-BF3C-8D0B474133A8* |
||||||
|
G04* |
||||||
|
G04* |
||||||
|
G04 #@! TF.FilePolarity,Positive* |
||||||
|
G04* |
||||||
|
G01* |
||||||
|
G75* |
||||||
|
%ADD10C,0.00394*% |
||||||
|
%ADD11C,0.00787*% |
||||||
|
%ADD12C,0.01000*% |
||||||
|
G36* |
||||||
|
X18465Y28221D02* |
||||||
|
X19408Y26900D01* |
||||||
|
X18996D01* |
||||||
|
X18359Y27795D01* |
||||||
|
X18356Y27799D01* |
||||||
|
X18349Y27810D01* |
||||||
|
X18341Y27825D01* |
||||||
|
X18327Y27843D01* |
||||||
|
X18294Y27894D01* |
||||||
|
X18258Y27948D01* |
||||||
|
X18254Y27945D01* |
||||||
|
X18243Y27930D01* |
||||||
|
X18228Y27908D01* |
||||||
|
X18210Y27879D01* |
||||||
|
X18170Y27821D01* |
||||||
|
X18152Y27795D01* |
||||||
|
X18137Y27774D01* |
||||||
|
X17500Y26900D01* |
||||||
|
X17100D01* |
||||||
|
X18072Y28203D01* |
||||||
|
X17213Y29419D01* |
||||||
|
X17610D01* |
||||||
|
X18068Y28771D01* |
||||||
|
Y28767D01* |
||||||
|
X18076Y28764D01* |
||||||
|
X18083Y28753D01* |
||||||
|
X18094Y28738D01* |
||||||
|
X18116Y28702D01* |
||||||
|
X18148Y28658D01* |
||||||
|
X18181Y28607D01* |
||||||
|
X18214Y28556D01* |
||||||
|
X18243Y28509D01* |
||||||
|
X18268Y28465D01* |
||||||
|
X18272Y28473D01* |
||||||
|
X18283Y28487D01* |
||||||
|
X18301Y28516D01* |
||||||
|
X18327Y28553D01* |
||||||
|
X18356Y28593D01* |
||||||
|
X18392Y28644D01* |
||||||
|
X18429Y28694D01* |
||||||
|
X18472Y28749D01* |
||||||
|
X18975Y29419D01* |
||||||
|
X19339D01* |
||||||
|
X18465Y28221D01* |
||||||
|
D02* |
||||||
|
G37* |
||||||
|
G36* |
||||||
|
X20744Y26900D02* |
||||||
|
X20434D01* |
||||||
|
Y28869D01* |
||||||
|
X20431Y28866D01* |
||||||
|
X20412Y28851D01* |
||||||
|
X20391Y28829D01* |
||||||
|
X20354Y28804D01* |
||||||
|
X20314Y28771D01* |
||||||
|
X20263Y28735D01* |
||||||
|
X20205Y28694D01* |
||||||
|
X20139Y28655D01* |
||||||
|
X20136D01* |
||||||
|
X20132Y28651D01* |
||||||
|
X20110Y28636D01* |
||||||
|
X20074Y28618D01* |
||||||
|
X20030Y28596D01* |
||||||
|
X19979Y28571D01* |
||||||
|
X19925Y28545D01* |
||||||
|
X19870Y28520D01* |
||||||
|
X19815Y28498D01* |
||||||
|
Y28796D01* |
||||||
|
X19819D01* |
||||||
|
X19826Y28804D01* |
||||||
|
X19841Y28807D01* |
||||||
|
X19859Y28818D01* |
||||||
|
X19881Y28829D01* |
||||||
|
X19906Y28844D01* |
||||||
|
X19968Y28880D01* |
||||||
|
X20041Y28920D01* |
||||||
|
X20114Y28971D01* |
||||||
|
X20190Y29029D01* |
||||||
|
X20267Y29091D01* |
||||||
|
X20270Y29095D01* |
||||||
|
X20274Y29099D01* |
||||||
|
X20285Y29109D01* |
||||||
|
X20300Y29120D01* |
||||||
|
X20332Y29157D01* |
||||||
|
X20376Y29201D01* |
||||||
|
X20420Y29251D01* |
||||||
|
X20467Y29310D01* |
||||||
|
X20507Y29368D01* |
||||||
|
X20543Y29430D01* |
||||||
|
X20744D01* |
||||||
|
Y26900D01* |
||||||
|
D02* |
||||||
|
G37* |
||||||
|
D10* |
||||||
|
X67362Y80000D02* |
||||||
|
G03* |
||||||
|
X67362Y80000I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y72000D02* |
||||||
|
G03* |
||||||
|
X67362Y72000I-2362J0D01* |
||||||
|
G01* |
||||||
|
X11362Y7000D02* |
||||||
|
G03* |
||||||
|
X11362Y7000I-2362J0D01* |
||||||
|
G01* |
||||||
|
X52362Y86500D02* |
||||||
|
G03* |
||||||
|
X52362Y86500I-2362J0D01* |
||||||
|
G01* |
||||||
|
X12362Y40500D02* |
||||||
|
G03* |
||||||
|
X12362Y40500I-2362J0D01* |
||||||
|
G01* |
||||||
|
X11362Y28500D02* |
||||||
|
G03* |
||||||
|
X11362Y28500I-2362J0D01* |
||||||
|
G01* |
||||||
|
X67362Y40500D02* |
||||||
|
G03* |
||||||
|
X67362Y40500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y56500D02* |
||||||
|
G03* |
||||||
|
X67362Y56500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y48500D02* |
||||||
|
G03* |
||||||
|
X67362Y48500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y88000D02* |
||||||
|
G03* |
||||||
|
X67362Y88000I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y95500D02* |
||||||
|
G03* |
||||||
|
X67362Y95500I-2362J0D01* |
||||||
|
G01* |
||||||
|
X12362Y48500D02* |
||||||
|
G03* |
||||||
|
X12362Y48500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y56500D02* |
||||||
|
G03* |
||||||
|
X12362Y56500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y64500D02* |
||||||
|
G03* |
||||||
|
X12362Y64500I-2362J0D01* |
||||||
|
G01* |
||||||
|
Y72000D02* |
||||||
|
G03* |
||||||
|
X12362Y72000I-2362J0D01* |
||||||
|
G01* |
||||||
|
D11* |
||||||
|
X20000Y24500D02* |
||||||
|
X25000D01* |
||||||
|
X30000D02* |
||||||
|
X35000D01* |
||||||
|
X40000D02* |
||||||
|
X45000D01* |
||||||
|
X50000Y4500D02* |
||||||
|
X55000D01* |
||||||
|
X40000Y14500D02* |
||||||
|
X45000D01* |
||||||
|
X37500Y17000D02* |
||||||
|
X40000Y14500D01* |
||||||
|
X37500Y17000D02* |
||||||
|
Y22000D01* |
||||||
|
X40000Y24500D01* |
||||||
|
Y4500D02* |
||||||
|
X45000D01* |
||||||
|
X35000Y24500D02* |
||||||
|
X37500Y22000D01* |
||||||
|
X30000Y4500D02* |
||||||
|
X35000D01* |
||||||
|
X27500Y22000D02* |
||||||
|
X30000Y24500D01* |
||||||
|
X27500Y17000D02* |
||||||
|
Y22000D01* |
||||||
|
Y17000D02* |
||||||
|
X30000Y14500D01* |
||||||
|
X35000D01* |
||||||
|
X37500Y17000D01* |
||||||
|
X25000Y14500D02* |
||||||
|
X27500Y17000D01* |
||||||
|
X20000Y14500D02* |
||||||
|
X25000D01* |
||||||
|
X17500Y17000D02* |
||||||
|
X20000Y14500D01* |
||||||
|
X17500Y17000D02* |
||||||
|
Y22000D01* |
||||||
|
X20000Y24500D01* |
||||||
|
Y4500D02* |
||||||
|
X25000D01* |
||||||
|
Y24500D02* |
||||||
|
X27500Y22000D01* |
||||||
|
X25000Y14500D02* |
||||||
|
X27500Y12000D01* |
||||||
|
X17500D02* |
||||||
|
X20000Y14500D01* |
||||||
|
X17500Y7000D02* |
||||||
|
Y12000D01* |
||||||
|
Y7000D02* |
||||||
|
X20000Y4500D01* |
||||||
|
X25000D01* |
||||||
|
X27500Y7000D01* |
||||||
|
X35000Y4500D02* |
||||||
|
X37500Y7000D01* |
||||||
|
X30000Y4500D02* |
||||||
|
X35000D01* |
||||||
|
X27500Y7000D02* |
||||||
|
X30000Y4500D01* |
||||||
|
X27500Y7000D02* |
||||||
|
Y12000D01* |
||||||
|
X30000Y14500D01* |
||||||
|
X35000D02* |
||||||
|
X37500Y12000D01* |
||||||
|
X40000Y14500D01* |
||||||
|
X37500Y7000D02* |
||||||
|
Y12000D01* |
||||||
|
Y7000D02* |
||||||
|
X40000Y4500D01* |
||||||
|
X45000D01* |
||||||
|
X47500Y7000D01* |
||||||
|
X50000Y4500D02* |
||||||
|
X55000D01* |
||||||
|
X57500Y7000D01* |
||||||
|
Y12000D01* |
||||||
|
X47500Y7000D02* |
||||||
|
Y12000D01* |
||||||
|
Y7000D02* |
||||||
|
X50000Y4500D01* |
||||||
|
X45000Y24500D02* |
||||||
|
X47500Y22000D01* |
||||||
|
X45000Y14500D02* |
||||||
|
X47500Y17000D01* |
||||||
|
X57500Y14500D02* |
||||||
|
Y24500D01* |
||||||
|
X47500Y17000D02* |
||||||
|
Y24500D01* |
||||||
|
X50000Y14500D02* |
||||||
|
X57500D01* |
||||||
|
X47500Y12000D02* |
||||||
|
X50000Y14500D01* |
||||||
|
X55000D02* |
||||||
|
X57500Y12000D01* |
||||||
|
X45000Y14500D02* |
||||||
|
X47500Y12000D01* |
||||||
|
Y24500D02* |
||||||
|
X57500D01* |
||||||
|
X70965Y99717D02* |
||||||
|
Y131213D01* |
||||||
|
X4035Y99717D02* |
||||||
|
Y131213D01* |
||||||
|
X70965Y32787D02* |
||||||
|
Y36724D01* |
||||||
|
X61122Y32787D02* |
||||||
|
X70965D01* |
||||||
|
X4035D02* |
||||||
|
X13878D01* |
||||||
|
X4035D02* |
||||||
|
Y36724D01* |
||||||
|
Y131213D02* |
||||||
|
X70965D01* |
||||||
|
D12* |
||||||
|
X2700Y140598D02* |
||||||
|
Y134600D01* |
||||||
|
X5699D01* |
||||||
|
X6699Y135600D01* |
||||||
|
Y139598D01* |
||||||
|
X5699Y140598D01* |
||||||
|
X2700D01* |
||||||
|
X8698D02* |
||||||
|
Y134600D01* |
||||||
|
X11697D01* |
||||||
|
X12697Y135600D01* |
||||||
|
Y139598D01* |
||||||
|
X11697Y140598D01* |
||||||
|
X8698D01* |
||||||
|
X14696Y134600D02* |
||||||
|
X16695D01* |
||||||
|
X15696D01* |
||||||
|
Y140598D01* |
||||||
|
X14696Y139598D01* |
||||||
|
M02* |
||||||
@ -0,0 +1,116 @@ |
|||||||
|
G04* |
||||||
|
G04 #@! TF.GenerationSoftware,Altium Limited,Altium Designer,21.0.8 (223)* |
||||||
|
G04* |
||||||
|
G04 Layer_Color=8388736* |
||||||
|
%FSLAX25Y25*% |
||||||
|
%MOIN*% |
||||||
|
G70* |
||||||
|
G04* |
||||||
|
G04 #@! TF.SameCoordinates,DF994578-EC3F-46E8-BF3C-8D0B474133A8* |
||||||
|
G04* |
||||||
|
G04* |
||||||
|
G04 #@! TF.FilePolarity,Negative* |
||||||
|
G04* |
||||||
|
G01* |
||||||
|
G75* |
||||||
|
%ADD13R,0.05524X0.08674*% |
||||||
|
%ADD14R,0.08674X0.05524*% |
||||||
|
%ADD15C,0.04737*% |
||||||
|
%ADD16C,0.08674*% |
||||||
|
%ADD17R,0.08674X0.08674*% |
||||||
|
D13* |
||||||
|
X17815Y34756D02* |
||||||
|
D03* |
||||||
|
X25689D02* |
||||||
|
D03* |
||||||
|
X33563D02* |
||||||
|
D03* |
||||||
|
X41437D02* |
||||||
|
D03* |
||||||
|
X49311D02* |
||||||
|
D03* |
||||||
|
X57185D02* |
||||||
|
D03* |
||||||
|
D14* |
||||||
|
X6004Y40583D02* |
||||||
|
D03* |
||||||
|
Y48457D02* |
||||||
|
D03* |
||||||
|
Y56331D02* |
||||||
|
D03* |
||||||
|
Y64205D02* |
||||||
|
D03* |
||||||
|
Y72079D02* |
||||||
|
D03* |
||||||
|
Y87827D02* |
||||||
|
D03* |
||||||
|
Y79953D02* |
||||||
|
D03* |
||||||
|
Y95701D02* |
||||||
|
D03* |
||||||
|
X68996D02* |
||||||
|
D03* |
||||||
|
Y87827D02* |
||||||
|
D03* |
||||||
|
Y79953D02* |
||||||
|
D03* |
||||||
|
Y72079D02* |
||||||
|
D03* |
||||||
|
Y64205D02* |
||||||
|
D03* |
||||||
|
Y56331D02* |
||||||
|
D03* |
||||||
|
Y48457D02* |
||||||
|
D03* |
||||||
|
Y40583D02* |
||||||
|
D03* |
||||||
|
D15* |
||||||
|
X65000Y80000D02* |
||||||
|
D03* |
||||||
|
Y72000D02* |
||||||
|
D03* |
||||||
|
X9000Y7000D02* |
||||||
|
D03* |
||||||
|
X50000Y86500D02* |
||||||
|
D03* |
||||||
|
X10000Y40500D02* |
||||||
|
D03* |
||||||
|
X9000Y28500D02* |
||||||
|
D03* |
||||||
|
X65000Y40500D02* |
||||||
|
D03* |
||||||
|
Y56500D02* |
||||||
|
D03* |
||||||
|
Y48500D02* |
||||||
|
D03* |
||||||
|
Y88000D02* |
||||||
|
D03* |
||||||
|
Y95500D02* |
||||||
|
D03* |
||||||
|
X10000Y48500D02* |
||||||
|
D03* |
||||||
|
Y56500D02* |
||||||
|
D03* |
||||||
|
Y64500D02* |
||||||
|
D03* |
||||||
|
Y72000D02* |
||||||
|
D03* |
||||||
|
D16* |
||||||
|
X42500Y19500D02* |
||||||
|
D03* |
||||||
|
Y9500D02* |
||||||
|
D03* |
||||||
|
X22500D02* |
||||||
|
D03* |
||||||
|
X32500D02* |
||||||
|
D03* |
||||||
|
X52500D02* |
||||||
|
D03* |
||||||
|
X32500Y19500D02* |
||||||
|
D03* |
||||||
|
X22500D02* |
||||||
|
D03* |
||||||
|
D17* |
||||||
|
X52500D02* |
||||||
|
D03* |
||||||
|
M02* |
||||||
@ -0,0 +1,123 @@ |
|||||||
|
************************************************************* |
||||||
|
FileName = esp12f.GBR |
||||||
|
AutoAperture = True |
||||||
|
************************************************************* |
||||||
|
Generating : Bottom Overlay |
||||||
|
File : esp12f.GBO |
||||||
|
|
||||||
|
Adding Layer : Bottom Overlay |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D11 |
||||||
|
D35 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Top Overlay |
||||||
|
File : esp12f.GTO |
||||||
|
|
||||||
|
Adding Layer : Top Overlay |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D10 |
||||||
|
D11 |
||||||
|
D12 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Bottom Layer |
||||||
|
File : esp12f.GBL |
||||||
|
|
||||||
|
Adding Layer : Bottom Layer |
||||||
|
|
||||||
|
Adding Layer : Multi-Layer |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D12 |
||||||
|
D20 |
||||||
|
D21 |
||||||
|
D22 |
||||||
|
D23 |
||||||
|
D24 |
||||||
|
D25 |
||||||
|
D26 |
||||||
|
D27 |
||||||
|
D28 |
||||||
|
D29 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Top Layer |
||||||
|
File : esp12f.GTL |
||||||
|
|
||||||
|
Adding Layer : Top Layer |
||||||
|
|
||||||
|
Adding Layer : Multi-Layer |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D12 |
||||||
|
D18 |
||||||
|
D19 |
||||||
|
D20 |
||||||
|
D21 |
||||||
|
D22 |
||||||
|
D23 |
||||||
|
D24 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Keep-Out Layer |
||||||
|
File : esp12f.GKO |
||||||
|
|
||||||
|
Adding Layer : Keep-Out Layer |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D10 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Top Solder |
||||||
|
File : esp12f.GTS |
||||||
|
|
||||||
|
Adding Layer : Top Solder |
||||||
|
|
||||||
|
Adding Layer : Top Layer |
||||||
|
|
||||||
|
Adding Layer : Multi-Layer |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D13 |
||||||
|
D14 |
||||||
|
D15 |
||||||
|
D16 |
||||||
|
D17 |
||||||
|
************************************************************* |
||||||
|
|
||||||
|
************************************************************* |
||||||
|
Generating : Bottom Solder |
||||||
|
File : esp12f.GBS |
||||||
|
|
||||||
|
Adding Layer : Bottom Solder |
||||||
|
|
||||||
|
Adding Layer : Bottom Layer |
||||||
|
|
||||||
|
Adding Layer : Multi-Layer |
||||||
|
|
||||||
|
|
||||||
|
Used DCodes : |
||||||
|
D15 |
||||||
|
D16 |
||||||
|
D17 |
||||||
|
D30 |
||||||
|
D31 |
||||||
|
D32 |
||||||
|
D33 |
||||||
|
D34 |
||||||
|
************************************************************* |
||||||
|
|
||||||
@ -0,0 +1,5 @@ |
|||||||
|
DRC Rules Export File for PCB: C:\Users\Professional\AppData\Local\Temp\Releases\Snapshot\1\esp12f.PcbDoc |
||||||
|
RuleKind=SolderMaskExpansion|RuleName=SolderMaskExpansion|Scope=Board|Minimum=4.00 |
||||||
|
RuleKind=Width|RuleName=Width|Scope=Board|Minimum=10.00 |
||||||
|
RuleKind=Clearance|RuleName=Clearance|Scope=Board|Minimum=10.00 |
||||||
|
RuleKind=ShortCircuit|RuleName=ShortCircuit|Scope=Board|Allowed=0 |
||||||
@ -0,0 +1,26 @@ |
|||||||
|
D10 ROUNDED 3.937 3.937 0.000 LINE 0.000 |
||||||
|
D11 ROUNDED 7.874 7.874 0.000 LINE 0.000 |
||||||
|
D12 ROUNDED 10.000 10.000 0.000 LINE 0.000 |
||||||
|
D13 RECTANGULAR 86.740 55.244 0.000 FLASH 90.000 |
||||||
|
D14 RECTANGULAR 86.740 55.244 0.000 FLASH 0.000 |
||||||
|
D15 ROUNDED 47.370 47.370 0.000 FLASH 0.000 |
||||||
|
D16 ROUNDED 86.740 86.740 0.000 FLASH 0.000 |
||||||
|
D17 RECTANGULAR 86.740 86.740 0.000 FLASH 180.000 |
||||||
|
D18 RECTANGULAR 78.740 47.244 0.000 FLASH 90.000 |
||||||
|
D19 RECTANGULAR 78.740 47.244 0.000 FLASH 0.000 |
||||||
|
D20 ROUNDED 15.748 15.748 0.000 LINE 0.000 |
||||||
|
D21 ROUNDED 39.370 39.370 0.000 FLASH 0.000 |
||||||
|
D22 ROUNDED 78.740 78.740 0.000 FLASH 0.000 |
||||||
|
D23 RECTANGULAR 78.740 78.740 0.000 FLASH 180.000 |
||||||
|
D24 ROUNDED 31.496 31.496 0.000 FLASH 0.000 |
||||||
|
D25 RECTANGULAR 129.921 94.488 0.000 FLASH 90.000 |
||||||
|
D26 RECTANGULAR 39.370 94.488 0.000 FLASH 90.000 |
||||||
|
D27 RECTANGULAR 49.213 39.370 0.000 FLASH 270.000 |
||||||
|
D28 RECTANGULAR 49.213 39.370 0.000 FLASH 180.000 |
||||||
|
D29 RECTANGULAR 47.244 62.992 0.000 FLASH 0.000 |
||||||
|
D30 RECTANGULAR 137.921 102.488 0.000 FLASH 90.000 |
||||||
|
D31 RECTANGULAR 47.370 102.488 0.000 FLASH 90.000 |
||||||
|
D32 RECTANGULAR 57.213 47.370 0.000 FLASH 270.000 |
||||||
|
D33 RECTANGULAR 57.213 47.370 0.000 FLASH 180.000 |
||||||
|
D34 RECTANGULAR 55.244 70.992 0.000 FLASH 0.000 |
||||||
|
D35 ROUNDED 9.842 9.842 0.000 LINE 0.000 |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
---------------------------------------------------------------------------------------------------------------------------------- |
||||||
|
NCDrill File Report For: esp12f.PcbDoc 01.08.2024 15:07:23 |
||||||
|
---------------------------------------------------------------------------------------------------------------------------------- |
||||||
|
|
||||||
|
Layer Pair : Top Layer to Bottom Layer |
||||||
|
ASCII RoundHoles File : esp12f.TXT |
||||||
|
|
||||||
|
Tool Hole Size Hole Tolerance Hole Type Hole Count Plated Tool Travel |
||||||
|
---------------------------------------------------------------------------------------------------------------------------------- |
||||||
|
T1 16mil (0.4mm) Round 13 PTH 0.00inch (0.00mm) |
||||||
|
T2 32mil (0.8mm) Round 15 PTH 0.00inch (0.00mm) |
||||||
|
T3 43mil (1.1mm) Round 8 PTH 0.00inch (0.00mm) |
||||||
|
---------------------------------------------------------------------------------------------------------------------------------- |
||||||
|
Totals 36 |
||||||
|
|
||||||
|
Total Processing Time (hh:mm:ss) : 00:00:00 |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
Layer Pairs Export File for PCB: C:\Users\Professional\AppData\Local\Temp\Releases\Snapshot\1\esp12f.PcbDoc |
||||||
|
LayersSetName=Top_Bot_Thru_Holes|DrillFile=esp12f.txt|DrillLayers=gtl,gbl |
||||||
@ -0,0 +1,49 @@ |
|||||||
|
M48 |
||||||
|
;Layer_Color=9474304 |
||||||
|
;FILE_FORMAT=2:5 |
||||||
|
INCH,LZ |
||||||
|
;TYPE=PLATED |
||||||
|
T1F00S00C0.01575 |
||||||
|
T2F00S00C0.03150 |
||||||
|
T3F00S00C0.04331 |
||||||
|
% |
||||||
|
T01 |
||||||
|
X00215Y00485 |
||||||
|
X0028Y00615 |
||||||
|
X00345Y00725 |
||||||
|
X00295Y00775 |
||||||
|
Y0097 |
||||||
|
X0009Y00955 |
||||||
|
Y00875 |
||||||
|
Y008 |
||||||
|
X0055Y0096 |
||||||
|
X0058Y0064 |
||||||
|
X00655 |
||||||
|
X0069Y0019 |
||||||
|
X0062Y0009 |
||||||
|
T02 |
||||||
|
X0009Y0007 |
||||||
|
Y00285 |
||||||
|
X001Y00405 |
||||||
|
Y00485 |
||||||
|
Y00565 |
||||||
|
Y00645 |
||||||
|
Y0072 |
||||||
|
X005Y00865 |
||||||
|
X0065Y0088 |
||||||
|
Y00955 |
||||||
|
Y008 |
||||||
|
Y0072 |
||||||
|
Y00565 |
||||||
|
Y00485 |
||||||
|
Y00405 |
||||||
|
T03 |
||||||
|
X00225Y00095 |
||||||
|
X00325 |
||||||
|
X00425 |
||||||
|
Y00195 |
||||||
|
X00325 |
||||||
|
X00225 |
||||||
|
X00525 |
||||||
|
Y00095 |
||||||
|
M30 |
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue