1pcb-rnd(1) pcb-rnd manual pcb-rnd(1)
2
3
4
6 pcb-rnd - Printed Circuit Board editor
7
9 pcb-rnd [options] [inputfile]
10
12 pcb-rnd is a modular PCB editor. The main use is interactive editing.
13 If no -x is specified on the command line, the graphical editor mode is
14 initiated. Automated, headless processing is also possible with -x or
15 --gui batch.
16
18 --help topic
19 Print help about topic and exit; if no topic is specified, print
20 available topics.
21
22
23 -x exporter [exportflags] inputfile
24 Instead of interactive editing, export the design (loaded from
25 inputfile) to a file using the specified exporter plugin. A list
26 of exporter-specific parameters may follow to control the
27 details of the process.
28
29
30 --gui hid
31 Use the hid plugin for the "gui" frontend. Common choices are
32 "gtk" or "lesstif" for graphical user interfaces and "batch" for
33 a headless command-line interface (or automated batch processā
34 ing).
35
36
37 -c path=val
38 Set a config node in role CFR_CLI. The path of the node is path
39 (e.g. editor/grid) and the new value is val (e.g. 5mm).
40
41 2018-01-01 pcb-rnd(1)