- added the Gerber code as source for the panelized object in Panelize Tool

- whenever a Gerber file is deleted, the mark_shapes objects are deleted also
This commit is contained in:
Marius Stanciu
2019-09-11 04:54:30 +03:00
committed by Marius
parent a348bc8738
commit 91cad9c57d
5 changed files with 52 additions and 24 deletions

View File

@@ -3395,6 +3395,7 @@ class Gerber (Geometry):
log.warning("Union done.")
if current_polarity == 'D':
self.app.inform.emit('%s' % _("Gerber processing. Applying Gerber polarity."))
try:
self.solid_geometry = self.solid_geometry.union(new_poly)
except Exception as e: