- fixed the Copy Object function to copy also the source_file content
- Copper Thieving Tool - when the clearance value for the pattern plating mask is negative it will be applied to the origin soldermask too
This commit is contained in:
@@ -7350,7 +7350,14 @@ class App(QtCore.QObject):
|
||||
except Exception as e:
|
||||
log.debug("App.on_copy_object() --> %s" % str(e))
|
||||
|
||||
try:
|
||||
obj_init.source_file = deepcopy(obj.source_file)
|
||||
except (AttributeError, TypeError):
|
||||
pass
|
||||
|
||||
def initialize_excellon(obj_init, app):
|
||||
obj_init.source_file = deepcopy(obj.source_file)
|
||||
|
||||
obj_init.tools = deepcopy(obj.tools)
|
||||
|
||||
# drills are offset, so they need to be deep copied
|
||||
|
||||
Reference in New Issue
Block a user