Skip to content

Commit

Permalink
Bug fix for holes in the non-1U default thumb cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreve committed Nov 26, 2021
1 parent 5c85cfc commit 637e7df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/dactyl_manuform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ def default_thumb_connectors():
key_place(web_post_bl(), 2, lastrow),
default_thumb_tr_place(thumb_post_br()),
key_place(web_post_br(), 2, lastrow),
key_place(web_post_bl(), 3, lastrow),
]
)
)
Expand Down
6 changes: 3 additions & 3 deletions src/generate_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

shape_config = {

# 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
# 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade


######################
Expand All @@ -25,7 +25,7 @@
'show_pcbs': False, #only runs if caps are shown, easist place to initially inject geometry

'nrows': 5, #5, # key rows
'ncols': 3, #6, # key columns
'ncols': 6, #6, # key columns

'alpha': pi / 12.0, # curvature of the columns
'beta': pi / 36.0, # curvature of the rows
Expand Down
5 changes: 3 additions & 2 deletions src/run_config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"ENGINE": "cadquery",
"ENGINE": "solid",
"save_dir": ".",
"config_name": "DM",
"show_caps": false,
"show_pcbs": false,
"nrows": 6,
"nrows": 5,
"ncols": 6,
"alpha": 0.26179916666666664,
"beta": 0.08726638888888888,
Expand All @@ -14,6 +14,7 @@
"symmetry": "symmetric",
"column_style_gt5": "orthographic",
"column_style": "standard",
"reduced_outer_keys": true,
"thumb_offsets": [
6,
-3,
Expand Down

0 comments on commit 637e7df

Please sign in to comment.