Change dimensions of kbd pillars
This commit is contained in:
parent
6e594b0b86
commit
3b1722f5ff
@ -26,7 +26,7 @@ elements = [
|
|||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 5.5,
|
"z": 5.5,
|
||||||
"shape": cq.Sketch().push(kbd_pillar_positions).circle(4, mode="a"),
|
"shape": cq.Sketch().push(kbd_pillar_positions).circle(5, mode="a"),
|
||||||
},
|
},
|
||||||
# Taller pillars with holes for self-tapping screws
|
# Taller pillars with holes for self-tapping screws
|
||||||
{
|
{
|
||||||
@ -36,7 +36,7 @@ elements = [
|
|||||||
"shape": (
|
"shape": (
|
||||||
cq.Sketch()
|
cq.Sketch()
|
||||||
.push(kbd_pillar_positions)
|
.push(kbd_pillar_positions)
|
||||||
.circle(2.2, mode="a")
|
.circle(2.4, mode="a")
|
||||||
.circle(1.1, mode="s")
|
.circle(1.1, mode="s")
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user