flatcam/flatcamParsers
Marius Stanciu 3ec666edbb - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
- removed the import of the whole FlatCAMApp file only for the usage of GracefulException
- remove the import of FlatCAMApp and used alternate ways
- optimized the imports in some files
- moved the Bookmarksmanager and ToolDB classes into their own files
- solved some bugs that were not so visible in the Editors and HPGL parser
2020-04-27 10:03:22 +03:00
..
ParseDXF.py - fixed a GUI glitch in the Excellon tool table 2019-12-07 00:25:22 +02:00
ParseDXF_Spline.py - fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots 2019-10-16 02:28:18 +03:00
ParseExcellon.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ParseFont.py - fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots 2019-10-16 02:28:18 +03:00
ParseGerber.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ParseHPGL2.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ParseSVG.py - updated the SVG parser to take into consideration the 'Close' svg element and paths that are made from a single line (we may need to switch to svgpathtools module) 2020-04-01 00:09:50 +03:00
__init__.py - grouped all parsers files in flatcamParsers folder 2019-03-11 12:28:44 +02:00