From 24f9de8c16405c0735b79d4f44e58d636c0888e5 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sat, 8 Jun 2019 00:10:46 +0300 Subject: [PATCH] - RELEASE 8.918 --- FlatCAMApp.py | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 4bf8d237..eaa991fa 100644 --- a/FlatCAMApp.py +++ b/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: diff --git a/README.md b/README.md index 539ac0db..ad9ca54c 100644 --- a/README.md +++ b/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