Downloaded and integrated latest wiki documentation from the geda website.
[geda-gaf/peter-b.git] / docs / wiki / geda_faq-pcb.html
blob9da78f9b04e51892815da44a96d6c7c1989c1874
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:faq-pcb</title>
8 <meta name="generator" content="DokuWiki Release rc2007-05-24" />
9 <meta name="robots" content="index,follow" />
10 <meta name="date" content="2007-05-25T11:22:57-0400" />
11 <meta name="keywords" content="geda,faq-pcb" />
12 <link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
13 <link rel="start" href="http://geda.seul.org/wiki/" />
14 <link rel="contents" href="http://geda.seul.org/wiki/geda:faq-pcb?do=index" title="Index" />
15 <link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
16 <link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:faq-pcb" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:faq-pcb" />
19 <link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
20 <link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
21 <link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h2><a name="pcb_faq" id="pcb_faq">pcb FAQ</a></h2>
29 <div class="level2">
31 </div>
33 <h4><a name="what_is_pcb" id="what_is_pcb">What is pcb ?</a></h4>
34 <div class="level4">
36 <p>
37 “pcb” is software to help you draw (“lay out”) the wires for a custom “printed wire board” (“PCB”).
38 </p>
40 </div>
42 <h4><a name="how_do_i_install_pcb" id="how_do_i_install_pcb">How do I install pcb ?</a></h4>
43 <div class="level4">
45 <p>
46 The recommended way to install pcb is to install the complete gaf package. See <a href="http://geda.seul.org/wiki/geda:installation" class="wikilink1" title="geda:installation">installation</a>.
47 </p>
49 </div>
51 <h4><a name="is_it_true_that_pcb_is_limited_to_exactly_8_copper_layers_and_2_silkscreen_layers" id="is_it_true_that_pcb_is_limited_to_exactly_8_copper_layers_and_2_silkscreen_layers">Is it true that pcb is limited to exactly 8 copper layers and 2 silkscreen layers ?</a></h4>
52 <div class="level4">
54 <p>
55 No. “Out-of-the-box”, pcb supports 16 copper layers and &hellip;
56 </p>
58 </div>
60 <h4><a name="is_it_true_that_pcb_has_no_concept_of_a_solder_mask_or_paste_mask_layer" id="is_it_true_that_pcb_has_no_concept_of_a_solder_mask_or_paste_mask_layer">Is it true that pcb has no concept of a &quot;solder mask&quot; or &quot;paste mask&quot; layer?</a></h4>
61 <div class="level4">
63 <p>
64 No.
65 </p>
67 </div>
69 <h4><a name="is_it_true_that_pcb_has_no_way_to_make_a_mechanical_layer_to_show_the_physical_outline_of_the_board_and_its_dimensions" id="is_it_true_that_pcb_has_no_way_to_make_a_mechanical_layer_to_show_the_physical_outline_of_the_board_and_its_dimensions">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 ?</a></h4>
70 <div class="level4">
72 <p>
73 No.
74 </p>
76 </div>
78 <h4><a name="how_do_i_design_a_pcb" id="how_do_i_design_a_pcb">How do I design a PCB ?</a></h4>
79 <div class="level4">
81 <p>
82 This is well beyond the scope of this <acronym title="Frequently Asked Questions">FAQ</acronym>. There are a few tips at
83 </p>
84 <ul>
85 <li class="level1"><div class="li"> <a href="http://en.wikipedia.org/wiki/Printed_circuit_board" class="urlextern" title="http://en.wikipedia.org/wiki/Printed_circuit_board" rel="nofollow">http://en.wikipedia.org/wiki/Printed_circuit_board</a></div>
86 </li>
87 <li class="level1"><div class="li"> <a href="http://en.wikibooks.org/wiki/Practical_Electronics/PCB_Layout" class="urlextern" title="http://en.wikibooks.org/wiki/Practical_Electronics/PCB_Layout" rel="nofollow">http://en.wikibooks.org/wiki/Practical_Electronics/PCB_Layout</a></div>
88 </li>
89 </ul>
91 </div>
93 <h4><a name="yes_but_how_do_i_design_a_pcb_with_pcb" id="yes_but_how_do_i_design_a_pcb_with_pcb">Yes, but how do I design a PCB with pcb ?</a></h4>
94 <div class="level4">
96 <p>
97 Generally, you start with a schematic, run gsch2pcb to generate the netlist. See <a href="http://geda.seul.org/wiki/geda:faq-gsch2pcb" class="wikilink1" title="geda:faq-gsch2pcb">faq-gsch2pcb</a>. Then you might go through the tutorial <a href="geda_gsch2pcb_tutorial.html" class="wikilink1" title="geda:gsch2pcb_tutorial">gsch2pcb_tutorial</a>
98 </p>
101 Then you &hellip; Hey, did you know about the pcb manual, the <a href="geda_pcb_tips.html" class="wikilink1" title="geda:pcb_tips">pcb_tips</a>, and the <a href="geda_pcb-quick_reference.html" class="wikilink1" title="geda:pcb-quick_reference">pcb-quick_reference</a> ?
102 </p>
104 </div>
106 <h4><a name="what_about_footprints" id="what_about_footprints">What about footprints ?</a></h4>
107 <div class="level4">
110 Yes. <a href="geda_pcb_footprints.html" class="wikilink1" title="geda:pcb_footprints">pcb_footprints</a>.
111 </p>
114 There are also some unofficial gEDA footprints at Open Circuits <a href="http://opencircuits.com/PCB_Footprints" class="urlextern" title="http://opencircuits.com/PCB_Footprints" rel="nofollow">http://opencircuits.com/PCB_Footprints</a> .
115 </p>
117 </div>
118 <!-- SECTION "pcb FAQ" [2-] --></div>
119 </body>
120 </html>