diff options
author | XANTRONIX Development | 2023-11-14 00:33:58 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-14 00:33:58 -0500 |
commit | f77950211925275edb0958bffceb96cae4dddf5a (patch) | |
tree | 8eb475ba1bfa0a341a8dd3be283db4a87d96f9e8 | |
parent | 4ef143bdc2c9da5345cb031da0843f0189d37e8e (diff) | |
download | xantronix-z32-f77950211925275edb0958bffceb96cae4dddf5a.tar.gz xantronix-z32-f77950211925275edb0958bffceb96cae4dddf5a.tar.bz2 xantronix-z32-f77950211925275edb0958bffceb96cae4dddf5a.zip |
Now we're cookin'
-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 f1eaf5e..b27b3ff 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 = key_switch_length; +accent_y_stride = (keyboard_length - accent_width) / 5.0; accent_y_bottom = keyboard_y_offset; fin_width = 2.0000; |