- 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:
Marius Stanciu
2021-01-06 21:30:00 +02:00
committed by Marius
parent 8bd542c1fc
commit 7e66c86187
5 changed files with 18 additions and 14 deletions

View File

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