Compare commits

..

No commits in common. "c05de81d008e90640bdeb27aa7f0e1056b1e41b4" and "2d62d2b827cce14194d69f4d5c941b10182f5a97" have entirely different histories.

2 changed files with 8 additions and 96 deletions

View file

@ -121,77 +121,6 @@ outlines:
shift: [10, 10] shift: [10, 10]
- ref: mirror_matrix_inner_num - ref: mirror_matrix_inner_num
shift: [10, 10] shift: [10, 10]
farinner:
- type: polygon
points:
- ref: matrix_inner_num
shift: [10, 10.3]
- ref: matrix_middle_num
shift: [10.3, 10.3]
- ref: matrix_middle_num
shift: [-10.3, 10.3]
- ref: matrix_pinky_num
shift: [-10.3, 10.3]
- ref: matrix_pinky_bottom
shift: [-10.3, -10.3]
- ref: matrix_pinky_bottom
shift: [10.3, -10.3]
- ref: matrix_inner_bottom
shift: [-10.3, -10.3]
- ref: matrix_inner_bottom
shift: [10.3, -10.3]
- ref: mirror_matrix_inner_bottom
shift: [10.3, -10.3]
- ref: mirror_matrix_inner_bottom
shift: [-10.3, -10.3]
- ref: mirror_matrix_pinky_bottom
shift: [10.3, -10.3]
- ref: mirror_matrix_pinky_bottom
shift: [-10.3, -10.3]
- ref: mirror_matrix_pinky_num
shift: [-10.3, 10.3]
- ref: mirror_matrix_middle_num
shift: [-10.3, 10.3]
- ref: mirror_matrix_middle_num
shift: [10.3, 10.3]
- ref: mirror_matrix_inner_num
shift: [10, 10.3]
farouter:
- type: polygon
points:
- ref: matrix_inner_num
shift: [10, 12]
- ref: matrix_middle_num
shift: [12, 12]
- ref: matrix_middle_num
shift: [-12, 12]
- ref: matrix_pinky_num
shift: [-12, 12]
- ref: matrix_pinky_bottom
shift: [-12, -12]
- ref: matrix_pinky_bottom
shift: [12, -12]
- ref: matrix_inner_bottom
shift: [-12, -12]
- ref: matrix_inner_bottom
shift: [12, -12]
- ref: mirror_matrix_inner_bottom
shift: [12, -12]
- ref: mirror_matrix_inner_bottom
shift: [-12, -12]
- ref: mirror_matrix_pinky_bottom
shift: [12, -12]
- ref: mirror_matrix_pinky_bottom
shift: [-12, -12]
- ref: mirror_matrix_pinky_num
shift: [-12, 12]
- ref: mirror_matrix_middle_num
shift: [-12, 12]
- ref: mirror_matrix_middle_num
shift: [12, 12]
- ref: mirror_matrix_inner_num
shift: [10, 12]
#- type: keys #- type: keys
# side: both # side: both
# size: 20 # size: 20
@ -209,10 +138,16 @@ outlines:
chip: chip:
# cutout for the chip itself # cutout for the chip itself
- type: rectangle - type: rectangle
size: [18, 50] size: [18, 33]
anchor: anchor:
ref: [matrix_inner_top, mirror_matrix_inner_top] ref: [matrix_inner_top, mirror_matrix_inner_top]
shift: [-9, -24.5] shift: [-9, -24.5]
# cutout for the cable (looks)
- type: rectangle
size: [8, 50]
anchor:
ref: [matrix_inner_top, mirror_matrix_inner_top]
shift: [-4, -24.5]
# 14mm holes for cherry switches # 14mm holes for cherry switches
keyholes: keyholes:
- type: keys - type: keys
@ -225,29 +160,6 @@ outlines:
- -keyholes - -keyholes
- -chip - -chip
cases:
switchp:
- type: outline
name: switchplate
extrude: 1.3
outercase:
- type: outline
name: farouter
extrude: 6.3
- type: outline
name: farinner
extrude: 5
shift: [0, 0, 1.3]
operation: subtract
- type: outline
name: keyholes
extrude: 1.3
operation: subtract
- type: outline
name: chip
extrude: 6.3
operation: subtract
pcbs: pcbs:
main: main:
outlines: outlines:

View file

@ -1,5 +1,5 @@
all: node_modules all: node_modules
node src/cli.js 23creus.yaml -o output node src/cli.js 23treus.yaml -o output
cp output/pcbs/main.kicad_pcb kicad/45treus/ cp output/pcbs/main.kicad_pcb kicad/45treus/
node_modules: node_modules: