- PDF Import tool: added support for detection of circular geometry drawn with white color which means actually invisible color. When detected, FlatCAM will build an Excellon file out of those geoms.
- PDF Import tool: fixed storing geometries in apertures with the right size (before they were all stored in aperture D10)
This commit is contained in:
@@ -95,7 +95,7 @@ class App(QtCore.QObject):
|
||||
|
||||
# Version
|
||||
version = 8.914
|
||||
version_date = "2019/04/22"
|
||||
version_date = "2019/04/23"
|
||||
beta = True
|
||||
|
||||
# current date now
|
||||
|
||||
Reference in New Issue
Block a user