cadquery/notebook_nueva/cpu_holder.py

9 lines
203 B
Python
Raw Normal View History

2023-02-17 14:32:01 -03:00
import cadquery as cq
2022-11-24 11:24:38 -03:00
cpu_stand_positions = [(0, 0), (0, 23), (58, 23), (58, 0)]
2023-02-16 14:42:31 -03:00
2023-02-24 10:46:19 -03:00
stands = (
cq.Sketch().push(cpu_stand_positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
)
pillar_height = 7