Double-sided PCB support.

This commit is contained in:
Juan Pablo Caram
2014-02-11 21:50:03 -05:00
parent 6284156a0d
commit 0baa820bc2
14 changed files with 732 additions and 448 deletions

23
README
View File

@@ -1,4 +1,19 @@
Requirements:
1) GTK+ 3
2) Shapely
3) PyObjects (Python GI API)
FlatCAM: 2D Post-processinf for Manufacturing
=============================================
(c) 2014 Juan Pablo Caram
FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router.
Among other things, it can take a Gerber file generated by your favorite PCB
CAD program, and create G-Code for Isolation routing. But there's more. See
the features list below.
* Powerful user interface for visualization.
* Viewers for: Gerber, Excellon, G-Code.
* Create isolation routing geometry from Gerber.
* Create optimized G-Code from geometry.
* Double sided PCB tools.
* Clearing copper areas.
* Measuring tool (planned).
* PCB cutout tool.
* Table flattening tool.