diff options
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r-- | src/generate_configuration.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py index 9a1a698..c6ed586 100644 --- a/src/generate_configuration.py +++ b/src/generate_configuration.py @@ -21,11 +21,11 @@ shape_config = { 'save_dir': '.', 'config_name': "DM", - 'show_caps': False, + 'show_caps': 'MX', 'show_pcbs': False, #only runs if caps are shown, easist place to initially inject geometry - 'nrows': 4, #5, # key rows - 'ncols': 5, #6, # key columns + 'nrows': 5, #5, # key rows + 'ncols': 6, #6, # key columns 'alpha': pi / 12.0, # curvature of the columns 'beta': pi / 36.0, # curvature of the rows |