- fixed an error in the Gerber Editor

This commit is contained in:
Marius Stanciu
2020-10-30 20:47:06 +02:00
committed by Marius
parent fdfa6a22be
commit 3e1e12f42c
3 changed files with 3 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ class FlatCAMDefaults:
"tools_ncc_rest": False,
"tools_ncc_offset_choice": False,
"tools_ncc_offset_value": 0.0000,
"tools_ncc_ref": 0, # ITSELF
"tools_ncc_ref": 0, # ITSELF
"tools_ncc_area_shape": "square",
"tools_ncc_milling_type": 'cl',
"tools_ncc_tool_type": 'C1',