diff options
Diffstat (limited to 'src/run_config.json')
-rw-r--r-- | src/run_config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/run_config.json b/src/run_config.json index edbf230..9452544 100644 --- a/src/run_config.json +++ b/src/run_config.json @@ -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, @@ -14,6 +14,7 @@ "symmetry": "symmetric", "column_style_gt5": "orthographic", "column_style": "standard", + "reduced_outer_keys": true, "thumb_offsets": [ 6, -3, |