1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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" />
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>.
17 <h2 id=
"pcbfaq">pcb FAQ
</h2>
22 <h3 id=
"whatispcb">What is pcb ?
</h3>
26 "pcb
" is software to help you draw (
"lay out
") the wires for a custom
"printed wire board
" (
"PCB
").
31 <h3 id=
"howdoiinstallpcb">How do I install pcb?
</h3>
35 See
<a href=
"geda-installation.html" class=
"wikilink1" title=
"geda-installation.html">installation
</a>.
40 <h3 id=
"howdoilearnmoreaboutpcb">How do I learn more about PCB?
</h3>
43 <li class=
"level1"><div class=
"li"> http://www.delorie.com/pcb/docs/
</div>
45 <li class=
"level1"><div class=
"li"> FIXME:
<em>more needed
</em></div>
51 <h3 id=
"howmanylayersdoespcbsupport">How many layers does PCB support?
</h3>
55 "Out-of-the-box
", pcb supports
16 copper layers. It has been patched by some users to support more, however.
60 <h3 id=
"isittruethatpcbhasnowaytomakeamechanicallayertoshowthephysicaloutlineoftheboardanditsdimensions">Is it true that pcb has no way to make a
"mechanical layer
" to show the physical outline of the board and its dimensions ?
</h3>
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>
69 <h3 id=
"howdoidesignapcb">How do I design a PCB?
</h3>
73 This is well beyond the scope of this FAQ.
74 There are a few tips at
77 <li class=
"level1"><div class=
"li"> <a href=
"https://www.google.com/search?q=Printed%20circuit%20board&btnI=lucky" class=
"interwiki iw_go" title=
"https://www.google.com/search?q=Printed%20circuit%20board&btnI=lucky">Printed circuit board
</a></div>
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>
96 <h3 id=
"ihadahardtimetofindinfoonpcbdueitsambigousnamewhydontyourenametheapp">I had a hard time to find info on pcb due its ambigous name. Why don
't you rename the app?
</h3>
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&btnI=lucky" class=
"interwiki iw_go" title=
"https://www.google.com/search?q=Atari&btnI=lucky">Atari home computers
</a>. Its name has always been
"pcb
". The current developers have no intention to break that tradition.
105 <h3 id=
"isthereanyrelationbetweenthegedapcbandtheopencircuitdesignpcb">Is there any relation between the gEDA PCB and the opencircuitdesign PCB?
</h3>
109 <a href=
"geda-faq-pcb.html" class=
"wikilink1" title=
"geda-faq-pcb.html"> gEDA PCB
</a> and opencircuitdesign PCB ?
113 Same thing, different generations.