diff options
Diffstat (limited to 'src/run_config.json')
-rw-r--r-- | src/run_config.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/run_config.json b/src/run_config.json index edbf230..5b96f42 100644 --- a/src/run_config.json +++ b/src/run_config.json @@ -1,11 +1,11 @@ { - "ENGINE": "cadquery", + "ENGINE": "solid", "save_dir": ".", "config_name": "DM", "show_caps": false, "show_pcbs": false, - "nrows": 6, - "ncols": 6, + "nrows": 4, + "ncols": 5, "alpha": 0.26179916666666664, "beta": 0.08726638888888888, "centercol": 3, @@ -14,6 +14,8 @@ "symmetry": "symmetric", "column_style_gt5": "orthographic", "column_style": "standard", + "reduced_inner_cols": 2, + "reduced_outer_cols": 0, "thumb_offsets": [ 6, -3, @@ -28,6 +30,7 @@ "thumb_style": "DEFAULT", "default_1U_cluster": true, "minidox_Usize": 1.6, + "mini_index_key": true, "default_thumb_screw_xy_locations": [ [ -21, |