- added option to save objects as PDF files in File -> Save menu

This commit is contained in:
Marius Stanciu
2019-12-12 03:18:52 +02:00
committed by Marius
parent b429f9b0c8
commit 6d826fa143
6 changed files with 90 additions and 15 deletions

View File

@@ -1824,7 +1824,7 @@ class Geometry(object):
"""
# Make sure we see a Shapely Geometry class and not a list
if str(type(self)) == "<class 'FlatCAMObj.FlatCAMGeometry'>":
if self.kind.lower() == 'geometry':
flat_geo = []
if self.multigeo:
for tool in self.tools: