Commit Graph

  • 8fb7469d32 Merged in phdussud/flatcam (pull request #11) jpcgt 2015-06-30 09:52:01 -04:00
  • 98049385f4 Add requirements.txt for pip. Christopher Hemingway 2015-06-29 22:30:28 +01:00
  • 0bf21458c6 Resolve issue 144 phdussud 2015-06-26 13:42:55 -07:00
  • 2a411cef14 Merged jpcgt/flatcam into master phdussud 2015-06-21 14:13:12 -07:00
  • 9de0357b0b Merged in phdussud/flatcam (pull request #10) jpcgt 2015-06-21 17:08:47 -04:00
  • f5e481d1fa Best effort to generate isolation path cutting on the conventional side phdussud 2015-06-19 16:25:22 -07:00
  • cd39a55696 Support for optional '+' on Gerber numbers. Solvers #142. jpcaram 2015-06-20 12:03:48 -04:00
  • cb31b15815 Support for optional '+' on Gerber numbers. Solvers #142. jpcaram 2015-06-20 12:03:48 -04:00
  • 432e19273b Merged jpcgt/flatcam into master phdussud 2015-06-07 15:26:35 -07:00
  • 671e8c584c Merged in phdussud/flatcam (pull request #9) jpcgt 2015-06-07 13:29:11 -05:00
  • a8e8b9f0b6 Added S and T to the list of allowed Gcode commands. phdussud 2015-06-05 12:50:53 -07:00
  • b681461e5b Merged jpcgt/flatcam into master phdussud 2015-06-05 12:44:31 -07:00
  • d7fd72ec00 I haven't had time to do any testing myself, but looked at the code and seems fine. jpcgt 2015-06-01 21:08:16 -05:00
  • bc524684ab Implemented issue #137 phdussud 2015-05-26 16:48:09 -07:00
  • 51d6216361 Delete will delete all selected items phdussud 2015-05-19 16:50:16 -07:00
  • 31ddb9cf7c Multiple statement per line problem fixed (Issue #125). jpcaram 2015-04-17 12:46:48 -04:00
  • 4ec72bc3f0 Fix for multiple statements per line. Tests pending. Juan Pablo Caram 2015-04-16 22:17:06 -04:00
  • aa951e277b Fixed conflict with PyQt5. Cleanup. Log level back to debug. jpcaram 2015-03-31 10:41:32 -04:00
  • 35754aa2b5 Merged in allazar/flatcam/geomsave (pull request #6) jpcgt 2015-03-27 13:32:30 -04:00
  • ae2e227682 Persist main window geometry Alexandru Lazar 2015-03-27 13:48:51 +02:00
  • 476f1e5858 Version 8.3 for Windows. Juan Pablo Caram 2015-02-22 17:34:57 -05:00
  • 873db32aad Fixed gerber parse error related to extra trace. jpcaram 2015-02-17 17:54:51 -05:00
  • 9b9258a831 Restored cd into app folder. Juan Pablo Caram 2015-02-13 17:40:33 -05:00
  • 519df2385f Final 8.2 for Windows. Removed cd into app folder. Juan Pablo Caram 2015-02-13 17:39:22 -05:00
  • dda9bb1864 Version 8.2. Log level to WARNING. Removed unused scipy.optimize. Juan Pablo Caram 2015-02-13 16:57:42 -05:00
  • e5a8a53ed4 Commented menu in FlatCAMDraw jpcaram 2015-02-13 16:22:47 -05:00
  • 5ab7e04c2e Moved object name collision detection from new_object() to ObjectCollection.append(). Solves issue #107. jpcaram 2015-02-13 15:04:57 -05:00
  • b89a04d1e2 Prepend to gcode. Impements issue #115. jpcaram 2015-02-13 14:47:00 -05:00
  • 9dec4ff32f Activity shown for CNC Job generation via context manager. jpcaram 2015-02-13 14:37:54 -05:00
  • 2c699406f7 Activity indicator as context manager when opening files. Opening gerber from File->Open Gerber launches open_gerber in thread. jpcaram 2015-02-13 14:05:06 -05:00
  • 8da39d54d4 Desctivates canvas callbacks in drawing tool when deactivated. jpcaram 2015-02-12 17:06:29 -05:00
  • 247901655c Complete tool change sequence for gcode generated from excellon. jpcaram 2015-02-07 19:32:02 -05:00
  • 41e63c4390 Added paint_connect to standard paint algorithm. Resolves issue #103. jpcaram 2015-02-07 18:41:29 -05:00
  • 6e8f82c487 Tool change support fixes. jpcaram 2015-02-07 13:41:56 -05:00
  • bba4f3a8bb Tool change support for gcode from excellon. Untested. jpcaram 2015-02-07 13:32:58 -05:00
  • 17a3316ce4 Improved speed in FlatCAMRTreeStorage. jpcaram 2015-02-06 17:16:11 -05:00
  • 23b20ba716 Added intersection tool to Drawing Tool. jpcaram 2015-02-06 16:10:15 -05:00
  • e353413cd3 Disabled "Ok"/"Update Geometry" button after first update. Solves issue #105. jpcaram 2015-02-05 09:18:54 -05:00
  • 681996d1f6 Started profiling project (Issue #109). Created first profiling script and included test gerber. jpcaram 2015-02-02 15:37:08 -05:00
  • a34ca26a24 Introduce activity monitor FlatCAMProcess.py. jpcaram 2015-02-01 20:03:03 -05:00
  • 87fdf0a581 Another fixed bug introduced to clear_poly() in previous commit. Added process widget. jpcaram 2015-01-30 18:10:06 -05:00
  • f92255b8f9 Fixed bug introduced to clear_poly() in previous commit. jpcaram 2015-01-30 15:17:57 -05:00
  • d903356a55 Solved units change problem during parsing (issue #80). jpcaram 2015-01-30 14:41:56 -05:00
  • 3aa1746b23 Refactored basic painting algorithm to generate FlatCAMRtreeStorage. jpcaram 2015-01-30 13:47:25 -05:00
  • 4389f173a8 Removed path_join() from painting algorithm as paint_join() should do the trick alone. jpcaram 2015-01-29 17:22:09 -05:00
  • c2c7a83855 Seed painting algorithm working with optimizations. jpcaram 2015-01-29 17:02:06 -05:00
  • 6733ebbfa8 Refactored paint_connect() and path_connect() to receive and return FlatCAMRTreeStorage objects. Updated unittests acordingly. jpcaram 2015-01-29 15:52:03 -05:00
  • a1345f0a58 Fixes to path_connect() related to LinearRings. Added test cases. jpcaram 2015-01-27 18:16:22 -05:00
  • 573581ca80 Fixes to path_connect() and added units tests for it. jpcaram 2015-01-26 17:52:26 -05:00
  • 6b51f03db2 "Paint connect" functional. Added to seed-based painting and unit-tested. "Path connect" still pending. Disabled. "Path connect" unit test added. jpcaram 2015-01-25 16:55:22 -05:00
  • 9632d9a98f First write (untested) of paint_connect. jpcaram 2015-01-22 21:23:10 -05:00
  • a42c3f6e10 Functional Geometry.path_connect() and added to seed-based painting algorithm. jpcaram 2015-01-22 18:43:39 -05:00
  • a7dc9bcc09 Path optimization: Connect adjacent paths. jpcaram 2015-01-22 18:11:09 -05:00
  • e5185dd66f Cleanup of camlib.CNCjob. jpcaram 2015-01-22 17:23:18 -05:00
  • fd2657a8d7 Solves seed painting problem in issue #102. jpcaram 2015-01-21 09:50:01 -05:00
  • 0cee5d95cc Not re-raising TCL errors. Solves issue #82. Juan Pablo Caram 2015-01-19 17:49:49 -05:00
  • 05d6adda8b Chdir to application directory. Juan Pablo Caram 2015-01-19 17:24:41 -05:00
  • 6361ad3338 Path check. Juan Pablo Caram 2015-01-19 17:17:16 -05:00
  • 922aa6734d Added python-simplejson line to setup_ubuntu.sh. Juan Pablo Caram 2015-01-19 12:41:34 -05:00
  • d002b6c5c6 Hid offset and scale tools from CNCJob GUI. Such features are not implemented for CNCJob objects. Juan Pablo Caram 2015-01-19 11:53:28 -05:00
  • 670dd48127 Added "excellon_zeros" application default. It get propagated to the Excellon class. Juan Pablo Caram 2015-01-18 21:10:19 -05:00
  • 34a6b60053 Fixed Geometry merging. Solves issue #99. Juan Pablo Caram 2015-01-18 20:23:37 -05:00
  • 840cfcf9ff Cleanup for 8.1 Juan Pablo Caram 2015-01-15 15:53:42 -05:00
  • 4cbeec5a84 Solves exception when hitting a key a no tool being active in FlatCAMDraw. Was also preventing scrolling. Solve #93. jpcaram 2015-01-14 21:00:02 -05:00
  • 2a21c426e3 Fixes replot problem after delete with key. jpcaram 2015-01-14 20:35:49 -05:00
  • 4c234fcd55 Fixes polygon finding for painting. Function find_polygon made a method of Geometry. Solves Issue #96. jpcaram 2015-01-14 20:24:37 -05:00
  • 6582a6c748 Unittesting complete for Excellon number format. jpcaram 2015-01-12 15:30:41 -05:00
  • 3bedda2aeb Unittests for Excellon number parser. jpcaram 2015-01-11 19:39:01 -05:00
  • 1b154ab057 Added support for M71/72 in Excellon parser. jpcaram 2015-01-11 18:28:59 -05:00
  • 207842f98f Added some error handling to the Excellon parser. jpcaram 2015-01-10 19:01:12 -05:00
  • d0eff0f25d Cleanup. Juan Pablo Caram 2015-01-07 09:38:46 -05:00
  • 105004449c Manual moved to different project. Juan Pablo Caram 2015-01-07 09:29:15 -05:00
  • 26d9e6c837 Updated Manual jpcaram 2015-01-06 17:10:20 -05:00
  • ddd90f9f33 Solves Gerber parser bug in Issue #92 (Incorrect Flashes). Juan Pablo Caram 2015-01-06 13:06:01 -05:00
  • ba4ddee5fe Cleanup. jpcaram 2015-01-03 13:24:55 -05:00
  • 559aeb78cc Licence and readme. Juan Pablo Caram 2015-01-03 11:36:15 -05:00
  • 09ed43319a Added manual. Juan Pablo Caram 2015-01-03 11:30:47 -05:00
  • 1eaba57dd1 Version 8. Cleanup and logging level reduced to WARNING. Juan Pablo Caram 2015-01-02 18:25:05 -05:00
  • fe61447887 Cleanup for version 8. Juan Pablo Caram 2015-01-02 12:59:06 -05:00
  • 04d028ecc0 Removed print statements. Juan Pablo Caram 2015-01-02 00:06:48 -05:00
  • 9c5b6a8799 Cleanup. jpcaram 2015-01-01 23:13:07 -05:00
  • 8c082365d7 Added KeySensitiveListView for objects in project. Delete key deletes selected objects. jpcaram 2015-01-01 22:27:55 -05:00
  • c66fd901a3 Merged in sopak/flatcam (pull request #5) jpcgt 2015-01-01 21:40:11 -05:00
  • 8a248ae6c6 Merged jpcgt/flatcam into master Kamil Sopko 2015-01-01 23:55:22 +01:00
  • 0a3b384d0b add cmd line -h for help and --sellfile=<path> to read shell directly Kamil Sopko 2015-01-01 23:52:11 +01:00
  • 55bf206060 Cleanup. jpcaram 2015-01-01 17:32:56 -05:00
  • dd7177bf3a Merged jpcgt/flatcam into master Kamil Sopko 2015-01-01 22:12:03 +01:00
  • f17f955355 Added delete button in drawing toolbar. jpcaram 2015-01-01 15:41:50 -05:00
  • 977b5b1f91 Using FlatCamRTreeStorage in copper clearing algorithm. jpcaram 2015-01-01 14:59:45 -05:00
  • 709cb4bff1 README.md edited online with Bitbucket jpcgt 2015-01-01 17:19:01 +00:00
  • 91616cae6c Merged in sopak/flatcam (pull request #4) jpcgt 2015-01-01 12:17:57 -05:00
  • 9d7b480378 Recursive handling when plotting shapes and getting points from shapes (for index). jpcaram 2014-12-31 17:21:52 -05:00
  • c20c6b0abf Using FlatCAMRTreeStorage in DrawingTool. jpcaram 2014-12-31 16:45:10 -05:00
  • feb6bd5b3e Merged jpcgt/flatcam into master sopak 2014-12-29 00:10:04 +01:00
  • e547386649 Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage. Juan Pablo Caram 2014-12-28 18:06:54 -05:00
  • dd7a98fe16 README.md edited online with Bitbucket sopak 2014-12-28 21:53:56 +00:00
  • 9cc4ca866b README.md edited online with Bitbucket sopak 2014-12-28 21:53:20 +00:00
  • 93e39a9c8c README.md edited online with Bitbucket sopak 2014-12-28 21:51:58 +00:00
  • de3694f86c add shell commands and docs: Kamil Sopko 2014-12-28 22:49:04 +01:00
  • f528a07751 Added rtree test script. jpcaram 2014-12-27 17:26:00 -05:00