Yes, this is good
This commit is contained in:
parent
2dc7320a1f
commit
62855b75dc
1 changed files with 42 additions and 42 deletions
|
@ -112,6 +112,7 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
|||
}
|
||||
}
|
||||
|
||||
module supports() {
|
||||
module support(dimensions, width) {
|
||||
length = dimensions[0];
|
||||
height = dimensions[1];
|
||||
|
@ -159,7 +160,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
|
|||
}
|
||||
}
|
||||
|
||||
module supports() {
|
||||
support_x_interval = (keyboard_width + 2 * wall_width - support_width) / 6;
|
||||
support_x_offset = keyboard_x_offset - wall_width;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue