- fixed the Distance adn Minimal Distance Tools not showing

This commit is contained in:
Marius Stanciu
2020-11-20 21:28:55 +02:00
committed by Marius
parent f032528025
commit 2065e4c178
4 changed files with 31 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- in Geometry Properties UI restored the plot functionality
- in Tool Cutout fixed issues when using a negative value for the Margin parameter when the cutout object is a Gerber object
- fixed the Gerber parser such that when it encounter an aperture with size 0.0 it will replace it with the smallest number that is still displayed which is (10 ** -self.decimals); previously it replaced with a too small number (1e-12)
- fixed the Distance adn Minimal Distance Tools not showing
17.11.2020