- fixed issue #376 where the V-Shape parameters from Gerber UI are not transfered to the resulting Geometry object if the 'combine' checkbox is not checked in the Gerber UI

This commit is contained in:
Marius Stanciu
2020-02-02 05:34:26 +02:00
committed by Marius
parent 7aea33914c
commit bfd71a81b8
3 changed files with 120 additions and 60 deletions

View File

@@ -141,7 +141,7 @@ class App(QtCore.QObject):
# ################## Version and VERSION DATE ##############################
# ##########################################################################
version = 8.992
version_date = "2020/01/30"
version_date = "2020/02/12"
beta = True
engine = '3D'