@@ -95,7 +95,7 @@ class App(QtCore.QObject):
# Version
version = 8.918
- version_date = "2019/06/11"
+ version_date = "2019/06/07"
beta = True
# current date now
@@ -120,9 +120,9 @@ class App(QtCore.QObject):
# flag is True if saving action has been triggered
save_in_progress = False
- # ############### ##
- # # Signals # ##
+ # #################
+ # # Signals ##
# Inform the user
# Handled by:
@@ -15,7 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- fixed bug in cncjob TclCommand where the gcode could not be correctly generated due of missing bounds params in obj.options dict
- fixed a hardcoded tolerance in FlatCAMGeometry.generatecncjob() and in FlatCAMGeometry.mtool_gen_cncjob() to use the parameter from Preferences
- updated translations
-
+- RELEASE 8.918
5.06.2019