cadquery/notebook_nueva/cpu_holder.py

9 lines
203 B
Python

import cadquery as cq
cpu_stand_positions = [(0, 0), (0, 23), (58, 23), (58, 0)]
stands = (
cq.Sketch().push(cpu_stand_positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
)
pillar_height = 7