Commit Graph

183 Commits

Author SHA1 Message Date
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 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 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 ddd90f9f33 Solves Gerber parser bug in Issue #92 (Incorrect Flashes). 2015-01-06 13:06:01 -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
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 c20c6b0abf Using FlatCAMRTreeStorage in DrawingTool. 2014-12-31 16:45:10 -05:00
Juan Pablo Caram e547386649 Custom RTree wrapper. FlatCAMRTree and FlatCAMRTreeStorage. 2014-12-28 18:06:54 -05:00
jpcaram a0d6d1a6a9 Added OS-X installation instructions to manual. 2014-12-27 15:12:49 -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
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
Juan Pablo Caram ac667682b3 Updated Ubuntu setup script to support rtree. Removed defaults.json and recent.json from the main dir. 2014-12-12 13:04:01 -05:00
Juan Pablo Caram f68cffcfb2 Hole milling is functional. Solves issue #74. 2014-12-09 21:30:01 -05:00
Juan Pablo Caram fe2b4c7478 Added Feed Method for clearing polygon. Some minor correction to Geometry.plot() 2014-12-07 14:53:33 -05:00
Juan Pablo Caram 66929a82db Fixed gerber parser for 360 deg. arcs. 2014-11-21 10:43:00 -05:00
Juan Pablo Caram 45327552de Gerber support for single quadrant arcs (G74). 2014-11-20 21:43:32 -05:00
Juan Pablo Caram 47dd9e3715 Fixed zdownrate bug preventing gcode generation. 2014-11-17 19:27:17 -05:00
Juan Pablo Caram cea41c827e Merge Geometry. Excellon coordinate parse fix. New GCode generation algorithm. Improved status bar. 2014-11-16 18:32:15 -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 b873cbfea4 Fixed Gerber parser: Now buffers current path with previous tool on tool change. 2014-10-31 14:04:47 -04:00
Juan Pablo Caram b2cc2f3fdb Major work on the command line tool. Version check on the new website. 2014-09-21 21:51:50 -04:00
Juan Pablo Caram 32076d4020 Alpha 6 release files 2014-09-06 20:45:44 -04:00
Juan Pablo Caram 0974e54d98 Some fixes (hacks) to load certain malformed gerber. 2014-08-31 16:40:07 -04:00
Juan Pablo Caram 20c381d510 Fixes to gerber parser related to aperture macros and aperture definitions allowed characters in names. 2014-08-30 12:28:04 -04:00
Juan Pablo Caram 268421c4d0 Added tooltips to the object UIs. 2014-05-03 02:32:00 -04:00
Juan Pablo Caram 582e472e12 Use of logging instead of print statements. 2014-05-02 22:10:04 -04:00
Juan Pablo Caram 0bdc3b19f0 Major modifications to data/gui interactions. In progress. 2014-04-25 01:24:03 -04:00
Juan Pablo Caram a20a7e1d8c Added setup script for Ubuntu. 2014-04-19 00:20:22 -04:00
Juan Pablo Caram e0d2daca6c Optimized Gerber parser. Some minor improvements to Excellon parser. 2014-04-18 20:20:17 -04:00
Juan Pablo Caram 2ed0f73f87 Support for LPD and LPC in Gerber. Major changes in Gerber parser. 2014-04-12 02:16:39 -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 9740739f05 FlatCAMObjs now stored in ListStore. Expected to solve several issues. Some updates to the new architecture still pending. 2014-04-04 11:41:03 -04:00
Juan Pablo Caram 609561f7a3 Created class ObjectCollection to manage the list of objects in the program. Converted the program to use it. Not fully functional yet. 2014-04-02 19:53:00 -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 fb261d64b3 Bug fix in Gerber parser. Removed requiring the 0 in D0x. 2014-03-18 09:27:24 -04:00
Juan Pablo Caram 942e274597 Important fix to Excellon parser. 2014-03-18 09:06:10 -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 04b9a0ecd7 Added full support for Aperture Macros in Gerber parser. 2014-03-12 19:45:40 -04:00
Juan Pablo Caram 5f3319dd7a Some classes for drawing. Solved bug of CNC jobs not starting at origin and missing return to origin. 2014-03-08 00:40:11 -05:00
Gonzalo Lopez f4d3e59cb7 Added rotation param to the non-dimension parameter list (Avoids unit conversion) 2014-03-07 18:25:17 +01:00
Gonzalo Lopez 110fa976f6 Added rotation support for P aperture.
Changed the aperture parsing to regular expresion.
2014-03-07 01:04:11 +01:00
Gonzalo Lopez 09cdf619f6 Added support for simple P aperture. Rotation is not supported yet. 2014-03-06 20:11:39 +01: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 ad5e989331 Fixed bug in Excellon parser. Did not support numbers with period. 2014-03-03 22:12:07 -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 68a275e042 Excellon parser bug fixed, improved Gerber parse, added icons, added some tooltips. 2014-02-27 00:12:49 -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 f8352e7188 Added support for "plot" checkboxes and "solid" checkbox for Gerber. 2014-02-20 23:26:57 -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 6284156a0d Double-sided PCB support. 2014-02-05 19:36:47 -05:00
Juan Pablo Caram e930de1793 Changed project name to FlatCAM. 2014-02-01 14:23:31 -05:00
Juan Pablo Caram 8bcaa65529 Project saving and opening. 2014-01-31 20:50:54 -05:00
Juan Pablo Caram deac0a7ef6 Object serialization and project saving. 2014-01-31 00:39:34 -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
Juan Pablo Caram 3459c55da4 Excellon to g-code and bed flattening features. 2014-01-20 13:08:36 -05:00
Juan Pablo Caram 773bb13702 Area clearing feature, pending minor fixes. 2014-01-18 02:01:34 -05:00
Juan Pablo Caram f888775b36 Scrollable notebook forms and non-copper region creator. 2014-01-14 23:43:04 -05:00
Juan Pablo Caram 015e843148 Major redesign of plotting and class structures. 2014-01-14 00:13:09 -05:00
Juan Pablo Caram e6b5fd6632 Cutout generator implemented 2014-01-13 01:25:57 -05:00
Juan Pablo Caram d664d40ad0 Added progress bar. Opening, parsing and plotting files (File->Open...) is now done in the background and shown in progress bar. 2014-01-12 22:07:24 -05:00
Juan Pablo Caram 0b16365ba2 View, delete, re-plot items 2014-01-09 22:14:46 -05:00
Juan Pablo Caram 145496b4ae Fixed g-code arc parse/plot 2014-01-08 01:46:50 -05:00
Juan Pablo Caram 3cb9e444c0 Zoom and Excellon plot 2014-01-06 22:08:55 -05:00
Juan Pablo Caram e0d93910a6 Clear area and mouse coordinates 2014-01-05 21:45:08 -05:00
Juan Pablo Caram 0bd00464de Minimal Excellon class and test script 2014-01-05 16:27:57 -05:00
Juan Pablo Caram ff46b2afe9 Bug fix: missing path in gerber, feature: Gcode parse/plot 2014-01-04 20:54:30 -05:00
Juan Pablo Caram 25a07ede90 Gerber extends Geometry, added Geometry.isolation_geometry() 2014-01-04 16:20:57 -05:00
Juan Pablo Caram f1626982a3 Created class CNCjob 2014-01-04 00:47:57 -05:00
Juan Pablo Caram b611624229 Some adjustments to look and feel of plots 2014-01-03 01:13:42 -05:00
Juan Pablo Caram 8234cdcdc8 Initial commit, viewing Gerbers works. 2014-01-02 23:14:25 -05:00