flatcam/flatcamObjects
Marius Stanciu 1085d26b7b - fixed the PDF Tool when importing as Gerber objects
- moved all the parsing out of the PDF Tool to a new file ParsePDF in the flatcamParsers folder
- trying to fix the pixmap load crash when running a FlatCAMScript
2020-05-18 05:46:57 +03:00
..
FlatCAMCNCJob.py - re-added the position labels in the status bar; they will be useful if HUD is Off (Altium does the same :) so learn from the best) 2020-05-12 01:21:29 +03:00
FlatCAMDocument.py - reverted the previous changes to object collection; it is better to create empty methods in FlatCAMScript and FlatCAMDocument objects 2020-05-17 21:56:44 +03:00
FlatCAMExcellon.py - finished the GUI for exclusion areas both in the Excellon and Geometry Objects. Need to think if to make it visible only in Advanced Mode 2020-05-10 01:05:02 +03:00
FlatCAMGeometry.py - fixed recent issues introduced in Tcl command Drillcncjob 2020-05-12 13:59:11 +03:00
FlatCAMGerber.py - fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry 2020-05-01 00:16:24 +03:00
FlatCAMObj.py - finished the GUI for exclusion areas both in the Excellon and Geometry Objects. Need to think if to make it visible only in Advanced Mode 2020-05-10 01:05:02 +03:00
FlatCAMScript.py - fixed the PDF Tool when importing as Gerber objects 2020-05-18 05:46:57 +03:00
ObjectCollection.py - reverted the previous changes to object collection; it is better to create empty methods in FlatCAMScript and FlatCAMDocument objects 2020-05-17 21:56:44 +03:00
__init__.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00