Commit 5850736c authored by dickelbeck's avatar dickelbeck

better layer names in specctra export help

parent 1698acd7
...@@ -3,17 +3,17 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment