flatcam/flatcamParsers
Marius Stanciu b20203eace - moved the initialization of the FlatCAM editors after a read of the default values. If I don't do this then only at the first start of the application the Editors are not functional as the Editor objects are most likely destroyed
- fixed bug in FlatCAM editors that caused the shapes to be drawn without resolution when the app units where INCH
- modified the transformation functions in all classes in camlib.py and FlatCAMObj.py to work with empty geometries
2019-08-17 18:47:41 +03:00
..
ParseDXF.py - moved the initialization of the FlatCAM editors after a read of the default values. If I don't do this then only at the first start of the application the Editors are not functional as the Editor objects are most likely destroyed 2019-08-17 18:47:41 +03:00
ParseDXF_Spline.py - editing a multi geometry will no longer pop-up a Tcl window 2019-05-30 21:05:12 +03:00
ParseFont.py - fixed bug in FlatCAMObj.FlatCAMGeometry.ui_disconnect(); the widgets signals were not disconnected from handlers when required therefore the signals were connected in an exponential way 2019-07-19 21:46:11 +03:00
ParseSVG.py add support for svg <use> (inkscape "clone") 2019-08-13 22:14:08 -04:00
__init__.py - grouped all parsers files in flatcamParsers folder 2019-03-11 12:28:44 +02:00