2-D post processing for manufacturing, specialized in Printed Circuit Board fabrication on CNC routers.
Go to file
Marius Stanciu a4bbb98bf1 - converted from Python2 code to Python3 code
- in camlib.py, CNCJob class -> generate_from_excellon_by_tool() was
failing in the line to sort the tools due of been unable to compare
between dict's. I replaced that section.
2018-05-26 04:43:40 +03:00
bugs - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
descartes - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
doc - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
sandbox - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
share Added intersection tool to Drawing Tool. 2015-02-06 16:10:15 -05:00
tclCommands - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
tests - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
.gitignore Ignore tests/tmp. 2015-10-31 19:01:56 -04:00
DblSidedTool.py Incorporating comments and functionality frpm JP. Removed need to use tab_change signal, removed inheritance dependency on QAbstractItemModel, implemented option_changed property. 2018-05-04 19:41:20 -04:00
FlatCAM.spec Added build file for PyInstaller 2016-10-08 13:37:31 -04:00
FlatCAMApp.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
FlatCAMCommon.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMDraw.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
FlatCAMGUI.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
FlatCAMObj.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
FlatCAMProcess.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMShell.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMTool.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMVersion.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMWorker.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
GUIElements.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
LICENSE Updated dates on license and readme. 2016-07-15 23:11:50 -04:00
MANIFEST.in add python setuptools support 2017-06-06 22:06:33 +02:00
MeasurementTool.py More circular import fixes. 2015-09-06 16:17:31 -04:00
ObjectCollection.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
ObjectUI.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
PlotCanvas.py PlotCanvas now stores reference to app. 2016-01-03 16:38:24 -05:00
README.md Updated dates on license and readme. 2016-07-15 23:11:50 -04:00
camlib.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
flatcam - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
flatcam.desktop add python setuptools support 2017-06-06 22:06:33 +02:00
make_win32.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
requirements.txt Added svg.path to requirements.txt 2016-10-25 21:17:09 +00:00
setup.py add python setuptools support 2017-06-06 22:06:33 +02:00
setup_ubuntu.sh Cleanup. 2017-05-19 23:22:32 +00:00
svgparse.py - converted from Python2 code to Python3 code 2018-05-26 04:43:40 +03:00
termwidget.py merge changes from master 2016-03-31 17:16:14 +02:00
upgrade_geos.sh Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage. 2014-12-28 18:06:54 -05:00

README.md

FlatCAM: 2D Computer-Aided PCB Manufacturing

(c) 2014-2016 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.