- added more of the contributors in the About page
This commit is contained in:
@@ -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
|
- 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 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
|
- fixed some more Shapely 2.0 deprecation warnings
|
||||||
|
- added more of the contributors in the About page
|
||||||
|
|
||||||
27.10.2021
|
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
|
- applied changes for offsetting to other methods
|
||||||
|
|
||||||
25.10.2021
|
25.10.2021
|
||||||
|
|||||||
45
app_Main.py
45
app_Main.py
@@ -3482,6 +3482,51 @@ class App(QtCore.QObject):
|
|||||||
'description': '',
|
'description': '',
|
||||||
'email': ''
|
'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])
|
self.prog_grid_lay = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0, 1])
|
||||||
|
|||||||
Reference in New Issue
Block a user