- in NCC Tool fixed issue #486 where creating Area Selection shapes of type Square with Grid snap OFF will not use the first click position
- fixed a bug in Paint Tool when doing Painting Area Selection and nothing is no polygon is in the selections to be painted - fixed Isolation, Paint and NCC Tools to use the Tool Type parameter from Preferences on adding new tools and also setting the 'type' key in tools dict correctly
This commit is contained in:
@@ -470,7 +470,7 @@ class FlatCAMDefaults:
|
||||
"tools_al_grbl_travelz": 15.0,
|
||||
|
||||
# NCC Tool
|
||||
"tools_ncc_tools": "1.0, 0.5",
|
||||
"tools_ncc_tools": "0.5",
|
||||
"tools_ncc_order": 'rev',
|
||||
"tools_ncc_operation": 'clear',
|
||||
"tools_ncc_overlap": 40,
|
||||
|
||||
Reference in New Issue
Block a user