- updated some of the default values to metric, values that were missed previously

This commit is contained in:
Marius 2019-12-03 14:08:24 +02:00 committed by Marius Stanciu
parent 6d9d29a689
commit 4a2f06ae3e
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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