aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-01-09 13:39:53 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-01-09 13:39:53 -0600
commit2959045de50bd14b0fa9e7774aa27b10c6e56f7c (patch)
treece783d796f996f9ffa424010aaeb4f2cf6f0cb28
parentdd706f14f9aacfc429160bf5b03b688fdb5ce2f4 (diff)
Update config
-rw-r--r--src/run_config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/run_config.json b/src/run_config.json
index 8337c8e..34f3617 100644
--- a/src/run_config.json
+++ b/src/run_config.json
@@ -1,8 +1,8 @@
{
- "ENGINE": "solid",
+ "ENGINE": "cadquery",
"save_dir": ".",
- "config_name": "DM",
- "show_caps": "MX",
+ "config_name": "tobyvin",
+ "show_caps": false,
"show_pcbs": false,
"nrows": 5,
"ncols": 6,
@@ -571,4 +571,4 @@
5
]
]
-} \ No newline at end of file
+}