FlatCAM fork for modern systems

jpcaram 4389f173a8 Removed path_join() from painting algorithm as paint_join() should do the trick alone. před 11 roky
FlatCAM_GTK 16734f5d1a Convertion to Qt. Major refactoring. před 11 roky
bugs 45327552de Gerber support for single quadrant arcs (G74). před 11 roky
descartes 145496b4ae Fixed g-code arc parse/plot před 12 roky
doc f17f955355 Added delete button in drawing toolbar. před 11 roky
share f17f955355 Added delete button in drawing toolbar. před 11 roky
tests 6733ebbfa8 Refactored paint_connect() and path_connect() to receive and return FlatCAMRTreeStorage objects. Updated unittests acordingly. před 11 roky
.gitignore 34a6b60053 Fixed Geometry merging. Solves issue #99. před 11 roky
FlatCAM.py 8cb509d6f3 Initial implementation of console. před 11 roky
FlatCAMApp.py 6733ebbfa8 Refactored paint_connect() and path_connect() to receive and return FlatCAMRTreeStorage objects. Updated unittests acordingly. před 11 roky
FlatCAMCommon.py fe2b4c7478 Added Feed Method for clearing polygon. Some minor correction to Geometry.plot() před 11 roky
FlatCAMDraw.py 4cbeec5a84 Solves exception when hitting a key a no tool being active in FlatCAMDraw. Was also preventing scrolling. Solve #93. před 11 roky
FlatCAMGUI.py 6cd256ad49 Closing the main window now closes the whole program. před 11 roky
FlatCAMObj.py c2c7a83855 Seed painting algorithm working with optimizations. před 11 roky
FlatCAMShell.py b2cc2f3fdb Major work on the command line tool. Version check on the new website. před 11 roky
FlatCAMTool.py bcbab971ca Added License. Added functionality to the geometry editor (move, copy, join). před 11 roky
FlatCAMWorker.py 73aa0c38a0 Basic geometry editor for goemetry objects started. před 11 roky
GUIElements.py 16734f5d1a Convertion to Qt. Major refactoring. před 11 roky
LICENSE 559aeb78cc Licence and readme. před 11 roky
ObjectCollection.py 2a21c426e3 Fixes replot problem after delete with key. před 11 roky
ObjectUI.py d002b6c5c6 Hid offset and scale tools from CNCJob GUI. Such features are not implemented for CNCJob objects. před 11 roky
PlotCanvas.py 4cbeec5a84 Solves exception when hitting a key a no tool being active in FlatCAMDraw. Was also preventing scrolling. Solve #93. před 11 roky
README.md 559aeb78cc Licence and readme. před 11 roky
camlib.py 4389f173a8 Removed path_join() from painting algorithm as paint_join() should do the trick alone. před 11 roky
camlib.pyc 0b16365ba2 View, delete, re-plot items před 12 roky
cirkuix.pyc 0b16365ba2 View, delete, re-plot items před 12 roky
setup_ubuntu.sh 922aa6734d Added python-simplejson line to setup_ubuntu.sh. před 11 roky
termwidget.py b2cc2f3fdb Major work on the command line tool. Version check on the new website. před 11 roky
upgrade_geos.sh e547386649 Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage. před 11 roky

README.md

FlatCAM: 2D Computer-Aided PCB Manufacturing

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