add 3d case
This commit is contained in:
parent
5fab876351
commit
c05de81d00
1 changed files with 90 additions and 8 deletions
98
23creus.yaml
98
23creus.yaml
|
@ -121,6 +121,77 @@ outlines:
|
|||
shift: [10, 10]
|
||||
- ref: mirror_matrix_inner_num
|
||||
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
|
||||
# side: both
|
||||
# size: 20
|
||||
|
@ -138,16 +209,10 @@ outlines:
|
|||
chip:
|
||||
# cutout for the chip itself
|
||||
- type: rectangle
|
||||
size: [18, 33]
|
||||
size: [18, 50]
|
||||
anchor:
|
||||
ref: [matrix_inner_top, mirror_matrix_inner_top]
|
||||
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
|
||||
keyholes:
|
||||
- type: keys
|
||||
|
@ -161,10 +226,27 @@ outlines:
|
|||
- -chip
|
||||
|
||||
cases:
|
||||
plate:
|
||||
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:
|
||||
main:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue