Difference between revisions of "GEDA Quickstart"
Jump to navigation
Jump to search
(pictures) |
(typo) |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
Start 'pcb demo.pcb' | Start 'pcb demo.pcb' | ||
:[[Image:Geda_pcb.png|thumb|right|250px|pcb - pcb editor]] | :[[Image:Geda_pcb.png|thumb|right|250px|pcb - pcb editor]] | ||
+ | :File/Load netlist file "demo.net" | ||
+ | :Select/Select all objects (Alt+A) | ||
+ | :Select/Auto place selected elements (Ctrl+P) | ||
+ | :File/Print layout | ||
+ | :[[Image:Geda_pcb_print_layout.png|thumb|right|250px|pcb - print dialog]] | ||
:Print the result as Postscript or Gerber files. | :Print the result as Postscript or Gerber files. |
Latest revision as of 04:46, 31 July 2007
Add a file called "gschemrc":
(log-window "later")
Start 'gschem schematic.sch'
- Edit/Create your circuit
Start 'gsch2pcb schematic.sch'
~ >gsch2pcb demo.sch ---------------------------------- Done processing. Work performed: 0 file elements and 4 m4 elements added to demo.pcb. Next steps: 1. Run pcb on your file demo.pcb. You will find all your footprints in a bundle ready for you to place.
Start 'pcb demo.pcb'
- File/Load netlist file "demo.net"
- Select/Select all objects (Alt+A)
- Select/Auto place selected elements (Ctrl+P)
- File/Print layout
- Print the result as Postscript or Gerber files.