Updated Examples

This commit is contained in:
gumyr 2024-02-29 11:34:40 -05:00
parent 78a73a9963
commit f43dac38e2
56 changed files with 677 additions and 574 deletions

View file

@ -1,4 +1,7 @@
# [Code]
from build123d import *
from ocp_vscode import show
clock_radius = 10
@ -28,5 +31,5 @@ clock_face -= [
)
]
if "show_object" in locals():
show_object(clock_face)
show(clock_face)
# [End]