cadforge / server /tasks /task_014_bushing /reference_code.py
eventhorizon28's picture
Upload folder using huggingface_hub
7c72eb2 verified
import cadquery as cq
result = (
cq.Workplane("XY")
.circle(20).extrude(35)
.faces(">Z").hole(18)
)