- fixed issue in Cutout Plugin: there was an offset from the object center when using automatic gaps, both on X and Y axis

- fixed issue in Cutout Plugin: when the margin parameter was bigger than the gaps size (automatic gaps) the gaps are not created
This commit is contained in:
Marius Stanciu
2021-10-31 23:58:50 +02:00
committed by Marius
parent a4deb42d52
commit c401ece84c
2 changed files with 106 additions and 100 deletions

View File

@@ -15,6 +15,8 @@ CHANGELOG for FlatCAM beta
- made sure that there is no longer a double action when toggling the object visibility ('plot' attribute)
- fixed an exception that was triggered when toggling units inside the Editors
- working on Cutout Plugin - refactoring code
- fixed issue in Cutout Plugin: there was an offset from the object center when using automatic gaps, both on X and Y axis
- fixed issue in Cutout Plugin: when the margin parameter was bigger than the gaps size (automatic gaps) the gaps are not created
30.10.2021