diff options
-rw-r--r-- | case/top.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/top.scad b/case/top.scad index 3a554b8..a76318f 100644 --- a/case/top.scad +++ b/case/top.scad @@ -6,7 +6,7 @@ include <dimensions.scad> module top_case(key_switch_sizes, pcb_screw_holes) { keyboard_deck_z_offset = wall_height - keyboard_switch_height; - accent_width = 1.0000; + accent_width = 1.0000; accent_depth = 0.5; accent_y_stride = (keyboard_pcb_length - accent_width) / 5.0; accent_y_bottom = keyboard_y_offset; |