lint
This commit is contained in:
parent
576edc839b
commit
b3f813eaf1
@ -2,9 +2,7 @@ import cadquery as cq
|
|||||||
|
|
||||||
positions = [(0, 0), (0, 23), (58, 23), (58, 0)]
|
positions = [(0, 0), (0, 23), (58, 23), (58, 0)]
|
||||||
|
|
||||||
stands = (
|
stands = cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
|
||||||
cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s")
|
|
||||||
)
|
|
||||||
pillar_height = 7
|
pillar_height = 7
|
||||||
|
|
||||||
elements = [
|
elements = [
|
||||||
@ -15,4 +13,4 @@ elements = [
|
|||||||
"shape": stands,
|
"shape": stands,
|
||||||
"height": pillar_height,
|
"height": pillar_height,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user