- added fix such that the application will work without having the ortools package installed: TSA and RTree algorithms will be automatically used in that case

This commit is contained in:
Marius Stanciu
2021-11-17 16:41:49 +02:00
committed by Marius Stanciu
parent 57004cf948
commit 9761e8a4d1
2 changed files with 18 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
17.11.2021
- fixed an issue when using Python 3.10, in GUI elements
- added fix such that the application will work without having the ortools package installed: TSA and RTree algorithms will be automatically used in that case
10.11.2021