idk man
This commit is contained in:
parent
ef8b2fe4d8
commit
2dc7320a1f
1 changed files with 12 additions and 12 deletions
|
@ -77,6 +77,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module screw_posts() {
|
||||||
module screw_post(h) {
|
module screw_post(h) {
|
||||||
diameter_inner = 3.00;
|
diameter_inner = 3.00;
|
||||||
diameter_outer = 6.25;
|
diameter_outer = 6.25;
|
||||||
|
@ -89,7 +90,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module screw_posts() {
|
|
||||||
posts = [
|
posts = [
|
||||||
/* Upper row */
|
/* Upper row */
|
||||||
[screw_post_x_offset, screw_post_upper_y_offset, screw_post_corner_height],
|
[screw_post_x_offset, screw_post_upper_y_offset, screw_post_corner_height],
|
||||||
|
|
Loading…
Add table
Reference in a new issue