- skew feature in Film Plugin now have multiple options. skew can be done by length, by angle and by ratio (factor)

This commit is contained in:
Marius Stanciu
2022-03-10 16:02:12 +02:00
committed by Marius
parent 31eb06d5a9
commit 311f2d3531
5 changed files with 137 additions and 45 deletions

View File

@@ -15,6 +15,7 @@ CHANGELOG for FlatCAM beta
- fixed multiple issues in the App objects related to wrong usage of self.obj_options attribute instead of self.app.options attribute
- remade the Film Plugin such that the `skew` feature is now done in length units as opposed with the previous usage of angles
- refactored some big methods from the Film Plugin
- `skew` feature in Film Plugin now have multiple options. `skew` can be done by length, by angle and by ratio (factor)
9.03.2022