Commit Graph

3476 Commits

Author SHA1 Message Date
jpcaram f92255b8f9 Fixed bug introduced to clear_poly() in previous commit. 2015-01-30 15:17:57 -05:00
jpcaram d903356a55 Solved units change problem during parsing (issue #80). 2015-01-30 14:41:56 -05:00
jpcaram 3aa1746b23 Refactored basic painting algorithm to generate FlatCAMRtreeStorage. 2015-01-30 13:47:25 -05:00
jpcaram 4389f173a8 Removed path_join() from painting algorithm as paint_join() should do the trick alone. 2015-01-29 17:22:09 -05:00
jpcaram c2c7a83855 Seed painting algorithm working with optimizations. 2015-01-29 17:02:06 -05:00
jpcaram 6733ebbfa8 Refactored paint_connect() and path_connect() to receive and return FlatCAMRTreeStorage objects. Updated unittests acordingly. 2015-01-29 15:52:03 -05:00
jpcaram a1345f0a58 Fixes to path_connect() related to LinearRings. Added test cases. 2015-01-27 18:16:22 -05:00
jpcaram 573581ca80 Fixes to path_connect() and added units tests for it. 2015-01-26 17:52:26 -05:00
jpcaram 6b51f03db2 "Paint connect" functional. Added to seed-based painting and unit-tested. "Path connect" still pending. Disabled. "Path connect" unit test added. 2015-01-25 16:55:22 -05:00
jpcaram 9632d9a98f First write (untested) of paint_connect. 2015-01-22 21:23:10 -05:00
jpcaram a42c3f6e10 Functional Geometry.path_connect() and added to seed-based painting algorithm. 2015-01-22 18:43:39 -05:00
jpcaram a7dc9bcc09 Path optimization: Connect adjacent paths. 2015-01-22 18:11:09 -05:00
jpcaram e5185dd66f Cleanup of camlib.CNCjob. 2015-01-22 17:23:18 -05:00
jpcaram fd2657a8d7 Solves seed painting problem in issue #102. 2015-01-21 09:50:01 -05:00
Juan Pablo Caram 0cee5d95cc Not re-raising TCL errors. Solves issue #82. 2015-01-19 17:49:49 -05:00
Juan Pablo Caram 05d6adda8b Chdir to application directory. 2015-01-19 17:24:41 -05:00
Juan Pablo Caram 6361ad3338 Path check. 2015-01-19 17:17:16 -05:00
Juan Pablo Caram 922aa6734d Added python-simplejson line to setup_ubuntu.sh. 2015-01-19 12:41:34 -05:00
Juan Pablo Caram d002b6c5c6 Hid offset and scale tools from CNCJob GUI. Such features are not implemented for CNCJob objects. 2015-01-19 11:53:28 -05:00
Juan Pablo Caram 670dd48127 Added "excellon_zeros" application default. It get propagated to the Excellon class. 2015-01-18 21:10:19 -05:00
Juan Pablo Caram 34a6b60053 Fixed Geometry merging. Solves issue #99. 2015-01-18 20:23:37 -05:00
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