cadquery/notebook_nueva/cpu_holder.py

6 lines
194 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
stands = cq.Sketch().push(cpu_stand_positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
pillar_height = 7