Skip to content

Commit

Permalink
Update 11_solder_ball.py
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersma authored Sep 23, 2024
1 parent 70b00f0 commit 9f4dbbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/gallery/11_solder_ball.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@
model.delete_parts([target_part.id])

display = PrimePlotter()
display.plot(model, scope=prime.ScopeDefinition(model=model, label_expression="solder*"), update=True)
display.plot(
model, scope=prime.ScopeDefinition(model=model, label_expression="solder*"), update=True
)
display.show()

###############################################################################
Expand Down

0 comments on commit 9f4dbbe

Please sign in to comment.