- in Drilling Plugin fixed a situation when having tools with the same diameter will get them multiplied by the number of those tools

This commit is contained in:
Marius Stanciu
2022-11-08 15:59:59 +02:00
committed by Marius
parent d1a4de676e
commit 9ec2ee2920
2 changed files with 41 additions and 19 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM Evo beta
=================================================
7.11.2022
- in Drilling Plugin fixed a situation when having tools with the same diameter will get them multiplied by the number of those tools
6.11.2022
- if PikePDF module is not available then show an error but run the app (currently, for Python 3.11 is the only module not available)