yeah sure
This commit is contained in:
parent
ee06ae635b
commit
8eac3ff93b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ include <dimensions.scad>
|
||||||
module top_case(key_switch_sizes, pcb_screw_holes) {
|
module top_case(key_switch_sizes, pcb_screw_holes) {
|
||||||
keyboard_deck_z_offset = wall_height - keyboard_switch_height;
|
keyboard_deck_z_offset = wall_height - keyboard_switch_height;
|
||||||
|
|
||||||
accent_width = 1.0000;
|
accent_width = 1.0000;
|
||||||
accent_depth = 0.5;
|
accent_depth = 0.5;
|
||||||
accent_y_stride = (keyboard_pcb_length - accent_width) / 5.0;
|
accent_y_stride = (keyboard_pcb_length - accent_width) / 5.0;
|
||||||
accent_y_bottom = keyboard_y_offset;
|
accent_y_bottom = keyboard_y_offset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue