This commit is contained in:
Roberto Alsina 2023-03-01 16:13:57 -03:00
parent 576edc839b
commit b3f813eaf1
1 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@ import cadquery as cq
positions = [(0, 0), (0, 23), (58, 23), (58, 0)]
stands = (
cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
)
stands = cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
pillar_height = 7
elements = [
@ -15,4 +13,4 @@ elements = [
"shape": stands,
"height": pillar_height,
}
]
]