From b166b3f7dd5a94279159df7a194aba97783bd20d Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 3 Nov 2019 13:24:08 +0200 Subject: [PATCH] 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 --- FlatCAMApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index c598bfda..3a3dd384 100644 --- a/FlatCAMApp.py +++ b/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'