From 7bebd909e1f02ed08b02ba06de30dd53e77c4b6d Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Tue, 27 Jul 2021 22:06:36 -0400 Subject: Final minidox fixes for screw placement. --- src/dactyl_manuform.py | 2 +- src/generate_configuration.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.3