lint
This commit is contained in:
parent
64db220a46
commit
31630ab1b0
@ -3,10 +3,6 @@ from cadquery2 import exporters
|
|||||||
|
|
||||||
cpu_stand_positions = [(0, 0), (58, 0), (58, 48), (0, 48)]
|
cpu_stand_positions = [(0, 0), (58, 0), (58, 48), (0, 48)]
|
||||||
|
|
||||||
lower_stands = (
|
lower_stands = cq.Sketch().push(cpu_stand_positions).circle(3, mode="a")
|
||||||
cq.Sketch().push(cpu_stand_positions).circle(3, mode="a")
|
|
||||||
)
|
|
||||||
|
|
||||||
higher_stands = (
|
higher_stands = cq.Sketch().push(cpu_stand_positions).circle(2.65 / 2, mode="a")
|
||||||
cq.Sketch().push(cpu_stand_positions).circle(2.65 / 2, mode="a")
|
|
||||||
)
|
|
||||||
|
@ -3,10 +3,6 @@ from cadquery2 import exporters
|
|||||||
|
|
||||||
cpu_stand_positions = [(0, 0), (23, 0), (23, 58), (0, 58)]
|
cpu_stand_positions = [(0, 0), (23, 0), (23, 58), (0, 58)]
|
||||||
|
|
||||||
lower_stands = (
|
lower_stands = cq.Sketch().push(cpu_stand_positions).circle(3, mode="a")
|
||||||
cq.Sketch().push(cpu_stand_positions).circle(3, mode="a")
|
|
||||||
)
|
|
||||||
|
|
||||||
higher_stands = (
|
higher_stands = cq.Sketch().push(cpu_stand_positions).circle(2.65 / 2, mode="a")
|
||||||
cq.Sketch().push(cpu_stand_positions).circle(2.65 / 2, mode="a")
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user