Explorar el Código

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 hace 6 años
padre
commit
b166b3f7dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'