Skip to content

Commit 985a4b0

Browse files
committed
Improving robustness by removing embossed text
1 parent 992de40 commit 985a4b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/bracelet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
# - opening_angle: the missing angle that creates the wrist opening
3434
# - label_str: optional text to emboss on the outside surface
3535
# - Define input parameters
36-
radii, width, thickness, opening_angle, label_str = (45, 30), 25, 5, 80, "build123d"
36+
# radii, width, thickness, opening_angle, label_str = (45, 30), 25, 5, 80, "build123d"
37+
radii, width, thickness, opening_angle, label_str = (45, 30), 25, 5, 80, ""
3738

3839
# Step 1: Create an elliptical arc defining the *centerline* of the bracelet.
3940
# The arc is truncated to leave an opening (the "gap" where the bracelet goes on).

0 commit comments

Comments
 (0)