diff options
author | XANTRONIX Development | 2023-11-14 00:24:23 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-14 00:24:23 -0500 |
commit | 4ef143bdc2c9da5345cb031da0843f0189d37e8e (patch) | |
tree | d5547d67f7b1058b310bde79b26fea8ed8987278 | |
parent | 0aa9db4debe370407fdc29f9a21256d1e2d3ca9a (diff) | |
download | xantronix-z32-4ef143bdc2c9da5345cb031da0843f0189d37e8e.tar.gz xantronix-z32-4ef143bdc2c9da5345cb031da0843f0189d37e8e.tar.bz2 xantronix-z32-4ef143bdc2c9da5345cb031da0843f0189d37e8e.zip |
Getting there
-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; |