Commit Graph

25 Commits

Author SHA1 Message Date
Marius Stanciu e945ced44b - modified the way FlatCAM preferences are saved. Now they can be saved as new files with .FlatConfig extension by the user and shared. 2019-01-23 17:06:14 +02:00
Marius Stanciu a4bbb98bf1 - converted from Python2 code to Python3 code
- in camlib.py, CNCJob class -> generate_from_excellon_by_tool() was
failing in the line to sort the tools due of been unable to compare
between dict's. I replaced that section.
2018-05-26 04:43:40 +03: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
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
Juan Pablo Caram 5659c3e7bd Fixed Gerber parser: Now buffers current path with previous tool on tool change. 2014-11-13 15:06:43 -05:00
Juan Pablo Caram 0bdc3b19f0 Major modifications to data/gui interactions. In progress. 2014-04-25 01:24:03 -04:00
Juan Pablo Caram 9490501f62 Added some icons and doc files. 2014-04-05 00:40:10 -04:00
Juan Pablo Caram 6c13b7dc59 Warning before overwriting. More flexible Excellon parser (tool numbers). Other small fixes. 2014-04-05 00:36:23 -04:00
Juan Pablo Caram 23ba2105c1 Bug fix in Excellon parser. Was not supporting a '+' in from of numbers. 2014-03-28 18:14:21 -04:00
Juan Pablo Caram 9d9c3f819d Serialization of ApertureMacro. Change scale, offset and mirror in Gerber to act only upon its resulting geometry, not its source data. 2014-03-13 22:37:59 -04:00
Juan Pablo Caram 21da78d654 Small fixes in ApertureMacro and updated docs. 2014-03-12 23:30:19 -04:00
Juan Pablo Caram 43cf694aab Added multi-pass isolation capabilities. 2014-03-05 19:30:14 -05:00
Juan Pablo Caram 66e72221ac Major changes in plotting structure. Added scroll wheel zoom support. Minor fix in Gerber parser. Updated docs. 2014-03-05 16:12:55 -05:00
Juan Pablo Caram 34b95494ae Version checker and several cleanups. Docs re-built. Some tooltips. 2014-02-28 19:32:04 -05:00
Juan Pablo Caram 42f3652668 Offset feature. G-Code/CNC job processing fixes and optimization. 2014-02-22 00:52:25 -05:00
Juan Pablo Caram b6497b2edb Patched Gerber parsing to support some non-compliant instructions. 2014-02-19 00:21:29 -05:00
Juan Pablo Caram 0baa820bc2 Double-sided PCB support. 2014-02-11 21:50:03 -05:00
Juan Pablo Caram 8bcaa65529 Project saving and opening. 2014-01-31 20:50:54 -05:00
Juan Pablo Caram b69e6f54ab App defaults saving. Option transfers. Documentation updates. 2014-01-29 21:00:16 -05:00
Juan Pablo Caram 1ce8f672af Added scaling support, unit checking and changing API, fixed re-plotting problems, added documentation. 2014-01-26 22:58:18 -05:00