mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-11 13:45:30 +00:00
screw hole sizes
This commit is contained in:
@@ -12,6 +12,10 @@ units:
|
|||||||
mcu_padding: 1.5
|
mcu_padding: 1.5
|
||||||
scrollwheel_width: 17
|
scrollwheel_width: 17
|
||||||
scrollwheel_height: 14
|
scrollwheel_height: 14
|
||||||
|
screw_diameter: 4.7
|
||||||
|
screw_hole: 4.1
|
||||||
|
screen_screw_diameter: 4
|
||||||
|
screen_screw_hole: 2.2
|
||||||
points:
|
points:
|
||||||
rotate: 5
|
rotate: 5
|
||||||
zones:
|
zones:
|
||||||
@@ -565,16 +569,16 @@ pcbs:
|
|||||||
what: hole
|
what: hole
|
||||||
where: mcu
|
where: mcu
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screen_screw_diameter
|
||||||
drill: 2.2
|
drill: screen_screw_hole
|
||||||
adjust:
|
adjust:
|
||||||
shift: [10+mcu_height/2, -mcu_width/2+1.5]
|
shift: [10+mcu_height/2, -mcu_width/2+1.5]
|
||||||
plexi_outer:
|
plexi_outer:
|
||||||
what: hole
|
what: hole
|
||||||
where: mcu
|
where: mcu
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screen_screw_diameter
|
||||||
drill: 2.2
|
drill: screen_screw_hole
|
||||||
adjust:
|
adjust:
|
||||||
shift: [10+mcu_height/2, mcu_width/2-1.5]
|
shift: [10+mcu_height/2, mcu_width/2-1.5]
|
||||||
screw_hole_top_left:
|
screw_hole_top_left:
|
||||||
@@ -583,15 +587,15 @@ pcbs:
|
|||||||
ref.aggregate.parts: [matrix_ring_num, matrix_ring_top]
|
ref.aggregate.parts: [matrix_ring_num, matrix_ring_top]
|
||||||
shift: [-11, 0]
|
shift: [-11, 0]
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screw_diameter
|
||||||
drill: 2.2
|
drill: screw_hole
|
||||||
screw_hole_top_right:
|
screw_hole_top_right:
|
||||||
what: hole
|
what: hole
|
||||||
where:
|
where:
|
||||||
ref.aggregate.parts: [matrix_index_num, matrix_inner_num, matrix_index_top, matrix_inner_top]
|
ref.aggregate.parts: [matrix_index_num, matrix_inner_num, matrix_index_top, matrix_inner_top]
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screw_diameter
|
||||||
drill: 2.2
|
drill: screw_hole
|
||||||
adjust:
|
adjust:
|
||||||
shift: [0, -1]
|
shift: [0, -1]
|
||||||
screw_hole_bottom_left:
|
screw_hole_bottom_left:
|
||||||
@@ -599,15 +603,15 @@ pcbs:
|
|||||||
where:
|
where:
|
||||||
ref.aggregate.parts: [matrix_outer_home, matrix_outer_bottom, matrix_pinky_home, matrix_pinky_bottom]
|
ref.aggregate.parts: [matrix_outer_home, matrix_outer_bottom, matrix_pinky_home, matrix_pinky_bottom]
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screw_diameter
|
||||||
drill: 2.2
|
drill: screw_hole
|
||||||
screw_hole_bottom_right:
|
screw_hole_bottom_right:
|
||||||
what: hole
|
what: hole
|
||||||
where:
|
where:
|
||||||
ref.aggregate.parts: [matrix_index_bottom, matrix_index_mod]
|
ref.aggregate.parts: [matrix_index_bottom, matrix_index_mod]
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screw_diameter
|
||||||
drill: 2.2
|
drill: screw_hole
|
||||||
adjust:
|
adjust:
|
||||||
shift: [-0.5kx, 0]
|
shift: [-0.5kx, 0]
|
||||||
screw_hole_thumb:
|
screw_hole_thumb:
|
||||||
@@ -616,8 +620,8 @@ pcbs:
|
|||||||
ref.aggregate.parts: [thumbs_layer_cluster, thumbs_space_cluster]
|
ref.aggregate.parts: [thumbs_layer_cluster, thumbs_space_cluster]
|
||||||
shift: [9, 7]
|
shift: [9, 7]
|
||||||
params:
|
params:
|
||||||
size: 3.5
|
size: screw_diameter
|
||||||
drill: 2.2
|
drill: screw_hole
|
||||||
left_text:
|
left_text:
|
||||||
what: text
|
what: text
|
||||||
where: matrix_middle_home
|
where: matrix_middle_home
|
||||||
|
|||||||
Reference in New Issue
Block a user