flatcam/flatcamParsers
Marius Stanciu eed7e3d620 - some minor changes in the Python version detection
- added a new Tcl Command named SetPath which will set a path to be used by the Tcl commands. Once set will serve as a fallback path in case that the files fail to be opened first time. It will be persistent, saved in preferences.
- added the GUI for the new Open Example in the FIle -> Scripting menu.
- I am modifying all the open ... handlers to add a parameter that will flag if the method was launched from Tcl Shell. This way if the method will fail to open the filename (which include the path) it will try to open from a set fallback path.
- fixed issue #406, bug introduced recently (leftover changes).
- modified the ImportSVG Tcl command name to OpenSVG (open_svg alias)
- added a new Tcl command named OpenDXF (open_dxf alias)
- fixed some errors in Scripting features
- added a new Tcl command named GetPath as a convenient way to get the current default path stored in App.defaults['global_tcl_path']
2020-04-28 14:37:34 +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 - some minor changes in the Python version detection 2020-04-28 14:37:34 +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