mirror of
https://github.com/Proteus-Typer/model-a.git
synced 2025-06-26 14:22:00 -03:00
lint, updated README
This commit is contained in:
@ -25,7 +25,9 @@ def init():
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": kbd_pillar_offset_1,
|
||||
"shape": cq.Sketch().push(kbd_pillar_positions).circle(kbd_pillar_radius_1, mode="a"),
|
||||
"shape": cq.Sketch()
|
||||
.push(kbd_pillar_positions)
|
||||
.circle(kbd_pillar_radius_1, mode="a"),
|
||||
},
|
||||
# Taller pillars with holes for self-tapping screws
|
||||
{
|
||||
|
Reference in New Issue
Block a user