Change dimensions of kbd pillars

This commit is contained in:
Roberto Alsina 2023-03-29 09:05:10 -03:00
parent 6e594b0b86
commit 3b1722f5ff
2 changed files with 2 additions and 2 deletions

View File

@ -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.