Fix drill layer merging
This commit is contained in:
parent
dfaf23b718
commit
45d41af3aa
1 changed files with 2 additions and 1 deletions
|
|
@ -524,7 +524,8 @@ class LayerStack:
|
|||
|
||||
target.merge(layer)
|
||||
|
||||
self.drill_layers = [target]
|
||||
self.drill_pth = self.drill_npth = None
|
||||
self.drill_unknown = target
|
||||
|
||||
def normalize_drill_layers(self):
|
||||
# TODO: maybe also separate into drill and route?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue