"""Export the compact connector yoke (45mm) used by the modular arm."""
from yoke_exact import make_yoke_exact
from build123d import export_stl

export_stl(make_yoke_exact(45.0), "yoke_arm.stl", tolerance=0.1, ascii_format=False)
print("wrote yoke_arm.stl (link_len=45)")
