Browse Source

Previous commit was:
- fixed the V-shape tool diameter calculation in NCC Tool
- in NCC Tool made the new tool dia (circular type) a parameter in Preferences

Marius Stanciu 6 years ago
parent
commit
b166b3f7dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FlatCAMApp.py

+ 1 - 1
FlatCAMApp.py

@@ -132,7 +132,7 @@ class App(QtCore.QObject):
     # ################## Version and VERSION DATE ##############################
     # ##########################################################################
     version = 8.99
-    version_date = "2019/10/30"
+    version_date = "2019/11/8"
     beta = True
     engine = '3D'