better layer names in specctra export help

This commit is contained in:
dickelbeck 2010-03-26 16:29:17 +00:00
parent 1698acd774
commit 5850736ccc
1 changed files with 9 additions and 9 deletions

View File

@ -3,17 +3,17 @@
<h1>Freerouter Guidelines:</h1> <h1>Freerouter Guidelines:</h1>
<ol> <ol>
<li> in pcbnew, using the Layers Setup dialog:</li><br> <li> in pcbnew, using the Layers Setup dialog:</li><br>
<li>choose the number of layers, and enter the name of each layer.</li><br> <li>choose the number of layers, and enter the name of each layer.</li><br><br>
These should look something like this: These should look something like this (if a 6 layer board):
<ul> <ul>
<li>Layer[0] Back signal</li> <li>Front - signal</li>
<li>Layer[1] Power power</li> <li>Ground - power</li>
<li>Layer[2] V2_Signal signal</li> <li>H1_Signal - signal</li>
<li>Layer[3] H1_Signal signal</li> <li>V2_Signal - signal</li>
<li>Layer[4] Ground power</li> <li>Power - power</li>
<li>Layer[15] Front signal</li> <li>Back - signal</li>
</ul><br> </ul><br>
Notice that after the layer name there is a layer type field, either 'signal' or 'power'.<br> Notice that after the layer name there is a layer type field, either 'signal' or 'power', typically.
Any layer identified as 'power' will be removed from the layer menu in Freerouter, Any layer identified as 'power' will be removed from the layer menu in Freerouter,
as this will be assumed to contain a power zone. as this will be assumed to contain a power zone.
</li><br><br> </li><br><br>