├── LICENSE
├── README.md
├── documents
└── New Text Document.txt
├── hardware
├── ChangeLog.SchDoc
├── TMC5160_BOB_V1_2.BomDoc
├── TMC5160_BOB_V1_2.PcbDoc
├── TMC5160_BOB_V1_2.PrjPcb
└── TMC5160_BOB_V1_2.SchDoc
└── images
└── New Text Document.txt
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2023 Yasir Shahzad
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # ⚡ Tmc5160-Bob-Design-Files using altium ⚡
2 | [](https://www.gnu.org/licenses/gpl-3.0)
3 | [](https://github.com/yasir-shahzad/Tmc5160-Bob-Design-Files/commits/master)
4 | [](https://github.com/yasir-shahzad/Tmc5160-Bob-Design-Files/issues)
5 | [](https://github.com/yasir-shahzad/Tmc5160-Bob-Design-Files/releases/latest)
6 | 
7 |
8 | If you like **Tmc5160-Bob-Design-Files** - give it a star, or fork it and contribute!
9 | [](https://github.com/yasir-shahzad/Tmc5160-Bob-Design-Files/stargazers)
10 | [](https://github.com/yasir-shahzad/Tmc5160-Bob-Design-Files/network)
11 |
12 | This repository includes open-source schematic and PCB design files for a **Trinamic TMC5160** development board clone, designed in Altium Designer. This board enables easy integration and control of the Trinamic stepper driver.
13 |
14 | **Support My Work and Future Projects**: 🚀✨
15 | If you'd like to contribute and help bring more exciting projects to life, consider sponsoring my work. Every bit of support is greatly appreciated and helps me continue creating valuable tools and solutions.
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 | 🟠 **As a freelancer, you can also find me on**:
25 |
26 | [](https://www.fiverr.com/yasirshahzad786)
27 | [](https://www.upwork.com/freelancers/~01bf038fa9b5bfbbc2)
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
110 |
111 |
112 | ## Schematic Diagram 📉
113 | The complete schematic diagram shows the electrical connections and components used in the design.
114 | 
115 |
116 | ## PCB Layout 🖼️
117 | The PCB layout represents the physical arrangement of components on the printed circuit board, detailing how they are positioned and connected.
118 | 
119 |
120 |
121 | ## Features and Benefits 🌟
122 |
123 | - Product Details
124 | - CoolStep™
125 | - Passive Braking
126 | - SpreadCycle™
127 | - Stall Detection
128 | - Short Detection
129 | - StallGuard2™
130 | - StealthChop2™
131 | - Microstep Table
132 | - MicroPlyer™
133 | - Motion Controller
134 | - Position Mode
135 | - Velocity Mode
136 | - SixPoint™ Ramp
137 | - ABN Encoder Interface
138 | - 1 to 256 Microsteps
139 | - 2.8ARMS, 36V
140 |
141 |
142 | ## Requirements 📋
143 |
144 | - 🛠️ **Altium Designer** (or a compatible viewer)
145 |
146 | ## Images 📸
147 |
148 |
149 |
150 |
151 |
152 |
153 | 🔼 Top 3D View
154 | |
155 |
156 |
157 |
158 | 🔽 Bottom 3D View
159 | |
160 |
161 |
162 |
163 | 🔼 Top Layout
164 | |
165 |
166 |
167 |
168 | 🔽 Bottom Layout
169 | |
170 |
171 |
172 |
173 | ## Getting Started 🚀
174 |
175 | 1. **Download the repository**: 🟢 Click "Clone or download" on the green button above.
176 | 2. **Open the project**: 🖥️ Use Altium Designer to open the `.PrjPCB` file located in the main directory.
177 | 3. **Schematics**: 📜 The `schematic.SchDoc` file shows the electrical connections and components used in the design.
178 | 4. **PCB layout**: 🧩 The `PCB.PCBDoc` file represents the physical layout of the components on the printed circuit board.
179 | 5. **Generate BOM (optional)**: 🛒 Use Altium Designer's BOM generation features to create a list of required components.
180 |
181 | ## Additional Information ℹ️
182 |
183 | - **Firmware**: This repository does not include firmware. I’ve created a separate C++ library compatible with all Linux platforms using the GCC compiler; you can find it by searching the repositories.
184 | - **Assembly instructions (optional)**: 🔧 Consider adding a separate document or webpage with detailed instructions on soldering and assembling the PCB (if applicable).
185 | - **License**: 📄 Specify the open-source license used for the design files (e.g., MIT License).
186 |
187 | ## Contributing 🤝
188 |
189 | We encourage contributions to this project! Feel free to submit pull requests with improvements, bug fixes, or additional features.
190 |
191 | ## Thanks to all contributors ❤️
192 |
193 |
194 |
195 |
--------------------------------------------------------------------------------
/documents/New Text Document.txt:
--------------------------------------------------------------------------------
1 | Documents will be updated soon
2 |
--------------------------------------------------------------------------------
/hardware/ChangeLog.SchDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yasir-shahzad/Tmc5160-Bob-Design-Files/65cbd7fad58a08c9ea205456a21a07d3b5a64e6c/hardware/ChangeLog.SchDoc
--------------------------------------------------------------------------------
/hardware/TMC5160_BOB_V1_2.BomDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yasir-shahzad/Tmc5160-Bob-Design-Files/65cbd7fad58a08c9ea205456a21a07d3b5a64e6c/hardware/TMC5160_BOB_V1_2.BomDoc
--------------------------------------------------------------------------------
/hardware/TMC5160_BOB_V1_2.PcbDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yasir-shahzad/Tmc5160-Bob-Design-Files/65cbd7fad58a08c9ea205456a21a07d3b5a64e6c/hardware/TMC5160_BOB_V1_2.PcbDoc
--------------------------------------------------------------------------------
/hardware/TMC5160_BOB_V1_2.PrjPcb:
--------------------------------------------------------------------------------
1 | [Design]
2 | Version=1.0
3 | HierarchyMode=0
4 | ChannelRoomNamingStyle=0
5 | ReleasesFolder=
6 | ChannelDesignatorFormatString=$Component_$RoomName
7 | ChannelRoomLevelSeperator=_
8 | OpenOutputs=1
9 | ArchiveProject=0
10 | TimestampOutput=0
11 | SeparateFolders=0
12 | TemplateLocationPath=
13 | PinSwapBy_Netlabel=1
14 | PinSwapBy_Pin=0
15 | AllowPortNetNames=0
16 | AllowSheetEntryNetNames=1
17 | AppendSheetNumberToLocalNets=0
18 | NetlistSinglePinNets=0
19 | DefaultConfiguration=Sources
20 | UserID=0xFFFFFFFF
21 | DefaultPcbProtel=1
22 | DefaultPcbPcad=0
23 | ReorderDocumentsOnCompile=1
24 | NameNetsHierarchically=0
25 | PowerPortNamesTakePriority=0
26 | AutoSheetNumbering=0
27 | AutoCrossReferences=0
28 | NewIndexingOfSheetSymbols=0
29 | PushECOToAnnotationFile=1
30 | DItemRevisionGUID=
31 | ReportSuppressedErrorsInMessages=0
32 | FSMCodingStyle=eFMSDropDownList_OneProcess
33 | FSMEncodingStyle=eFMSDropDownList_OneHot
34 | IsProjectConflictPreventionWarningsEnabled=1
35 | ConstraintManagerFlow=0
36 | IsVirtualBomDocumentRemoved=0
37 | OutputPath=
38 | LogFolderPath=
39 | ManagedProjectGUID=
40 | IncludeDesignInRelease=0
41 | CrossRefSheetStyle=1
42 | CrossRefLocationStyle=1
43 | CrossRefPorts=3
44 | CrossRefCrossSheets=1
45 | CrossRefSheetEntries=0
46 | CrossRefFollowFromMainSettings=1
47 | CurrentVariant=TMC5160_RevA
48 |
49 | [Preferences]
50 | PrefsVaultGUID=
51 | PrefsRevisionGUID=
52 |
53 | [Document1]
54 | DocumentPath=ChangeLog.SchDoc
55 | AnnotationEnabled=1
56 | AnnotateStartValue=1
57 | AnnotationIndexControlEnabled=0
58 | AnnotateSuffix=
59 | AnnotateScope=All
60 | AnnotateOrder=0
61 | DoLibraryUpdate=1
62 | DoDatabaseUpdate=1
63 | ClassGenCCAutoEnabled=0
64 | ClassGenCCAutoRoomEnabled=0
65 | ClassGenNCAutoScope=None
66 | DItemRevisionGUID=
67 | GenerateClassCluster=0
68 | DocumentUniqueId=PVBQDUND
69 |
70 | [Document2]
71 | DocumentPath=TMC5160_BOB_V1_2.PcbDoc
72 | AnnotationEnabled=1
73 | AnnotateStartValue=1
74 | AnnotationIndexControlEnabled=0
75 | AnnotateSuffix=
76 | AnnotateScope=All
77 | AnnotateOrder=-1
78 | DoLibraryUpdate=1
79 | DoDatabaseUpdate=1
80 | ClassGenCCAutoEnabled=1
81 | ClassGenCCAutoRoomEnabled=1
82 | ClassGenNCAutoScope=None
83 | DItemRevisionGUID=
84 | GenerateClassCluster=0
85 | DocumentUniqueId=SQAIPRNB
86 |
87 | [Document3]
88 | DocumentPath=TMC5160_BOB_V1_2.SchDoc
89 | AnnotationEnabled=1
90 | AnnotateStartValue=1
91 | AnnotationIndexControlEnabled=0
92 | AnnotateSuffix=
93 | AnnotateScope=All
94 | AnnotateOrder=1
95 | DoLibraryUpdate=1
96 | DoDatabaseUpdate=1
97 | ClassGenCCAutoEnabled=1
98 | ClassGenCCAutoRoomEnabled=1
99 | ClassGenNCAutoScope=None
100 | DItemRevisionGUID=
101 | GenerateClassCluster=0
102 | DocumentUniqueId=SWWAIIIT
103 |
104 | [Document4]
105 | DocumentPath=TMC5160_BOB_V1_2.BomDoc
106 | AnnotationEnabled=1
107 | AnnotateStartValue=1
108 | AnnotationIndexControlEnabled=0
109 | AnnotateSuffix=
110 | AnnotateScope=All
111 | AnnotateOrder=-1
112 | DoLibraryUpdate=1
113 | DoDatabaseUpdate=1
114 | ClassGenCCAutoEnabled=1
115 | ClassGenCCAutoRoomEnabled=0
116 | ClassGenNCAutoScope=None
117 | DItemRevisionGUID=
118 | GenerateClassCluster=0
119 | DocumentUniqueId=
120 |
121 | [ProjectVariant1]
122 | UniqueId=C5960966-D160-44DE-A733-22EB7F48A211
123 | Description=TMC5160_RevA
124 | AllowFabrication=1
125 | ParameterCount=0
126 | VariationCount=3
127 | Variation1=Designator=R1|UniqueId=\AMRFQGAM|Kind=1|AlternatePart=
128 | Variation2=Designator=R2|UniqueId=\NNOEYRGN|Kind=0|AlternatePart=
129 | Variation3=Designator=C17|UniqueId=\XILRJQUT|Kind=1|AlternatePart=
130 | ParamVariationCount=0
131 |
132 | [Parameter1]
133 | Name=BoardName
134 | Value=TMC5160_BOB
135 |
136 | [Parameter2]
137 | Name=BoardVersion
138 | Value=1.2
139 |
140 | [Configuration1]
141 | Name=Sources
142 | ParameterCount=0
143 | ConstraintFileCount=0
144 | ReleaseItemId=
145 | Variant=[No Variations]
146 | OutputJobsCount=0
147 | ContentTypeGUID=CB6F2064-E317-11DF-B822-12313F0024A2
148 | ConfigurationType=Source
149 |
150 | [Configuration2]
151 | Name=Fabrication
152 | ParameterCount=0
153 | ConstraintFileCount=0
154 | ReleaseItemId=
155 | Variant=[No Variations]
156 | OutputJobsCount=0
157 | ContentTypeGUID=0C520D2A-E60C-11DF-B822-12313F0024A2
158 | ConfigurationType=Fabrication
159 |
160 | [Configuration3]
161 | Name=Assembly TMC5160_RevA
162 | ParameterCount=0
163 | ConstraintFileCount=0
164 | ReleaseItemId=
165 | Variant=TMC5160_RevA
166 | OutputJobsCount=0
167 | ContentTypeGUID=0D12F8DC-E60C-11DF-B822-12313F0024A2
168 | ConfigurationType=Assembly
169 |
170 | [Configuration4]
171 | Name=Assembly
172 | ParameterCount=0
173 | ConstraintFileCount=0
174 | ReleaseItemId=
175 | Variant=[No Variations]
176 | OutputJobsCount=0
177 | ContentTypeGUID=0D12F8DC-E60C-11DF-B822-12313F0024A2
178 | ConfigurationType=Assembly
179 |
180 | [Generic_EDE]
181 | OutputDir=
182 |
183 | [OutputGroup1]
184 | Name=Netlist Outputs
185 | Description=
186 | TargetPrinter=Microsoft Print to PDF
187 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
188 | OutputType1=PCADNetlist
189 | OutputName1=PCAD Netlist
190 | OutputDocumentPath1=
191 | OutputVariantName1=
192 | OutputDefault1=0
193 | Configuration1_Name1=OutputConfigurationParameter1
194 | Configuration1_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=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
195 | OutputType2=XSpiceNetlist
196 | OutputName2=XSpice Netlist
197 | OutputDocumentPath2=
198 | OutputVariantName2=
199 | OutputDefault2=0
200 | Configuration2_Name1=OutputConfigurationParameter1
201 | Configuration2_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
202 | Configuration2_Name2=OutputConfigurationParameter2
203 | Configuration2_Item2=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=False|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=Top|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
204 | Configuration2_Name3=OutputConfigurationParameter3
205 | Configuration2_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
206 | Configuration2_Name4=OutputConfigurationParameter4
207 | Configuration2_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
208 | Configuration2_Name5=OutputConfigurationParameter5
209 | Configuration2_Item5=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=False|IncludeTopLayerComponents=True|IncludeViewports=True|Index=1|Mirror=False|Name=GND|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
210 | Configuration2_Name6=OutputConfigurationParameter6
211 | Configuration2_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer1|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
212 | Configuration2_Name7=OutputConfigurationParameter7
213 | Configuration2_Item7=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=1|Record=PcbPrintLayer
214 | Configuration2_Name8=OutputConfigurationParameter8
215 | Configuration2_Item8=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=False|IncludeTopLayerComponents=True|IncludeViewports=True|Index=2|Mirror=False|Name=Supply|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
216 | Configuration2_Name9=OutputConfigurationParameter9
217 | Configuration2_Item9=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MidLayer2|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
218 | Configuration2_Name10=OutputConfigurationParameter10
219 | Configuration2_Item10=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=2|Record=PcbPrintLayer
220 | Configuration2_Name11=OutputConfigurationParameter11
221 | Configuration2_Item11=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=False|IncludeTopLayerComponents=True|IncludeViewports=True|Index=3|Mirror=False|Name=Bottom|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
222 | Configuration2_Name12=OutputConfigurationParameter12
223 | Configuration2_Item12=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
224 | Configuration2_Name13=OutputConfigurationParameter13
225 | Configuration2_Item13=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=3|Record=PcbPrintLayer
226 | Configuration2_Name14=OutputConfigurationParameter14
227 | Configuration2_Item14=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=4|Mirror=False|Name=Top Silk|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
228 | Configuration2_Name15=OutputConfigurationParameter15
229 | Configuration2_Item15=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
230 | Configuration2_Name16=OutputConfigurationParameter16
231 | Configuration2_Item16=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=4|Record=PcbPrintLayer
232 | Configuration2_Name17=OutputConfigurationParameter17
233 | Configuration2_Item17=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=5|Mirror=True|Name=Bottom Silk|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
234 | Configuration2_Name18=OutputConfigurationParameter18
235 | Configuration2_Item18=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
236 | Configuration2_Name19=OutputConfigurationParameter19
237 | Configuration2_Item19=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=5|Record=PcbPrintLayer
238 | Configuration2_Name20=OutputConfigurationParameter20
239 | Configuration2_Item20=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=6|Mirror=False|Name=Top Paste|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
240 | Configuration2_Name21=OutputConfigurationParameter21
241 | Configuration2_Item21=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopPaste|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer
242 | Configuration2_Name22=OutputConfigurationParameter22
243 | Configuration2_Item22=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=6|Record=PcbPrintLayer
244 | Configuration2_Name23=OutputConfigurationParameter23
245 | Configuration2_Item23=IncludeBottomLayerComponents=True|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=7|Mirror=False|Name=Multilayer Composite Print|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=True|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
246 | Configuration2_Name24=OutputConfigurationParameter24
247 | Configuration2_Item24=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopOverlay|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
248 | Configuration2_Name25=OutputConfigurationParameter25
249 | Configuration2_Item25=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
250 | Configuration2_Name26=OutputConfigurationParameter26
251 | Configuration2_Item26=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomLayer|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
252 | Configuration2_Name27=OutputConfigurationParameter27
253 | Configuration2_Item27=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=MultiLayer|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
254 | Configuration2_Name28=OutputConfigurationParameter28
255 | Configuration2_Item28=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=BottomOverlay|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
256 | Configuration2_Name29=OutputConfigurationParameter29
257 | Configuration2_Item29=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical1|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
258 | Configuration2_Name30=OutputConfigurationParameter30
259 | Configuration2_Item30=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical13|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
260 | Configuration2_Name31=OutputConfigurationParameter31
261 | Configuration2_Item31=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical15|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
262 | Configuration2_Name32=OutputConfigurationParameter32
263 | Configuration2_Item32=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=7|Record=PcbPrintLayer
264 | OutputType3=CadnetixNetlist
265 | OutputName3=Cadnetix Netlist
266 | OutputDocumentPath3=
267 | OutputVariantName3=
268 | OutputDefault3=0
269 | Configuration3_Name1=OutputConfigurationParameter1
270 | Configuration3_Item1=Record=Pcb3DPrintView|ResX=300|ResY=300|ViewX=16929135|ViewY=12086615|LookAtX=310017696|LookAtY=273407264|LookAtZ=0|QuatX=0|QuatY=0|QuatZ=0|QuatW=1|Zoom=5.12136772785432E-5|UnitsPercent=True|UnitsDPI=True|LockResAspect=True|ViewConfigType=.config_3d|CustomCamera=False|ViewFromTop=False|ViewConfig=RECORD\3Board\2CFGALL.CONFIGURATIONKIND\33\2CFGALL.CONFIGURATIONDESC\3Altium%203D%20White\2CFG3D.POSITIVETOPSOLDERMASK\3TRUE\2CFG3D.POSITIVEBOTTOMSOLDERMASK\3TRUE\2CFG3D.SHOWCOMPONENTBODIES\3FALSE\2CFG3D.SHOWCOMPONENTSTEPMODELS\3FALSE\2CFG3D.COMPONENTMODELPREFERENCE\30\2CFG3D.SHOWCOMPONENTSNAPMARKERS\3FALSE\2CFG3D.SHOWCOMPONENTAXES\3FALSE\2CFG3D.SHOWBOARDCORE\3TRUE\2CFG3D.SHOWBOARDPREPREG\3TRUE\2CFG3D.SHOWTOPSILKSCREEN\3TRUE\2CFG3D.SHOWBOTSILKSCREEN\3TRUE\2CFG3D.SHOWORIGINMARKER\3TRUE\2CFG3D.EYEDIST\32000\2CFG3D.SHOWCUTOUTS\3TRUE\2CFG3D.SHOWROUTETOOLPATH\3TRUE\2CFG3D.SHOWROOMS3D\3FALSE\2CFG3D.USESYSCOLORSFOR3D\3FALSE\2CFG3D.WORKSPACECOLOR\38553110\2CFG3D.BOARDCORECOLOR\313565180\2CFG3D.BOARDPREPREGCOLOR\30\2CFG3D.TOPSOLDERMASKCOLOR\313892347\2CFG3D.BOTSOLDERMASKCOLOR\313892347\2CFG3D.COPPERCOLOR\35360095\2CFG3D.TOPSILKSCREENCOLOR\34408131\2CFG3D.BOTSILKSCREENCOLOR\34408131\2CFG3D.WORKSPACELUMINANCEVARIATION\330\2CFG3D.WORKSPACECOLOROPACITY\31.000000\2CFG3D.BOARDCORECOLOROPACITY\30.850000\2CFG3D.BOARDPREPREGCOLOROPACITY\30.500000\2CFG3D.TOPSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.BOTSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.COPPERCOLOROPACITY\31.000000\2CFG3D.TOPSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOTSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOARDTHICKNESSSCALING\31.000000\2CFG3D.SHOWMECHANICALLAYERS\3FALSE\2CFG3D.MECHANICALLAYERSOPACITY\31.000000
271 | OutputType4=CalayNetlist
272 | OutputName4=Calay Netlist
273 | OutputDocumentPath4=
274 | OutputVariantName4=
275 | OutputDefault4=0
276 | Configuration4_Name1=OutputConfigurationParameter1
277 | Configuration4_Item1=Record=Pcb3DPrintView|ResX=300|ResY=300|ViewX=16929135|ViewY=12086615|LookAtX=310017696|LookAtY=273407264|LookAtZ=0|QuatX=0|QuatY=0|QuatZ=0|QuatW=1|Zoom=5.12136772785432E-5|UnitsPercent=True|UnitsDPI=True|LockResAspect=True|ViewConfigType=.config_3d|CustomCamera=False|ViewFromTop=True|ViewConfig=RECORD\3Board\2CFGALL.CONFIGURATIONKIND\33\2CFGALL.CONFIGURATIONDESC\3Altium%203D%20White\2CFG3D.POSITIVETOPSOLDERMASK\3TRUE\2CFG3D.POSITIVEBOTTOMSOLDERMASK\3TRUE\2CFG3D.SHOWCOMPONENTBODIES\3FALSE\2CFG3D.SHOWCOMPONENTSTEPMODELS\3FALSE\2CFG3D.COMPONENTMODELPREFERENCE\30\2CFG3D.SHOWCOMPONENTSNAPMARKERS\3FALSE\2CFG3D.SHOWCOMPONENTAXES\3FALSE\2CFG3D.SHOWBOARDCORE\3TRUE\2CFG3D.SHOWBOARDPREPREG\3TRUE\2CFG3D.SHOWTOPSILKSCREEN\3TRUE\2CFG3D.SHOWBOTSILKSCREEN\3TRUE\2CFG3D.SHOWORIGINMARKER\3TRUE\2CFG3D.EYEDIST\32000\2CFG3D.SHOWCUTOUTS\3TRUE\2CFG3D.SHOWROUTETOOLPATH\3TRUE\2CFG3D.SHOWROOMS3D\3FALSE\2CFG3D.USESYSCOLORSFOR3D\3FALSE\2CFG3D.WORKSPACECOLOR\38553110\2CFG3D.BOARDCORECOLOR\313565180\2CFG3D.BOARDPREPREGCOLOR\30\2CFG3D.TOPSOLDERMASKCOLOR\313892347\2CFG3D.BOTSOLDERMASKCOLOR\313892347\2CFG3D.COPPERCOLOR\35360095\2CFG3D.TOPSILKSCREENCOLOR\34408131\2CFG3D.BOTSILKSCREENCOLOR\34408131\2CFG3D.WORKSPACELUMINANCEVARIATION\330\2CFG3D.WORKSPACECOLOROPACITY\31.000000\2CFG3D.BOARDCORECOLOROPACITY\30.850000\2CFG3D.BOARDPREPREGCOLOROPACITY\30.500000\2CFG3D.TOPSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.BOTSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.COPPERCOLOROPACITY\31.000000\2CFG3D.TOPSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOTSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOARDTHICKNESSSCALING\31.000000\2CFG3D.SHOWMECHANICALLAYERS\3FALSE\2CFG3D.MECHANICALLAYERSOPACITY\31.000000
278 | OutputType5=EDIF
279 | OutputName5=EDIF for PCB
280 | OutputDocumentPath5=
281 | OutputVariantName5=
282 | OutputDefault5=0
283 | Configuration5_Name1=OutputConfigurationParameter1
284 | Configuration5_Item1=Record=Pcb3DPrintView|ResX=300|ResY=300|ViewX=16929135|ViewY=12086615|LookAtX=310017696|LookAtY=273407264|LookAtZ=0|QuatX=0|QuatY=0|QuatZ=0|QuatW=1|Zoom=5.12136772785432E-5|UnitsPercent=True|UnitsDPI=True|LockResAspect=True|ViewConfigType=.config_3d|CustomCamera=False|ViewFromTop=True|ViewConfig=RECORD\3Board\2CFGALL.CONFIGURATIONKIND\33\2CFGALL.CONFIGURATIONDESC\3Altium%203D%20White\2CFG3D.POSITIVETOPSOLDERMASK\3TRUE\2CFG3D.POSITIVEBOTTOMSOLDERMASK\3TRUE\2CFG3D.SHOWCOMPONENTBODIES\3SYSTEM\2CFG3D.SHOWCOMPONENTSTEPMODELS\3SYSTEM\2CFG3D.COMPONENTMODELPREFERENCE\30\2CFG3D.SHOWCOMPONENTSNAPMARKERS\3FALSE\2CFG3D.SHOWCOMPONENTAXES\3FALSE\2CFG3D.SHOWBOARDCORE\3TRUE\2CFG3D.SHOWBOARDPREPREG\3TRUE\2CFG3D.SHOWTOPSILKSCREEN\3TRUE\2CFG3D.SHOWBOTSILKSCREEN\3TRUE\2CFG3D.SHOWORIGINMARKER\3TRUE\2CFG3D.EYEDIST\32000\2CFG3D.SHOWCUTOUTS\3TRUE\2CFG3D.SHOWROUTETOOLPATH\3TRUE\2CFG3D.SHOWROOMS3D\3FALSE\2CFG3D.USESYSCOLORSFOR3D\3FALSE\2CFG3D.WORKSPACECOLOR\38553110\2CFG3D.BOARDCORECOLOR\313565180\2CFG3D.BOARDPREPREGCOLOR\30\2CFG3D.TOPSOLDERMASKCOLOR\313892347\2CFG3D.BOTSOLDERMASKCOLOR\313892347\2CFG3D.COPPERCOLOR\35360095\2CFG3D.TOPSILKSCREENCOLOR\34408131\2CFG3D.BOTSILKSCREENCOLOR\34408131\2CFG3D.WORKSPACELUMINANCEVARIATION\330\2CFG3D.WORKSPACECOLOROPACITY\31.000000\2CFG3D.BOARDCORECOLOROPACITY\30.850000\2CFG3D.BOARDPREPREGCOLOROPACITY\30.500000\2CFG3D.TOPSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.BOTSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.COPPERCOLOROPACITY\31.000000\2CFG3D.TOPSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOTSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOARDTHICKNESSSCALING\31.000000\2CFG3D.SHOWMECHANICALLAYERS\3FALSE\2CFG3D.MECHANICALLAYERSOPACITY\31.000000
285 | OutputType6=EESofNetlist
286 | OutputName6=EESof Netlist
287 | OutputDocumentPath6=
288 | OutputVariantName6=
289 | OutputDefault6=0
290 | Configuration6_Name1=OutputConfigurationParameter1
291 | Configuration6_Item1=Record=Pcb3DPrintView|ResX=300|ResY=300|ViewX=16992010|ViewY=16521643|LookAtX=310787168|LookAtY=285546976|LookAtZ=241844.890625|QuatX=0.131904169917107|QuatY=0.132753729820251|QuatZ=-0.022122286260128|QuatW=-0.9820836186409|Zoom=5.10239814584717E-5|UnitsPercent=True|UnitsDPI=True|LockResAspect=True|ViewConfigType=.config_3d|CustomCamera=True|ViewFromTop=True|ViewConfig=RECORD\3Board\2CFGALL.CONFIGURATIONKIND\33\2CFGALL.CONFIGURATIONDESC\3Altium%203D%20White\2CFG3D.POSITIVETOPSOLDERMASK\3TRUE\2CFG3D.POSITIVEBOTTOMSOLDERMASK\3TRUE\2CFG3D.SHOWCOMPONENTBODIES\3SYSTEM\2CFG3D.SHOWCOMPONENTSTEPMODELS\3SYSTEM\2CFG3D.COMPONENTMODELPREFERENCE\30\2CFG3D.SHOWCOMPONENTSNAPMARKERS\3FALSE\2CFG3D.SHOWCOMPONENTAXES\3FALSE\2CFG3D.SHOWBOARDCORE\3TRUE\2CFG3D.SHOWBOARDPREPREG\3TRUE\2CFG3D.SHOWTOPSILKSCREEN\3TRUE\2CFG3D.SHOWBOTSILKSCREEN\3TRUE\2CFG3D.SHOWORIGINMARKER\3TRUE\2CFG3D.EYEDIST\32000\2CFG3D.SHOWCUTOUTS\3TRUE\2CFG3D.SHOWROUTETOOLPATH\3TRUE\2CFG3D.SHOWROOMS3D\3FALSE\2CFG3D.USESYSCOLORSFOR3D\3FALSE\2CFG3D.WORKSPACECOLOR\38553110\2CFG3D.BOARDCORECOLOR\313565180\2CFG3D.BOARDPREPREGCOLOR\30\2CFG3D.TOPSOLDERMASKCOLOR\313892347\2CFG3D.BOTSOLDERMASKCOLOR\313892347\2CFG3D.COPPERCOLOR\35360095\2CFG3D.TOPSILKSCREENCOLOR\34408131\2CFG3D.BOTSILKSCREENCOLOR\34408131\2CFG3D.WORKSPACELUMINANCEVARIATION\330\2CFG3D.WORKSPACECOLOROPACITY\31.000000\2CFG3D.BOARDCORECOLOROPACITY\30.850000\2CFG3D.BOARDPREPREGCOLOROPACITY\30.500000\2CFG3D.TOPSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.BOTSOLDERMASKCOLOROPACITY\30.590000\2CFG3D.COPPERCOLOROPACITY\31.000000\2CFG3D.TOPSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOTSILKSCREENCOLOROPACITY\31.000000\2CFG3D.BOARDTHICKNESSSCALING\31.000000\2CFG3D.SHOWMECHANICALLAYERS\3FALSE\2CFG3D.MECHANICALLAYERSOPACITY\31.000000
292 | OutputType7=IntergraphNetlist
293 | OutputName7=Intergraph Netlist
294 | OutputDocumentPath7=
295 | OutputVariantName7=
296 | OutputDefault7=0
297 | Configuration7_Name1=OutputConfigurationParameter1
298 | Configuration7_Item1=AddToAllLayerClasses.Set= |AddToAllPlots.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|CentrePlots=False|DrillDrawingSymbol=GraphicsSymbol|DrillDrawingSymbolSize=500000|EmbeddedApertures=True|FileComment= |FileComment= |FileSubject=Autodetect|FileSubject=Autodetect|FilmBorderSize=10000000|FilmXSize=200000000|FilmYSize=160000000|FlashAllFills=False|FlashPadShapes=True|G54OnApertureChange=False|GenerateDRCRulesFile=True|GenerateDRCRulesFile=True|GenerateReliefShapes=True|GerberUnit=Imperial|GerberUnit=Imperial|GerberX2Support=False|IncludeUnconnectedMidLayerPads=False|LayerClassesMirror.Set= |LayerClassesPlot.Set= |LeadingAndTrailingZeroesMode=SuppressLeadingZeroes|MaxApertureSize=2500000|MinusApertureTolerance=50|MinusApertureTolerance=50|Mirror.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean|MirrorDrillDrawingPlots=False|MirrorDrillGuidePlots=False|MirrorX2.Set= |MirrorX2GerberClass=False|NewFileNamesFormat=False|NoRegularPolygons=False|NumberOfDecimals=5|NumberOfDecimals=5|OptimizeChangeLocationCommands=True|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Panelize=False|Plot.Set=SerializeLayerHash.Version~2,ClassName~TLayerToBoolean,16973830~1,16973832~1,16973834~1,16777217~1,16777218~1,16777219~1,16842751~1,16973835~1,16973833~1,16973831~1,16908289~1,16973837~1|PlotPositivePlaneLayers=False|PlotUsedDrillDrawingLayerPairs=False|PlotUsedDrillGuideLayerPairs=False|PlotX2.Set= |PlotX2GerberClass=False|PlusApertureTolerance=50|PlusApertureTolerance=50|Record=GerberView|SoftwareArcs=False|Sorted=False|Sorted=False
299 | OutputType8=MentorBoardStationNetlist
300 | OutputName8=Mentor BoardStation Netlist
301 | OutputDocumentPath8=
302 | OutputVariantName8=
303 | OutputDefault8=0
304 | Configuration8_Name1=OutputConfigurationParameter1
305 | Configuration8_Item1=BoardEdgeRoutToolDia=2000000|GenerateBoardEdgeRout=False|GenerateDrilledSlotsG85=False|GenerateEIADrillFile=False|GenerateSeparatePlatedNonPlatedFiles=False|NumberOfDecimals=5|NumberOfUnits=2|OptimizeChangeLocationCommands=True|OriginPosition=Relative|Record=DrillView|ZeroesMode=SuppressTrailingZeroes|Units=Imperial
306 | OutputType9=MultiWire
307 | OutputName9=MultiWire
308 | OutputDocumentPath9=
309 | OutputVariantName9=
310 | OutputDefault9=0
311 | Configuration9_Name1=ColumnNameFormat
312 | Configuration9_Item1=CaptionAsName
313 | Configuration9_Name2=Filter
314 | Configuration9_Item2=545046300E5446696C74657257726170706572000D46696C7465722E416374697665090F46696C7465722E43726974657269610A42000000020000000001030000006E2E62040000004E6F74650106036E2E6200010A0000004E6F74206669747465640600000046697474656401060A4E6F74206669747465640000
315 | Configuration9_Name3=General
316 | Configuration9_Item3=OpenExported=True|AddToProject=True|ForceFit=True|NotFitted=False|Database=False|DatabasePriority=False|IncludePCBData=False|IncludeVaultData=True|ShowExportOptions=True|TemplateFilename=BOM_template.xlt|BatchMode=5|FormWidth=1231|FormHeight=660|SupplierProdQty=1|SupplierAutoQty=False|SupplierUseCachedPricing=False|SupplierCurrency=
317 | Configuration9_Name4=GroupOrder
318 | Configuration9_Item4=Comment=True|Footprint=True
319 | Configuration9_Name5=PCBDocument
320 | Configuration9_Item5=
321 | Configuration9_Name6=SortOrder
322 | Configuration9_Item6=Designator=Up|Comment=Up|Footprint=Up
323 | Configuration9_Name7=VisibleOrder
324 | Configuration9_Item7=Comment=162|Description=586|Designator=446|Footprint=150|LibRef=97|Quantity=68|Note=100|Manufacturer=100|Fitted=100|MF=100|MPN=100
325 | OutputType10=OrCadPCB2Netlist
326 | OutputName10=Orcad/PCB2 Netlist
327 | OutputDocumentPath10=
328 | OutputVariantName10=
329 | OutputDefault10=0
330 | Configuration10_Name1=OutputConfigurationParameter1
331 | Configuration10_Item1=Record=PickPlaceView|Units=Imperial|GenerateCSVFormat=False|GenerateTextFormat=True
332 | OutputType11=PADSNetlist
333 | OutputName11=PADS ASCII Netlist
334 | OutputDocumentPath11=
335 | OutputVariantName11=
336 | OutputDefault11=0
337 | Configuration11_Name1=OutputConfigurationParameter1
338 | Configuration11_Item1=DesignatorDisplayMode=Physical|PrintArea=DesignExtent|PrintAreaLowerLeftCornerX=0|PrintAreaLowerLeftCornerY=0|PrintAreaUpperRightCornerX=0|PrintAreaUpperRightCornerY=0|Record=PcbPrintView
339 | Configuration11_Name2=OutputConfigurationParameter2
340 | Configuration11_Item2=IncludeBottomLayerComponents=False|IncludeMultiLayerComponents=True|IncludeTopLayerComponents=True|IncludeViewports=True|Index=0|Mirror=False|Name=TopAssembly Drawing|PadNumberFontSize=14|Record=PcbPrintOut|ShowHoles=False|ShowPadNets=False|ShowPadNumbers=False|SubstituteFonts=False
341 | Configuration11_Name3=OutputConfigurationParameter3
342 | Configuration11_Item3=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=Mechanical29|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
343 | Configuration11_Name4=OutputConfigurationParameter4
344 | Configuration11_Item4=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopPaste|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
345 | Configuration11_Name5=OutputConfigurationParameter5
346 | Configuration11_Item5=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=TopLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
347 | Configuration11_Name6=OutputConfigurationParameter6
348 | Configuration11_Item6=CArc=Full|CFill=Full|Comment=Full|Coordinate=Full|CPad=Full|CRegion=Full|CText=Full|CTrack=Full|CVia=Full|DDSymbolKind=0|DDSymbolSize=500000|DDSymbolSortKind=0|Designator=Full|Dimension=Full|DLayer1=TopLayer|DLayer2=BottomLayer|FArc=Full|FFill=Full|FPad=Full|FRegion=Full|FText=Full|FTrack=Full|FVia=Full|Layer=KeepOutLayer|Polygon=Full|PrintOutIndex=0|Record=PcbPrintLayer
349 | OutputType12=Pcad
350 | OutputName12=Pcad for PCB
351 | OutputDocumentPath12=
352 | OutputVariantName12=
353 | OutputDefault12=0
354 | Configuration12_Name1=OutputConfigurationParameter1
355 | Configuration12_Item1=Record=ExportPDF3DSetting|Version=110|Format=0|Flags=8158|Scheme=8|ViewColorR0=255|ViewColorG0=255|ViewColorB0=255|ViewLignt0=9|ViewColorR1=255|ViewColorG1=255|ViewColorB1=255|ViewLignt1=9|ViewColorR2=255|ViewColorG2=255|ViewColorB2=255|ViewLignt2=9|ViewColorR3=255|ViewColorG3=255|ViewColorB3=255|ViewLignt3=9
356 | OutputType13=PCADnltNetlist
357 | OutputName13=PCADnlt Netlist
358 | OutputDocumentPath13=
359 | OutputVariantName13=
360 | OutputDefault13=0
361 | OutputType14=Protel2Netlist
362 | OutputName14=Protel2 Netlist
363 | OutputDocumentPath14=
364 | OutputVariantName14=
365 | OutputDefault14=0
366 | OutputType15=ProtelNetlist
367 | OutputName15=Protel
368 | OutputDocumentPath15=
369 | OutputVariantName15=
370 | OutputDefault15=0
371 | OutputType16=RacalNetlist
372 | OutputName16=Racal Netlist
373 | OutputDocumentPath16=
374 | OutputVariantName16=
375 | OutputDefault16=0
376 | OutputType17=RINFNetlist
377 | OutputName17=RINF Netlist
378 | OutputDocumentPath17=
379 | OutputVariantName17=
380 | OutputDefault17=0
381 | OutputType18=SciCardsNetlist
382 | OutputName18=SciCards Netlist
383 | OutputDocumentPath18=
384 | OutputVariantName18=
385 | OutputDefault18=0
386 | OutputType19=TangoNetlist
387 | OutputName19=Tango Netlist
388 | OutputDocumentPath19=
389 | OutputVariantName19=
390 | OutputDefault19=0
391 | OutputType20=TelesisNetlist
392 | OutputName20=Telesis Netlist
393 | OutputDocumentPath20=
394 | OutputVariantName20=
395 | OutputDefault20=0
396 | OutputType21=WireListNetlist
397 | OutputName21=WireList Netlist
398 | OutputDocumentPath21=
399 | OutputVariantName21=
400 | OutputDefault21=0
401 | OutputType22=SIMetrixNetlist
402 | OutputName22=SIMetrix
403 | OutputDocumentPath22=
404 | OutputVariantName22=
405 | OutputDefault22=0
406 | OutputType23=SIMPLISNetlist
407 | OutputName23=SIMPLIS
408 | OutputDocumentPath23=
409 | OutputVariantName23=
410 | OutputDefault23=0
411 |
412 | [OutputGroup2]
413 | Name=Simulator Outputs
414 | Description=
415 | TargetPrinter=Microsoft Print to PDF
416 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
417 | OutputType1=AdvSimNetlist
418 | OutputName1=Mixed Sim
419 | OutputDocumentPath1=
420 | OutputVariantName1=
421 | OutputDefault1=0
422 | OutputType2=SIMetrixSimulation
423 | OutputName2=SIMetrix
424 | OutputDocumentPath2=
425 | OutputVariantName2=
426 | OutputDefault2=0
427 | OutputType3=SIMPLISSimulation
428 | OutputName3=SIMPLIS
429 | OutputDocumentPath3=
430 | OutputVariantName3=
431 | OutputDefault3=0
432 |
433 | [OutputGroup3]
434 | Name=Documentation Outputs
435 | Description=
436 | TargetPrinter=Virtual Printer
437 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
438 | OutputType1=Composite
439 | OutputName1=Composite Drawing
440 | OutputDocumentPath1=
441 | OutputVariantName1=[No Variations]
442 | OutputDefault1=0
443 | 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
444 | OutputType2=PCB 3D Print
445 | OutputName2=PCB 3D Print
446 | OutputDocumentPath2=
447 | OutputVariantName2=[No Variations]
448 | OutputDefault2=0
449 | 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
450 | OutputType3=PCB 3D Video
451 | OutputName3=PCB 3D Video
452 | OutputDocumentPath3=
453 | OutputVariantName3=[No Variations]
454 | OutputDefault3=0
455 | 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
456 | OutputType4=PCB Print
457 | OutputName4=PCB Prints
458 | OutputDocumentPath4=
459 | OutputVariantName4=[No Variations]
460 | OutputDefault4=0
461 | 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
462 | OutputType5=PCBLIB Print
463 | OutputName5=PCBLIB Prints
464 | OutputDocumentPath5=
465 | OutputVariantName5=[No Variations]
466 | OutputDefault5=0
467 | 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
468 | OutputType6=Report Print
469 | OutputName6=Report Prints
470 | OutputDocumentPath6=
471 | OutputVariantName6=
472 | OutputDefault6=0
473 | 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
474 | OutputType7=Schematic Print
475 | OutputName7=Schematic Prints
476 | OutputDocumentPath7=C:\Users\Urmo\Dropbox\PCB_PROJECTS\Trinamic\4BreakoutBoards\TMC5072\REV_A\TMC5072_RevA.SchDoc
477 | OutputVariantName7=
478 | OutputDefault7=0
479 | 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
480 | Configuration7_Name1=OutputConfigurationParameter1
481 | Configuration7_Item1=Record=SchPrintView|ShowNoERC=True|ShowParamSet=True|ShowProbe=True|ShowBlanket=True|NoERCSymbolsToShow="Thin Cross","Thick Cross","Small Cross",Checkbox,Triangle|ShowNote=True|ShowNoteCollapsed=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
482 | OutputType8=SimView Print
483 | OutputName8=SimView Prints
484 | OutputDocumentPath8=
485 | OutputVariantName8=
486 | OutputDefault8=0
487 | 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
488 | OutputType9=PCBDrawing
489 | OutputName9=Draftsman
490 | OutputDocumentPath9=
491 | OutputVariantName9=[No Variations]
492 | OutputDefault9=0
493 | 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
494 | OutputType10=PDF3D
495 | OutputName10=PDF3D
496 | OutputDocumentPath10=
497 | OutputVariantName10=[No Variations]
498 | OutputDefault10=0
499 | 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
500 | OutputType11=Harness Layout Drawing Print
501 | OutputName11=Harness Layout Drawing Prints
502 | OutputDocumentPath11=
503 | OutputVariantName11=
504 | OutputDefault11=0
505 | PageOptions11=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
506 | OutputType12=Harness Wiring Diagram Print
507 | OutputName12=Harness Wiring Diagram Prints
508 | OutputDocumentPath12=
509 | OutputVariantName12=
510 | OutputDefault12=0
511 | PageOptions12=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
512 | OutputType13=PDF3D MBA
513 | OutputName13=PDF3D MBA
514 | OutputDocumentPath13=
515 | OutputVariantName13=
516 | OutputDefault13=0
517 | PageOptions13=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
518 |
519 | [OutputGroup4]
520 | Name=Assembly Outputs
521 | Description=
522 | TargetPrinter=Microsoft Print to PDF
523 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
524 | OutputType1=Assembly
525 | OutputName1=Assembly Drawings
526 | OutputDocumentPath1=
527 | OutputVariantName1=[No Variations]
528 | OutputDefault1=0
529 | 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
530 | OutputType2=Pick Place
531 | OutputName2=Generates pick and place files
532 | OutputDocumentPath2=
533 | OutputVariantName2=[No Variations]
534 | OutputDefault2=0
535 | OutputType3=Test Points For Assembly
536 | OutputName3=Test Point Report
537 | OutputDocumentPath3=
538 | OutputVariantName3=[No Variations]
539 | OutputDefault3=0
540 |
541 | [OutputGroup5]
542 | Name=Fabrication Outputs
543 | Description=
544 | TargetPrinter=Microsoft Print to PDF
545 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
546 | OutputType1=Board Stack Report
547 | OutputName1=Report Board Stack
548 | OutputDocumentPath1=
549 | OutputVariantName1=
550 | OutputDefault1=0
551 | 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
552 | OutputType2=CompositeDrill
553 | OutputName2=Composite Drill Drawing
554 | OutputDocumentPath2=
555 | OutputVariantName2=[No Variations]
556 | OutputDefault2=0
557 | 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
558 | OutputType3=Drill
559 | OutputName3=Drill Drawing/Guides
560 | OutputDocumentPath3=
561 | OutputVariantName3=[No Variations]
562 | OutputDefault3=0
563 | 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
564 | OutputType4=Final
565 | OutputName4=Final Artwork Prints
566 | OutputDocumentPath4=
567 | OutputVariantName4=[No Variations]
568 | OutputDefault4=0
569 | 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
570 | OutputType5=Gerber
571 | OutputName5=Gerber Files
572 | OutputDocumentPath5=
573 | OutputVariantName5=[No Variations]
574 | OutputDefault5=0
575 | OutputType6=Gerber X2
576 | OutputName6=Gerber X2 Files
577 | OutputDocumentPath6=
578 | OutputVariantName6=[No Variations]
579 | OutputDefault6=0
580 | OutputType7=IPC2581
581 | OutputName7=IPC-2581 Files
582 | OutputDocumentPath7=
583 | OutputVariantName7=[No Variations]
584 | OutputDefault7=0
585 | OutputType8=Mask
586 | OutputName8=Solder/Paste Mask Prints
587 | OutputDocumentPath8=
588 | OutputVariantName8=[No Variations]
589 | OutputDefault8=0
590 | 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
591 | OutputType9=NC Drill
592 | OutputName9=NC Drill Files
593 | OutputDocumentPath9=
594 | OutputVariantName9=
595 | OutputDefault9=0
596 | OutputType10=ODB
597 | OutputName10=ODB++ Files
598 | OutputDocumentPath10=
599 | OutputVariantName10=[No Variations]
600 | OutputDefault10=0
601 | OutputType11=Plane
602 | OutputName11=Power-Plane Prints
603 | OutputDocumentPath11=
604 | OutputVariantName11=[No Variations]
605 | OutputDefault11=0
606 | 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
607 | OutputType12=Test Points
608 | OutputName12=Test Point Report
609 | OutputDocumentPath12=
610 | OutputVariantName12=
611 | OutputDefault12=0
612 |
613 | [OutputGroup6]
614 | Name=Report Outputs
615 | Description=
616 | TargetPrinter=Microsoft Print to PDF
617 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
618 | OutputType1=BOM_PartType
619 | OutputName1=Bill of Materials
620 | OutputDocumentPath1=
621 | OutputVariantName1=[No Variations]
622 | OutputDefault1=0
623 | 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
624 | OutputType2=ComponentCrossReference
625 | OutputName2=Component Cross Reference Report
626 | OutputDocumentPath2=
627 | OutputVariantName2=[No Variations]
628 | OutputDefault2=0
629 | OutputType3=ReportHierarchy
630 | OutputName3=Report Project Hierarchy
631 | OutputDocumentPath3=
632 | OutputVariantName3=[No Variations]
633 | OutputDefault3=0
634 | OutputType4=Script
635 | OutputName4=Script Output
636 | OutputDocumentPath4=
637 | OutputVariantName4=[No Variations]
638 | OutputDefault4=0
639 | OutputType5=SimpleBOM
640 | OutputName5=Simple BOM
641 | OutputDocumentPath5=
642 | OutputVariantName5=[No Variations]
643 | OutputDefault5=0
644 | OutputType6=SinglePinNetReporter
645 | OutputName6=Report Single Pin Nets
646 | OutputDocumentPath6=
647 | OutputVariantName6=[No Variations]
648 | OutputDefault6=0
649 | OutputType7=BOM_ReportCompare
650 | OutputName7=BOM Compare
651 | OutputDocumentPath7=
652 | OutputVariantName7=[No Variations]
653 | OutputDefault7=0
654 | PageOptions7=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
655 | OutputType8=Export Comments
656 | OutputName8=Export Comments
657 | OutputDocumentPath8=
658 | OutputVariantName8=[No Variations]
659 | OutputDefault8=0
660 | PageOptions8=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
661 | OutputType9=Project History
662 | OutputName9=Project History
663 | OutputDocumentPath9=
664 | OutputVariantName9=[No Variations]
665 | OutputDefault9=0
666 | PageOptions9=Record=PageOptions|CenterHorizontal=True|CenterVertical=True|PrintScale=1.00|XCorrection=1.00|YCorrection=1.00|PrintKind=1|BorderSize=5000000|LeftOffset=0|BottomOffset=0|Orientation=2|PaperLength=1000|PaperWidth=1000|Scale=100|PaperSource=7|PrintQuality=-3|MediaType=1|DitherType=10|PrintScaleMode=1|PaperKind=Letter|PaperIndex=1
667 |
668 | [OutputGroup7]
669 | Name=Other Outputs
670 | Description=
671 | TargetPrinter=Microsoft Print to PDF
672 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
673 | OutputType1=Text Print
674 | OutputName1=Text Print
675 | OutputDocumentPath1=
676 | OutputVariantName1=
677 | OutputDefault1=0
678 | 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
679 |
680 | [OutputGroup8]
681 | Name=Validation Outputs
682 | Description=
683 | TargetPrinter=Microsoft Print to PDF
684 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
685 | OutputType1=Component states check
686 | OutputName1=Vault's components states check
687 | OutputDocumentPath1=
688 | OutputVariantName1=
689 | OutputDefault1=0
690 | OutputType2=Configuration compliance
691 | OutputName2=Environment configuration compliance check
692 | OutputDocumentPath2=
693 | OutputVariantName2=
694 | OutputDefault2=0
695 | OutputType3=Design Rules Check
696 | OutputName3=Design Rules Check
697 | OutputDocumentPath3=
698 | OutputVariantName3=
699 | OutputDefault3=0
700 | 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
701 | OutputType4=Differences Report
702 | OutputName4=Differences Report
703 | OutputDocumentPath4=
704 | OutputVariantName4=
705 | OutputDefault4=0
706 | 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
707 | OutputType5=Electrical Rules Check
708 | OutputName5=Electrical Rules Check
709 | OutputDocumentPath5=
710 | OutputVariantName5=
711 | OutputDefault5=0
712 | 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
713 | OutputType6=Footprint Comparison Report
714 | OutputName6=Footprint Comparison Report
715 | OutputDocumentPath6=
716 | OutputVariantName6=
717 | OutputDefault6=0
718 | OutputType7=BOM_Violations
719 | OutputName7=BOM Checks Report
720 | OutputDocumentPath7=
721 | OutputVariantName7=
722 | OutputDefault7=0
723 |
724 | [OutputGroup9]
725 | Name=Export Outputs
726 | Description=
727 | TargetPrinter=Microsoft Print to PDF
728 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
729 | OutputType1=AutoCAD dwg/dxf PCB
730 | OutputName1=AutoCAD dwg/dxf File PCB
731 | OutputDocumentPath1=
732 | OutputVariantName1=
733 | OutputDefault1=0
734 | OutputType2=AutoCAD dwg/dxf Schematic
735 | OutputName2=AutoCAD dwg/dxf File Schematic
736 | OutputDocumentPath2=
737 | OutputVariantName2=
738 | OutputDefault2=0
739 | OutputType3=ExportIDF
740 | OutputName3=Export IDF
741 | OutputDocumentPath3=
742 | OutputVariantName3=
743 | OutputDefault3=0
744 | OutputType4=ExportSTEP
745 | OutputName4=Export STEP
746 | OutputDocumentPath4=
747 | OutputVariantName4=[No Variations]
748 | OutputDefault4=0
749 | OutputType5=ExportPARASOLID
750 | OutputName5=Export PARASOLID
751 | OutputDocumentPath5=
752 | OutputVariantName5=[No Variations]
753 | OutputDefault5=0
754 | OutputType6=ExportVRML
755 | OutputName6=Export VRML
756 | OutputDocumentPath6=
757 | OutputVariantName6=[No Variations]
758 | OutputDefault6=0
759 | OutputType7=Save As/Export PCB
760 | OutputName7=Save As/Export PCB
761 | OutputDocumentPath7=
762 | OutputVariantName7=
763 | OutputDefault7=0
764 | OutputType8=Save As/Export Schematic
765 | OutputName8=Save As/Export Schematic
766 | OutputDocumentPath8=
767 | OutputVariantName8=
768 | OutputDefault8=0
769 | OutputType9=Specctra Design PCB
770 | OutputName9=Specctra Design PCB
771 | OutputDocumentPath9=
772 | OutputVariantName9=
773 | OutputDefault9=0
774 | OutputType10=MBAExportPARASOLID
775 | OutputName10=Export PARASOLID
776 | OutputDocumentPath10=
777 | OutputVariantName10=
778 | OutputDefault10=0
779 | OutputType11=MBAExportSTEP
780 | OutputName11=Export STEP
781 | OutputDocumentPath11=
782 | OutputVariantName11=
783 | OutputDefault11=0
784 | OutputType12=Web ReviewOutputName
785 | OutputName12=Web Review Data
786 | OutputDocumentPath12=
787 | OutputVariantName12=
788 | OutputDefault12=0
789 |
790 | [OutputGroup10]
791 | Name=PostProcess Outputs
792 | Description=
793 | TargetPrinter=Microsoft Print to PDF
794 | PrinterOptions=Record=PrinterOptions|Copies=1|Duplex=1|TrueTypeOptions=3|Collate=1|PrintJobKind=1|PrintWhat=1
795 | OutputType1=Copy Files
796 | OutputName1=Copy Files
797 | OutputDocumentPath1=
798 | OutputVariantName1=
799 | OutputDefault1=0
800 |
801 | [Modification Levels]
802 | Type1=1
803 | Type2=1
804 | Type3=1
805 | Type4=1
806 | Type5=1
807 | Type6=1
808 | Type7=1
809 | Type8=1
810 | Type9=1
811 | Type10=1
812 | Type11=1
813 | Type12=1
814 | Type13=1
815 | Type14=1
816 | Type15=1
817 | Type16=1
818 | Type17=1
819 | Type18=1
820 | Type19=1
821 | Type20=1
822 | Type21=1
823 | Type22=1
824 | Type23=1
825 | Type24=1
826 | Type25=1
827 | Type26=1
828 | Type27=1
829 | Type28=1
830 | Type29=1
831 | Type30=1
832 | Type31=1
833 | Type32=1
834 | Type33=1
835 | Type34=1
836 | Type35=1
837 | Type36=0
838 | Type37=1
839 | Type38=1
840 | Type39=1
841 | Type40=1
842 | Type41=1
843 | Type42=1
844 | Type43=1
845 | Type44=1
846 | Type45=1
847 | Type46=1
848 | Type47=1
849 | Type48=1
850 | Type49=1
851 | Type50=1
852 | Type51=1
853 | Type52=1
854 | Type53=1
855 | Type54=1
856 | Type55=1
857 | Type56=1
858 | Type57=1
859 | Type58=1
860 | Type59=1
861 | Type60=1
862 | Type61=1
863 | Type62=1
864 | Type63=1
865 | Type64=1
866 | Type65=1
867 | Type66=1
868 | Type67=1
869 | Type68=1
870 | Type69=1
871 | Type70=1
872 | Type71=1
873 | Type72=1
874 | Type73=1
875 | Type74=1
876 | Type75=1
877 | Type76=1
878 | Type77=1
879 | Type78=1
880 | Type79=1
881 | Type80=1
882 | Type81=1
883 | Type82=1
884 | Type83=1
885 | Type84=1
886 | Type85=1
887 | Type86=1
888 | Type87=1
889 | Type88=1
890 | Type89=1
891 | Type90=1
892 | Type91=1
893 | Type92=1
894 | Type93=1
895 | Type94=1
896 | Type95=1
897 | Type96=1
898 | Type97=1
899 | Type98=1
900 | Type99=1
901 | Type100=1
902 | Type101=1
903 | Type102=1
904 | Type103=1
905 | Type104=1
906 | Type105=1
907 | Type106=1
908 | Type107=1
909 | Type108=1
910 | Type109=1
911 | Type110=1
912 | Type111=1
913 | Type112=1
914 | Type113=1
915 | Type114=1
916 | Type115=1
917 | Type116=1
918 | Type117=1
919 | Type118=1
920 | Type119=1
921 | Type120=1
922 | Type121=1
923 | Type122=1
924 | Type123=1
925 | Type124=1
926 | Type125=1
927 | Type126=1
928 | Type127=1
929 | Type128=1
930 | Type129=1
931 | Type130=1
932 | Type131=1
933 | Type132=1
934 | Type133=1
935 | Type134=1
936 | Type135=1
937 | Type136=1
938 | Type137=1
939 | Type138=1
940 | Type139=1
941 | Type140=1
942 | Type141=1
943 | Type142=1
944 | Type143=1
945 | Type144=1
946 | Type145=1
947 | Type146=1
948 | Type147=1
949 | Type148=1
950 | Type149=1
951 | Type150=1
952 |
953 | [Difference Levels]
954 | Type1=1
955 | Type2=1
956 | Type3=1
957 | Type4=1
958 | Type5=1
959 | Type6=1
960 | Type7=1
961 | Type8=1
962 | Type9=1
963 | Type10=1
964 | Type11=1
965 | Type12=1
966 | Type13=1
967 | Type14=1
968 | Type15=1
969 | Type16=1
970 | Type17=1
971 | Type18=1
972 | Type19=1
973 | Type20=1
974 | Type21=1
975 | Type22=1
976 | Type23=1
977 | Type24=1
978 | Type25=1
979 | Type26=1
980 | Type27=1
981 | Type28=1
982 | Type29=1
983 | Type30=1
984 | Type31=1
985 | Type32=1
986 | Type33=1
987 | Type34=1
988 | Type35=1
989 | Type36=1
990 | Type37=1
991 | Type38=1
992 | Type39=1
993 | Type40=1
994 | Type41=1
995 | Type42=1
996 | Type43=1
997 | Type44=0
998 | Type45=1
999 | Type46=1
1000 | Type47=1
1001 | Type48=1
1002 | Type49=1
1003 | Type50=1
1004 | Type51=1
1005 | Type52=1
1006 | Type53=1
1007 | Type54=1
1008 | Type55=1
1009 | Type56=1
1010 | Type57=1
1011 | Type58=1
1012 | Type59=1
1013 | Type60=1
1014 | Type61=1
1015 | Type62=1
1016 | Type63=1
1017 | Type64=1
1018 | Type65=1
1019 | Type66=1
1020 | Type67=1
1021 | Type68=1
1022 | Type69=1
1023 | Type70=1
1024 | Type71=1
1025 | Type72=1
1026 | Type73=1
1027 | Type74=1
1028 | Type75=1
1029 | Type76=1
1030 | Type77=1
1031 | Type78=1
1032 | Type79=1
1033 | Type80=1
1034 | Type81=1
1035 |
1036 | [Electrical Rules Check]
1037 | Type1=1
1038 | Type2=1
1039 | Type3=2
1040 | Type4=1
1041 | Type5=2
1042 | Type6=2
1043 | Type7=0
1044 | Type8=1
1045 | Type9=1
1046 | Type10=1
1047 | Type11=2
1048 | Type12=2
1049 | Type13=2
1050 | Type14=1
1051 | Type15=1
1052 | Type16=1
1053 | Type17=1
1054 | Type18=1
1055 | Type19=1
1056 | Type20=0
1057 | Type21=0
1058 | Type22=0
1059 | Type23=0
1060 | Type24=1
1061 | Type25=2
1062 | Type26=0
1063 | Type27=2
1064 | Type28=1
1065 | Type29=1
1066 | Type30=1
1067 | Type31=1
1068 | Type32=2
1069 | Type33=0
1070 | Type34=2
1071 | Type35=1
1072 | Type36=2
1073 | Type37=1
1074 | Type38=2
1075 | Type39=2
1076 | Type40=2
1077 | Type41=0
1078 | Type42=2
1079 | Type43=1
1080 | Type44=0
1081 | Type45=0
1082 | Type46=0
1083 | Type47=0
1084 | Type48=0
1085 | Type49=0
1086 | Type50=2
1087 | Type51=0
1088 | Type52=0
1089 | Type53=1
1090 | Type54=1
1091 | Type55=1
1092 | Type56=2
1093 | Type57=1
1094 | Type58=1
1095 | Type59=0
1096 | Type60=0
1097 | Type61=0
1098 | Type62=0
1099 | Type63=0
1100 | Type64=0
1101 | Type65=2
1102 | Type66=3
1103 | Type67=2
1104 | Type68=2
1105 | Type69=1
1106 | Type70=2
1107 | Type71=2
1108 | Type72=2
1109 | Type73=2
1110 | Type74=1
1111 | Type75=2
1112 | Type76=1
1113 | Type77=1
1114 | Type78=1
1115 | Type79=1
1116 | Type80=2
1117 | Type81=3
1118 | Type82=3
1119 | Type83=3
1120 | Type84=3
1121 | Type85=3
1122 | Type86=2
1123 | Type87=2
1124 | Type88=2
1125 | Type89=1
1126 | Type90=1
1127 | Type91=3
1128 | Type92=3
1129 | Type93=2
1130 | Type94=2
1131 | Type95=2
1132 | Type96=2
1133 | Type97=2
1134 | Type98=0
1135 | Type99=1
1136 | Type100=2
1137 | Type101=0
1138 | Type102=2
1139 | Type103=2
1140 | Type104=1
1141 | Type105=2
1142 | Type106=2
1143 | Type107=2
1144 | Type108=2
1145 | Type109=1
1146 | Type110=1
1147 | Type111=1
1148 | Type112=1
1149 | Type113=1
1150 | Type114=2
1151 | Type115=2
1152 | Type116=2
1153 | Type117=3
1154 | Type118=3
1155 | Type119=3
1156 | MultiChannelAlternate=0
1157 | AlternateItemFail=3
1158 | Type122=2
1159 | Type123=1
1160 | Type124=1
1161 | Type125=1
1162 | Type126=1
1163 | Type127=1
1164 | Type128=2
1165 | Type129=2
1166 | Type130=2
1167 | Type131=2
1168 | Type132=2
1169 | Type133=2
1170 | Type134=2
1171 | Type135=2
1172 | Type136=2
1173 | Type137=2
1174 | Type138=1
1175 | Type139=1
1176 | Type140=1
1177 | Type141=1
1178 | Type142=1
1179 | Type143=1
1180 | Type144=1
1181 | Type145=1
1182 | Type146=1
1183 | Type147=2
1184 | Type148=2
1185 | Type149=2
1186 | Type150=2
1187 | Type151=2
1188 | Type152=1
1189 | Type153=1
1190 |
1191 | [ERC Connection Matrix]
1192 | L1=NNNNNNNNNNNWNNNWW
1193 | L2=NNWNNNNWWWNWNWNWN
1194 | L3=NWEENEEEENEWNEEWN
1195 | L4=NNENNNWEENNWNENWN
1196 | L5=NNNNNNNNNNNNNNNNN
1197 | L6=NNENNNNEENNWNENWN
1198 | L7=NNEWNNWEENNWNENWN
1199 | L8=NWEENEENEEENNEENN
1200 | L9=NWEENEEEENEWNEEWW
1201 | L10=NWNNNNNENNEWNNEWN
1202 | L11=NNENNNNEEENWNENWN
1203 | L12=WWWWNWWNWWWNWWWNN
1204 | L13=NNNNNNNNNNNWNNNWW
1205 | L14=NWEENEEEENEWNEEWW
1206 | L15=NNENNNNEEENWNENWW
1207 | L16=WWWWNWWNWWWNWWWNW
1208 | L17=WNNNNNNNWNNNWWWWN
1209 |
1210 | [Annotate]
1211 | SortOrder=1
1212 | SortLocation=0
1213 | ReplaceSubparts=0
1214 | MatchParameter1=Comment
1215 | MatchStrictly1=1
1216 | MatchParameter2=Library Reference
1217 | MatchStrictly2=1
1218 | PhysicalNamingFormat=$ComponentPrefix$GlobalIndex
1219 | GlobalIndexSortOrder=3
1220 | GlobalIndexSortLocation=0
1221 | UniqueIDPath0=\LJNQIRBS
1222 | DocumentName0=CAM204_encoder.SchDoc
1223 | IsEnabled0=1
1224 | SelectionScope0=All
1225 | Order0=1
1226 | IndexEnabled0=1
1227 | IndexStartValue0=1
1228 | Suffix0=
1229 | UniqueIDPath1=\FHCINMCG
1230 | DocumentName1=EEPROM.SchDoc
1231 | IsEnabled1=1
1232 | SelectionScope1=All
1233 | Order1=2
1234 | IndexEnabled1=1
1235 | IndexStartValue1=1
1236 | Suffix1=
1237 | UniqueIDPath2=\NNUFFKWV
1238 | DocumentName2=MK22FN512VLL12_MCU.SchDoc
1239 | IsEnabled2=1
1240 | SelectionScope2=All
1241 | Order2=3
1242 | IndexEnabled2=1
1243 | IndexStartValue2=1
1244 | Suffix2=
1245 | UniqueIDPath3=\1JQYMTQPF
1246 | DocumentName3=TMC4361_motion_controller.SchDoc
1247 | IsEnabled3=1
1248 | SelectionScope3=All
1249 | Order3=8
1250 | IndexEnabled3=0
1251 | IndexStartValue3=1
1252 | Suffix3=
1253 | UniqueIDPath4=\2JQYMTQPF
1254 | DocumentName4=TMC4361_motion_controller.SchDoc
1255 | IsEnabled4=1
1256 | SelectionScope4=All
1257 | Order4=9
1258 | IndexEnabled4=0
1259 | IndexStartValue4=1
1260 | Suffix4=
1261 | UniqueIDPath5=\1ABBFEKKV
1262 | DocumentName5=TMC5130_driver.SchDoc
1263 | IsEnabled5=1
1264 | SelectionScope5=All
1265 | Order5=5
1266 | IndexEnabled5=1
1267 | IndexStartValue5=1
1268 | Suffix5=
1269 | UniqueIDPath6=\2ABBFEKKV
1270 | DocumentName6=TMC5130_driver.SchDoc
1271 | IsEnabled6=1
1272 | SelectionScope6=All
1273 | Order6=6
1274 | IndexEnabled6=1
1275 | IndexStartValue6=1
1276 | Suffix6=
1277 | UniqueIDPath7=
1278 | DocumentName7=TMC_STAMP_2.0_RevA.SchDoc
1279 | IsEnabled7=1
1280 | SelectionScope7=All
1281 | Order7=7
1282 | IndexEnabled7=1
1283 | IndexStartValue7=1
1284 | Suffix7=
1285 |
1286 | [PrjClassGen]
1287 | CompClassManualEnabled=0
1288 | CompClassManualRoomEnabled=0
1289 | NetClassAutoBusEnabled=1
1290 | NetClassAutoCompEnabled=0
1291 | NetClassAutoNamedHarnessEnabled=0
1292 | NetClassManualEnabled=1
1293 | NetClassSeparateForBusSections=0
1294 |
1295 | [LibraryUpdateOptions]
1296 | SelectedOnly=0
1297 | UpdateVariants=1
1298 | UpdateToLatestRevision=1
1299 | PartTypes=0
1300 | FullReplace=1
1301 | UpdateDesignatorLock=1
1302 | UpdatePartIDLock=1
1303 | PreserveParameterLocations=1
1304 | PreserveParameterVisibility=1
1305 | DoGraphics=1
1306 | DoParameters=1
1307 | DoModels=1
1308 | AddParameters=0
1309 | RemoveParameters=0
1310 | AddModels=1
1311 | RemoveModels=1
1312 | UpdateCurrentModels=1
1313 |
1314 | [DatabaseUpdateOptions]
1315 | SelectedOnly=0
1316 | UpdateVariants=1
1317 | UpdateToLatestRevision=1
1318 | PartTypes=0
1319 |
1320 | [Comparison Options]
1321 | ComparisonOptions0=Kind=Net|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
1322 | ComparisonOptions1=Kind=Net Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
1323 | ComparisonOptions2=Kind=Component Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
1324 | ComparisonOptions3=Kind=Rule|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
1325 | ComparisonOptions4=Kind=Differential Pair|MinPercent=50|MinMatch=1|ShowMatch=0|UseName=0|InclAllRules=0
1326 | ComparisonOptions5=Kind=Structure Class|MinPercent=75|MinMatch=3|ShowMatch=-1|UseName=-1|InclAllRules=0
1327 |
1328 | [SmartPDF]
1329 | 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
1330 |
1331 |
--------------------------------------------------------------------------------
/hardware/TMC5160_BOB_V1_2.SchDoc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yasir-shahzad/Tmc5160-Bob-Design-Files/65cbd7fad58a08c9ea205456a21a07d3b5a64e6c/hardware/TMC5160_BOB_V1_2.SchDoc
--------------------------------------------------------------------------------
/images/New Text Document.txt:
--------------------------------------------------------------------------------
1 | will update soon
--------------------------------------------------------------------------------