- in Gerber editor, for selection now the intersection of the click point and the geometry is determined for chunks of the original geometry, each chunk gets done in a separate process

This commit is contained in:
Marius Stanciu
2020-11-06 06:06:13 +02:00
committed by Marius
parent f1107fbd3b
commit 01806d77a3
2 changed files with 22 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
6.11.2020
- in Gerber Editor made the selection multithreaded in a bid to get more performance but until Shapely will start working on vectorized geometry this don't yield too much improvement
- in Gerber Editor, for selection now the intersection of the click point and the geometry is determined for chunks of the original geometry, each chunk gets done in a separate process
5.11.2020