- fixed importing DXF file as Gerber method such that now the resulting Gerber object is correctly created having the geometry attributes like self.apertures and self.follow_geometry

This commit is contained in:
Marius Stanciu
2020-07-02 17:15:13 +03:00
parent 34c545ced5
commit e1dab238a7
5 changed files with 81 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
2.07.2020
- trying to optimize the resulting geometry in DXF import (and in SVG import) by merging contiguous lines; reduced the lines to about one third of the original
- fixed importing DXF file as Gerber method such that now the resulting Gerber object is correctly created having the geometry attributes like self.apertures and self.follow_geometry
30.06.2020