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 484d39f..f1eaf5e 100644 --- a/case/top.scad +++ b/case/top.scad @@ -17,7 +17,7 @@ keyboard_y_offset = 12.2500; accent_width = 1.0000; accent_depth = 0.5; -accent_y_stride = 19.0500; +accent_y_stride = key_switch_length; accent_y_bottom = keyboard_y_offset; fin_width = 2.0000; |