Skip to content

Commit

Permalink
Fixed layer enclosure errors in extrude_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Oct 6, 2023
1 parent 63f6081 commit d353c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+1d980207.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed layer enclosure errors in extrude_path
2 changes: 1 addition & 1 deletion src/kfactory/enclosure.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def extrude_path(
reg.insert(_r)
if _layer == layer and i == j:
ret_path = _path
target.shapes(layer).insert(reg.merge())
target.shapes(_layer).insert(reg.merge())
return ret_path


Expand Down

0 comments on commit d353c72

Please sign in to comment.