summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-26 22:09:29 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-26 22:09:29 -0400
commit091b9378f3efa3e0d178e46e37f6f3678ad1ed6c (patch)
tree9020681512fef6563df49a8aea036ac3b46e1289 /src
parent64154308a15f580db3b2455ce41c3c692e06a256 (diff)
Found and fixed "MINIDOX" cluster gap on bottom of middle thumb key.
Diffstat (limited to 'src')
-rw-r--r--src/dactyl_manuform.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py
index e44b9fc..c205fec 100644
--- a/src/dactyl_manuform.py
+++ b/src/dactyl_manuform.py
@@ -2082,7 +2082,8 @@ def minidox_thumb_walls():
# thumb, walls
shape = union([wall_brace(minidox_thumb_tr_place, 0, -1, web_post_br(), minidox_thumb_tr_place, 0, -1, web_post_bl())])
- shape = union([shape, wall_brace(minidox_thumb_tr_place, 0, -1, web_post_bl(), minidox_thumb_tl_place, 0, -1, web_post_bl())])
+ shape = union([shape, wall_brace(minidox_thumb_tr_place, 0, -1, web_post_bl(), minidox_thumb_tl_place, 0, -1, web_post_br())])
+ shape = union([shape, wall_brace(minidox_thumb_tl_place, 0, -1, web_post_br(), minidox_thumb_tl_place, 0, -1, web_post_bl())])
shape = union([shape, wall_brace(minidox_thumb_tl_place, 0, -1, web_post_bl(), minidox_thumb_ml_place, -1, -1, web_post_br())])
shape = union([shape, wall_brace(minidox_thumb_ml_place, -1, -1, web_post_br(), minidox_thumb_ml_place, 0, -1, web_post_bl())])
shape = union([shape, wall_brace(minidox_thumb_ml_place, 0, -1, web_post_bl(), minidox_thumb_ml_place, -1, 0, web_post_bl())])