Skip to content

Commit

Permalink
Latest release: 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Mar 23, 2024
1 parent 7acf0bf commit 865b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
box = cq.Workplane().box(1, 2, 1).edges().chamfer(0.4)

reset_show()
show_object(box, name="Box", options={"alpha": 0.5})
show_object(box, name="Box", options={"alpha": 0.5}, measure_tools=True)

# %%
sphere = cq.Workplane().sphere(0.6)
Expand Down

0 comments on commit 865b637

Please sign in to comment.