blob: 85e7184550968553e0716fef9e6d458c71ab8d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
About PCB Tools
===============
PCB Tools provides a set of utilities for visualizing and working with PCB
design files in a variety of formats. The design files are generally referred
to as Gerber files. This is a generic term that may refer to
`RS-274X (Gerber) <http://en.wikipedia.org/wiki/Gerber_format>`_,
`ODB++ <http://en.wikipedia.org/wiki/ODB%2B%2B>`_ ,
or `Excellon <http://en.wikipedia.org/wiki/Excellon_format>`_ files. These
file formats are used by the CNC equipment used to manufacutre PCBs.
PCB Tools currently supports the following file formats:
- Gerber (RS-274X)
- Excellon
with planned support for IPC-2581, ODB++ and more.
Image Rendering
~~~~~~~~~~~~~~~
.. image:: ../../examples/cairo_example.png
:alt: Rendering Example
The PCB Tools module provides tools to visualize PCBs and export images in a
variety of formats, including SVG and PNG.
Future Plans
~~~~~~~~~~~~
We are working on adding the following features to PCB Tools:
- Design Rules Checking
- Editing
- Panelization
|