Marius Stanciu 6 лет назад
Родитель
Сommit
24f9de8c16
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      FlatCAMApp.py
  2. 1 1
      README.md

+ 4 - 4
FlatCAMApp.py

@@ -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:

+ 1 - 1
README.md

@@ -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