- added more of the contributors in the About page

This commit is contained in:
Marius Stanciu
2021-10-28 22:52:24 +03:00
committed by Marius
parent f9dde40eec
commit 3e916f4e09
2 changed files with 47 additions and 1 deletions

View File

@@ -14,10 +14,11 @@ CHANGELOG for FlatCAM beta
- added an error message when the File -> Print to PDF functionality is not working due of missing a root element in the SVG step
- fixed printing a CNCJob object with File -> Print(PDF) functionality by adding a root element if both travels and cuts are present
- fixed some more Shapely 2.0 deprecation warnings
- added more of the contributors in the About page
27.10.2021
- fixed the offseting feature in the Isolation Plugin such that the interiors of the isolated polygons are offset correctly
- fixed the offsetting feature in the Isolation Plugin such that the interiors of the isolated polygons are offset correctly
- applied changes for offsetting to other methods
25.10.2021

View File

@@ -3482,6 +3482,51 @@ class App(QtCore.QObject):
'description': '',
'email': ''
},
{
'name': "Emily Ellis",
'description': '',
'email': ''
},
{
'name': "Maksym Stetsyuk",
'description': '',
'email': ''
},
{
'name': "Peter Nitschneider",
'description': '',
'email': ''
},
{
'name': "Bogusz Jagoda",
'description': '',
'email': ''
},
{
'name': "Andre Spahlinger",
'description': '',
'email': ''
},
{
'name': "Hans Boot",
'description': '',
'email': ''
},
{
'name': "Dmitriy Klabukov",
'description': '',
'email': ''
},
{
'name': "Robert Niemöller",
'description': '',
'email': ''
},
{
'name': "Adam Coddington",
'description': '',
'email': ''
},
]
self.prog_grid_lay = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0, 1])