فهرست منبع

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

Marius 6 سال پیش
والد
کامیت
4a2f06ae3e
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      FlatCAMApp.py
  2. 1 0
      README.md

+ 1 - 1
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,

+ 1 - 0
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