2-D post processing for manufacturing, specialized in Printed Circuit Board fabrication on CNC routers.
Go to file
Marius Stanciu 14477f4db4 - the main issue was the modules that I imported. It was the FlatCAMObj.py
modules which it was not what it was needed. I changed the imports to
camlib.py, remade the functions in camlib.py and now the Flip, Rotate
and Skew work over all the objects of FlatCAM (Gerber, Geometry created
by the FC, Geometry created by the objects, Excellon, CNCJob)
2018-06-06 04:08:50 +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 - modified the pull request to include along the flipX, flipY commands 2018-06-05 13:43:14 +03:00
tclCommands - some small corrections 2018-06-02 16:17:46 +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
FlatCAM.spec Added build file for PyInstaller 2016-10-08 13:37:31 -04:00
FlatCAMApp.py - remade the functions into a Tool framework 2018-06-05 22:13:33 +03:00
FlatCAMCommon.py Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
FlatCAMDraw.py Merge https://bitbucket.org/jpcgt/flatcam/src/master into auto_select_line_entry_content 2018-05-31 19:45:58 +03:00
FlatCAMGUI.py - remade the functions into a Tool framework 2018-06-05 22:13:33 +03:00
FlatCAMObj.py Merged in idechix/flatcam (pull request #79) 2018-05-31 15:37:04 +00: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 - added the flexibility to add the menu entries (Actions) created by 2018-06-02 22:35:43 +03: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 - modified the pull request to include along the flipX, flipY commands 2018-06-05 13:43:14 +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
ObjectCollection.py - hopefully this will solve the conflict 2018-05-31 01:08:52 +03:00
ObjectUI.py Merged in idechix/flatcam (pull request #79) 2018-05-31 15:37:04 +00:00
PlotCanvas.py Merged in marius_stanciu/flatcam_mpl/added_infinite_lines_on_plot_centered_in_origin (pull request #108) 2018-06-04 18:34:07 +00:00
README.md Updated dates on license and readme. 2016-07-15 23:11:50 -04:00
ToolDblSided.py - remade the functions into a Tool framework 2018-06-05 22:13:33 +03:00
ToolMeasurement.py - remade the functions into a Tool framework 2018-06-05 22:13:33 +03:00
ToolTransform.py - the main issue was the modules that I imported. It was the FlatCAMObj.py 2018-06-06 04:08:50 +03:00
camlib.py - the main issue was the modules that I imported. It was the FlatCAMObj.py 2018-06-06 04:08:50 +03:00
flatcam - made sure FlatCAM use python3 in Linux (JP's find) 2018-05-30 15:54:14 +03:00
flatcam.desktop add python setuptools support 2017-06-06 22:06:33 +02:00
make_win32.py - modified the make_win32.py to work with the new Cxfreeze version > 5, 2018-05-31 01:40:33 +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 https://bitbucket.org/jpcgt/flatcam/src/master into Menu_clening_icons_adding 2018-05-31 18:11:41 +03: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.