netlist: Apply title patch to Python netlist backend
[geda-gaf.git] / docs / wiki / geda-faq-pcb.html
blob84914acfa4cd4a61d731749d35acbd78bcc88bc7
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <p>
14 <em>Translations of this page are also available in the following languages:</em> <a href="geda-faq-pcb.ru.html" class="wikilink1" title="geda-faq-pcb.ru.html">Русский</a>.
15 </p>
17 <h2 id="pcbfaq">pcb FAQ</h2>
18 <div class="level2">
20 </div>
22 <h3 id="whatispcb">What is pcb ?</h3>
23 <div class="level3">
25 <p>
26 &quot;pcb&quot; is software to help you draw (&quot;lay out&quot;) the wires for a custom &quot;printed wire board&quot; (&quot;PCB&quot;).
27 </p>
29 </div>
31 <h3 id="howdoiinstallpcb">How do I install pcb?</h3>
32 <div class="level3">
34 <p>
35 See <a href="geda-installation.html" class="wikilink1" title="geda-installation.html">installation</a>.
36 </p>
38 </div>
40 <h3 id="howdoilearnmoreaboutpcb">How do I learn more about PCB?</h3>
41 <div class="level3">
42 <ul>
43 <li class="level1"><div class="li"> http://www.delorie.com/pcb/docs/</div>
44 </li>
45 <li class="level1"><div class="li"> FIXME: <em>more needed</em></div>
46 </li>
47 </ul>
49 </div>
51 <h3 id="howmanylayersdoespcbsupport">How many layers does PCB support?</h3>
52 <div class="level3">
54 <p>
55 &quot;Out-of-the-box&quot;, pcb supports 16 copper layers. It has been patched by some users to support more, however.
56 </p>
58 </div>
60 <h3 id="isittruethatpcbhasnowaytomakeamechanicallayertoshowthephysicaloutlineoftheboardanditsdimensions">Is it true that pcb has no way to make a &quot;mechanical layer&quot; to show the physical outline of the board and its dimensions ?</h3>
61 <div class="level3">
63 <p>
64 No. Lines on a layer with layer name <code>outline</code> will be interpreted as physical edges of the board. Also see <a href="geda-pcb_tips.html#how_do_i_make_a_board_outline_to_go_with_my_gerbers_to_the_board_maker" class="wikilink1" title="geda-pcb_tips.html">this note</a> in the more comprehensive <a href="geda-pcbtips.html" class="wikilink2" title="geda-pcbtips.html">PCB tips</a>
65 </p>
67 </div>
69 <h3 id="howdoidesignapcb">How do I design a PCB?</h3>
70 <div class="level3">
72 <p>
73 This is well beyond the scope of this FAQ.
74 There are a few tips at
75 </p>
76 <ul>
77 <li class="level1"><div class="li"> <a href="https://www.google.com/search?q=Printed%20circuit%20board&amp;btnI=lucky" class="interwiki iw_go" title="https://www.google.com/search?q=Printed%20circuit%20board&amp;btnI=lucky">Printed circuit board</a></div>
78 </li>
79 <li class="level1"><div class="li"> http:<em>en.wikibooks.org/wiki/Practical_Electronics/PCB_Layout
81 ==== Yes, but how do I design a PCB with pcb? ====
82 Generally, you start with a schematic, run gsch2pcb to generate the netlist.
83 See <a href="geda-faq-gsch2pcb.html" class="wikilink1" title="geda-faq-gsch2pcb.html">FAQ-gsch2pcb</a>. Then you might go through the <a href="geda-gsch2pcbtutorial.html" class="wikilink2" title="geda-gsch2pcbtutorial.html">gsch2pcb tutorial</a>
85 Then you ... Hey, did you know about the PCB manual, the <a href="geda-pcbtips.html" class="wikilink2" title="geda-pcbtips.html">PCB tips</a>, and the <a href="geda-pcb-quickreference.html" class="wikilink2" title="geda-pcb-quickreference.html">PCB-quick reference</a>?
87 ==== What about footprints? ====
88 See <a href="geda-pcbfootprints.html" class="wikilink2" title="geda-pcbfootprints.html">PCB footprints</a>.
90 There are also some unofficial gEDA footprints at Open Circuits http:</em>opencircuits.com/PCB_Footprints.</div>
91 </li>
92 </ul>
94 </div>
96 <h3 id="ihadahardtimetofindinfoonpcbdueitsambigousnamewhydontyourenametheapp">I had a hard time to find info on pcb due its ambigous name. Why don&#039;t you rename the app?</h3>
97 <div class="level3">
99 <p>
100 The application is a fairly old project, with roots way back in the era of <a href="https://www.google.com/search?q=Atari&amp;btnI=lucky" class="interwiki iw_go" title="https://www.google.com/search?q=Atari&amp;btnI=lucky">Atari home computers</a>. Its name has always been &quot;pcb&quot;. The current developers have no intention to break that tradition.
101 </p>
103 </div>
105 <h3 id="isthereanyrelationbetweenthegedapcbandtheopencircuitdesignpcb">Is there any relation between the gEDA PCB and the opencircuitdesign PCB?</h3>
106 <div class="level3">
109 <a href="geda-faq-pcb.html" class="wikilink1" title="geda-faq-pcb.html"> gEDA PCB</a> and opencircuitdesign PCB ?
110 </p>
113 Same thing, different generations.
114 </p>
116 </div>
117 </body>
118 </html>