Skip to content

Commit

Permalink
v-cut layers cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
buganini committed Jan 26, 2025
1 parent 950def5 commit 9e53e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kikit-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,9 @@ def build(self, e=None, export=False):

panel = panelize.Panel(self.state.export_path if export else "")
panel.vCutSettings.layer = {
"Cmts.User": Layer.Cmts_User,
"Edge.Cuts": Layer.Edge_Cuts,
"User.1": Layer.User_1,
"Edge.Cuts": Layer.Edge_Cuts,
}.get(self.state.vc_layer, Layer.Cmts_User)


Expand Down

0 comments on commit 9e53e8b

Please sign in to comment.