- in "Punch Gerber" and "Extract" Plugins - make sure that the aperture markings are deleted on Reset Tool click and upon finishing the Plugin main function

- in Punch Gerber Plugin the object is no longer populated automatically with the generated object
- in Corner Markers Plugin fixed the position of "drills in locations" and for Checking Exceloon; the source object is no longer auto-updated to the latest one since we have to always work on the original object
This commit is contained in:
Marius Stanciu
2021-10-07 20:59:08 +03:00
committed by Marius
parent 54d4c7cb78
commit 26354e1f9e
4 changed files with 66 additions and 32 deletions

View File

@@ -12,9 +12,12 @@ CHANGELOG for FlatCAM beta
- updated the Turkish translation files (by Mehmet Kaya)
- added a new color in the Object Colors ("indigo")
- now the object color transparency is preserved if a new color is chosen
- the Proprties tab UI is now populated with the object UI only when the Properties tab is selected and not on object selection like it was done previously
- the Properties tab UI is now populated with the object UI only when the Properties tab is selected and not on object selection like it was done previously
- make sure that if the Properties Tab is selected then the Object UI is updated (built) on object selection on canvas
- code cleanup
- in "Punch Gerber" and "Extract" Plugins - make sure that the aperture markings are deleted on Reset Tool click and upon finishing the Plugin main function
- in Punch Gerber Plugin the object is no longer populated automatically with the generated object
- in Corner Markers Plugin fixed the position of "drills in locations" and for Checking Exceloon; the source object is no longer auto-updated to the latest one since we have to always work on the original object
5.10.2021