Skip to content

Commit 637e7df

Browse files
committed
Bug fix for holes in the non-1U default thumb cluster.
1 parent 5c85cfc commit 637e7df

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/dactyl_manuform.py

+1
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ def default_thumb_connectors():
11311131
key_place(web_post_bl(), 2, lastrow),
11321132
default_thumb_tr_place(thumb_post_br()),
11331133
key_place(web_post_br(), 2, lastrow),
1134+
key_place(web_post_bl(), 3, lastrow),
11341135
]
11351136
)
11361137
)

src/generate_configuration.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
shape_config = {
1212

13-
# 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
14-
'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
13+
'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
14+
# 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
1515

1616

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

2727
'nrows': 5, #5, # key rows
28-
'ncols': 3, #6, # key columns
28+
'ncols': 6, #6, # key columns
2929

3030
'alpha': pi / 12.0, # curvature of the columns
3131
'beta': pi / 36.0, # curvature of the rows

src/run_config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"ENGINE": "cadquery",
2+
"ENGINE": "solid",
33
"save_dir": ".",
44
"config_name": "DM",
55
"show_caps": false,
66
"show_pcbs": false,
7-
"nrows": 6,
7+
"nrows": 5,
88
"ncols": 6,
99
"alpha": 0.26179916666666664,
1010
"beta": 0.08726638888888888,
@@ -14,6 +14,7 @@
1414
"symmetry": "symmetric",
1515
"column_style_gt5": "orthographic",
1616
"column_style": "standard",
17+
"reduced_outer_keys": true,
1718
"thumb_offsets": [
1819
6,
1920
-3,

0 commit comments

Comments
 (0)