From 4a2f06ae3e8efb8a997a584bf0c580979b0d2b0a Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 3 Dec 2019 14:08:24 +0200 Subject: [PATCH] - updated some of the default values to metric, values that were missed previously --- FlatCAMApp.py | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index efd2a269..21a2222b 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -709,7 +709,7 @@ class App(QtCore.QObject): "cncjob_annotation_fontcolor": '#990000', # NCC Tool - "tools_ncctools": "0.0393701, 0.019685", + "tools_ncctools": "1.0, 0.5", "tools_nccorder": 'rev', "tools_nccoverlap": 0.4, "tools_nccmargin": 1.0, diff --git a/README.md b/README.md index 286ba9ca..fe8a06b7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing. 3.12.2019 - in Preferences added an Apply button which apply the modified preferences but does not save to a file, minimizing the file IO operations; CTRL+S key combo does the Apply now. +- updated some of the default values to metric, values that were missed previously 2.12.2019