Skip to content

Commit

Permalink
Final minidox fixes for screw placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreve committed Jul 28, 2021
1 parent 7de5b4f commit 7bebd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dactyl_manuform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion src/generate_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
##############################
'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.
Expand Down

0 comments on commit 7bebd90

Please sign in to comment.