Skip to content

Commit

Permalink
Update EBeam_merge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Feb 12, 2024
1 parent b5afff0 commit 6fbc76e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,7 @@ def log(text):
# move layers
for i in range(0,len(layers_move)):
layer1=layout.find_layer(*layers_move[i][0])
print(layer1)
layer2=layout.find_layer(*layers_move[i][1])
print(layer2)
layout.move_layer(layer1, layer2)

# Export as-is layout, for UW fabrication
Expand Down

0 comments on commit 6fbc76e

Please sign in to comment.