From eeccc3c8c73000775c138c0dc7ff2c662d43228a Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Fri, 9 Jul 2021 15:33:49 -0400 Subject: Fixed imports. Resolved issues with IDE root directories to allow scripts to operate independently. --- src/run_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/run_config.json') diff --git a/src/run_config.json b/src/run_config.json index f87eaa1..4085d2a 100644 --- a/src/run_config.json +++ b/src/run_config.json @@ -1,8 +1,8 @@ { - "save_dir": "6x6_Basic", - "config_name": "6x6_Basic", + "save_dir": ".", + "config_name": "DM", "show_caps": false, - "nrows": 6, + "nrows": 5, "ncols": 6, "alpha": 0.26179916666666664, "beta": 0.08726638888888888, @@ -77,7 +77,7 @@ "undercut_transition": 0.2, "plate_file": null, "plate_offset": 0.0, - "oled_mount_type": null, + "oled_mount_type": "CLIP", "oled_configurations": { "UNDERCUT": { "oled_mount_width": 15.0, @@ -165,7 +165,7 @@ "post_size": 0.1, "post_adj": 0, "screws_offset": "INSIDE", - "controller_mount_type": "RJ9_USB_WALL", + "controller_mount_type": "EXTERNAL", "external_holder_height": 12.5, "external_holder_width": 28.75, "external_holder_xoffset": -5.0, @@ -175,7 +175,7 @@ "base_rim_thickness": 5.0, "screw_cbore_diameter": 4.0, "screw_cbore_depth": 2.0, - "plate_holes": true, + "plate_holes": false, "plate_holes_xy_offset": [ 0.0, 0.0 -- cgit v1.2.3