- fixed a small issue in Gerber file opener filter that did not see the *.TOP extension or *.outline extension

This commit is contained in:
Marius Stanciu
2020-06-07 15:51:39 +03:00
committed by Marius
parent 039500b43f
commit a4179d58a4
2 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM beta
- refactoring in camlib.py. Made sure that some conditions are met, if some of the parameters are None then return failure. Modifications in generate_from_geometry_2 and generate_from_multitool_geometry methods
- fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages
- fixed a small issue in Gerber file opener filter that did not see the *.TOP extension or *.outline extension
6.06.2020