diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-07-27 22:06:36 -0400 |
---|---|---|
committer | Joshua Shreve <j.a.shreve@gmail.com> | 2021-07-27 22:06:36 -0400 |
commit | 7bebd909e1f02ed08b02ba06de30dd53e77c4b6d (patch) | |
tree | 3999dbd8a52bd5ec027e05d81696a4edc38df03a /src | |
parent | 7de5b4f23669eac7927056b5816add92150233bd (diff) |
Final minidox fixes for screw placement.
Diffstat (limited to 'src')
-rw-r--r-- | src/dactyl_manuform.py | 2 | ||||
-rw-r--r-- | src/generate_configuration.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/dactyl_manuform.py b/src/dactyl_manuform.py index 9a8b4b4..55bb4ac 100644 --- a/src/dactyl_manuform.py +++ b/src/dactyl_manuform.py @@ -2759,7 +2759,7 @@ def screw_insert_thumb(bottom_radius, top_radius, height): if thumb_style == 'MINIDOX': position = thumborigin() - position = list(np.array(position) + np.array([-37, -35, -16])) + position = list(np.array(position) + np.array([-37, -32, -16])) position[1] = position[1] - .4 * (minidox_Usize - 1) * sa_length position[2] = 0 diff --git a/src/generate_configuration.py b/src/generate_configuration.py index 051e2dd..e661e84 100644 --- a/src/generate_configuration.py +++ b/src/generate_configuration.py @@ -45,7 +45,8 @@ shape_config = { ############################## 'thumb_style': 'MINIDOX', # 'DEFAULT' 6-key, 'MINI' 5-key, 'CARBONFET' 6-key, 'MINIDOX' 3-key 'default_1U_cluster': True, # only used with default, makes top right thumb cluster key 1U - 'minidox_Usize': 2, # Thumb key size. May need slight oversizing, check w/ caps. Additional spacing will be automatically added for larger keys. + 'minidox_Usize': 1.6 + , # Thumb key size. May need slight oversizing, check w/ caps. Additional spacing will be automatically added for larger keys. # Thumb plate rotations, anything other than 90 degree increments WILL NOT WORK. 'thumb_plate_tr_rotation': 0.0, # Top right plate rotation tweaks as thumb cluster is crowded for hot swap, etc. |