Adjust hole position
This commit is contained in:
parent
a5274c0534
commit
222240c259
@ -81,13 +81,13 @@ vents = hex_vents(size=3, width=width, height=height)
|
|||||||
holes = [
|
holes = [
|
||||||
# Power inlet
|
# Power inlet
|
||||||
{
|
{
|
||||||
"x": -15,
|
"x": -18,
|
||||||
"y": -1 + pillar_height,
|
"y": -1 + pillar_height,
|
||||||
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
|
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
|
||||||
},
|
},
|
||||||
# Power button
|
# Power button
|
||||||
{
|
{
|
||||||
"x": -67,
|
"x": -70,
|
||||||
"y": 5.5 + pillar_height,
|
"y": 5.5 + pillar_height,
|
||||||
"shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1),
|
"shape": cq.Sketch().trapezoid(7, 7, 90, mode="a").vertices().fillet(1),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user