Skip to content

Commit

Permalink
add edge.cuts to v-cut output layer options #7
Browse files Browse the repository at this point in the history
  • Loading branch information
buganini committed Jan 26, 2025
1 parent 1dcdf0d commit 463582e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kikit-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ def build(self, e=None, export=False):
panel.vCutSettings.layer = {
"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 Expand Up @@ -1688,6 +1689,7 @@ def content(self):
with ComboBox(editable=False, text_model=self.state("vc_layer")):
ComboBoxItem("User.1")
ComboBoxItem("Cmts.User")
ComboBoxItem("Edge.Cuts")

Spacer()
with HBox():
Expand Down

0 comments on commit 463582e

Please sign in to comment.