Commit Graph

155 Commits

Author SHA1 Message Date
Juan Pablo Caram 840cfcf9ff Cleanup for 8.1 2015-01-15 15:53:42 -05:00
jpcaram 4cbeec5a84 Solves exception when hitting a key a no tool being active in FlatCAMDraw. Was also preventing scrolling. Solve #93. 2015-01-14 21:00:02 -05:00
jpcaram 2a21c426e3 Fixes replot problem after delete with key. 2015-01-14 20:35:49 -05:00
jpcaram 4c234fcd55 Fixes polygon finding for painting. Function find_polygon made a method of Geometry. Solves Issue #96. 2015-01-14 20:24:37 -05:00
jpcaram 6582a6c748 Unittesting complete for Excellon number format. 2015-01-12 15:30:41 -05:00
jpcaram 3bedda2aeb Unittests for Excellon number parser. 2015-01-11 19:39:01 -05:00
jpcaram 1b154ab057 Added support for M71/72 in Excellon parser. 2015-01-11 18:28:59 -05:00
jpcaram 207842f98f Added some error handling to the Excellon parser. 2015-01-10 19:01:12 -05:00
Juan Pablo Caram d0eff0f25d Cleanup. 2015-01-07 09:38:46 -05:00
Juan Pablo Caram 105004449c Manual moved to different project. 2015-01-07 09:29:15 -05:00
jpcaram 26d9e6c837 Updated Manual 2015-01-06 17:10:20 -05:00
Juan Pablo Caram ddd90f9f33 Solves Gerber parser bug in Issue #92 (Incorrect Flashes). 2015-01-06 13:06:01 -05:00
jpcaram ba4ddee5fe Cleanup. 2015-01-03 13:24:55 -05:00
Juan Pablo Caram 559aeb78cc Licence and readme. 2015-01-03 11:36:15 -05:00
Juan Pablo Caram 09ed43319a Added manual. 2015-01-03 11:30:47 -05:00
Juan Pablo Caram 1eaba57dd1 Version 8. Cleanup and logging level reduced to WARNING. 2015-01-02 18:25:05 -05:00
Juan Pablo Caram fe61447887 Cleanup for version 8. 2015-01-02 12:59:06 -05:00
Juan Pablo Caram 04d028ecc0 Removed print statements. 2015-01-02 00:06:48 -05:00
jpcaram 9c5b6a8799 Cleanup. 2015-01-01 23:13:07 -05:00
jpcaram 8c082365d7 Added KeySensitiveListView for objects in project. Delete key deletes selected objects. 2015-01-01 22:27:55 -05:00
jpcgt c66fd901a3 Merged in sopak/flatcam (pull request #5)
cmdline options for shell direct inputfile
2015-01-01 21:40:11 -05:00
Kamil Sopko 8a248ae6c6 Merged jpcgt/flatcam into master 2015-01-01 23:55:22 +01:00
Kamil Sopko 0a3b384d0b add cmd line -h for help
and --sellfile=<path> to read  shell directly
2015-01-01 23:52:11 +01:00
jpcaram 55bf206060 Cleanup. 2015-01-01 17:32:56 -05:00
Kamil Sopko dd7177bf3a Merged jpcgt/flatcam into master 2015-01-01 22:12:03 +01:00
jpcaram f17f955355 Added delete button in drawing toolbar. 2015-01-01 15:41:50 -05:00
jpcaram 977b5b1f91 Using FlatCamRTreeStorage in copper clearing algorithm. 2015-01-01 14:59:45 -05:00
jpcgt 709cb4bff1 README.md edited online with Bitbucket 2015-01-01 17:19:01 +00:00
jpcgt 91616cae6c Merged in sopak/flatcam (pull request #4)
shell comand  updates
2015-01-01 12:17:57 -05:00
jpcaram 9d7b480378 Recursive handling when plotting shapes and getting points from shapes (for index). 2014-12-31 17:21:52 -05:00
jpcaram c20c6b0abf Using FlatCAMRTreeStorage in DrawingTool. 2014-12-31 16:45:10 -05:00
sopak feb6bd5b3e Merged jpcgt/flatcam into master 2014-12-29 00:10:04 +01:00
Juan Pablo Caram e547386649 Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage. 2014-12-28 18:06:54 -05:00
sopak dd7a98fe16 README.md edited online with Bitbucket 2014-12-28 21:53:56 +00:00
sopak 9cc4ca866b README.md edited online with Bitbucket 2014-12-28 21:53:20 +00:00
sopak 93e39a9c8c README.md edited online with Bitbucket 2014-12-28 21:51:58 +00:00
Kamil Sopko de3694f86c add shell commands and docs:
cutout
mirror
drillcncjob

small shell command write_gcode fix
2014-12-28 22:49:04 +01:00
jpcaram f528a07751 Added rtree test script. 2014-12-27 17:26:00 -05:00
jpcaram f52dee3a45 Added link to binary Python packages in installation instructions. 2014-12-27 15:17:37 -05:00
jpcaram a0d6d1a6a9 Added OS-X installation instructions to manual. 2014-12-27 15:12:49 -05:00
jpcaram 6fae5258db Subtract polygon. Cut path functional in Drawing tool. 2014-12-26 15:38:51 -05:00
jpcaram 978344d5c6 Improved RTree index management on add/remove shape on Drawing Tool. 2014-12-25 23:15:40 -05:00
jpcaram 0d055ee235 Polygon subtract feature functional. Added some missing icons. 2014-12-25 20:04:41 -05:00
jpcaram 9bfa13a5b6 Encapsulated shapes in DrawToolShape in DrawingTool. Selected shapes are now in list. 2014-12-25 18:25:30 -05:00
jpcaram 3d3f1d40cb Full support for drawing arcs (3 modes). 2014-12-23 21:40:54 -05:00
jpcaram 360127e6ad Functioning 3-point arc. Progress on 2pt + center arc. 2014-12-22 21:31:57 -05:00
jpcaram 97a1e17b0d Fixed bug preventing from saving G-Code. 2014-12-19 13:40:14 -05:00
Juan Pablo Caram b44807d068 Added missing toolbar icons. 2014-12-19 13:25:12 -05:00
jpcaram c1b606feb4 Temporary fix/workaround for bug #83. Checking for empty list before running cascaded_union. 2014-12-14 19:03:04 -05:00
Juan Pablo Caram 4eb69a9f07 Added some debug prints to camplib.py 2014-12-12 14:35:34 -05:00