- Cutout Tool - made sure that all the paths generated by this tool are contiguous which means that two lines that meet at one end will become onle line therefore reducing unnecessary Z moves

This commit is contained in:
Marius Stanciu
2020-06-18 14:44:29 +03:00
committed by Marius
parent 79fec61934
commit 7be4d98172
2 changed files with 11 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ CHANGELOG for FlatCAM beta
- updated Cutout Tool UI
- Cutout Tool - in manual gap adding there is now an option to automatically turn on the big cursor which could help
- Cutout Tool - fixed errors when trying to add a manual gap without having a geometry object selected in the combobox
- Cutout Tool - made sure that all the paths generated by this tool are contiguous which means that two lines that meet at one end will become onle line therefore reducing unnecessary Z moves
17.06.2020