summaryrefslogtreecommitdiff
path: root/src/run.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-05 14:16:35 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-05 14:16:35 -0400
commitaa204f4d6499851488659ffae63044b389d017a7 (patch)
treefb13e10826057b53641f2da5b47b3ae899160475 /src/run.py
parent245f34162f2a5b941ddd1a22ad72598251559e03 (diff)
Mid-change commit. Added DM mini and carbonfet thumb clusters. Still tweaking screw locations and relative OLED, etc. Commiting to share progress.
Diffstat (limited to 'src/run.py')
-rw-r--r--src/run.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/run.py b/src/run.py
index edf3d44..f214bd5 100644
--- a/src/run.py
+++ b/src/run.py
@@ -3,10 +3,11 @@
# preference. You may want to back it up as another file name to prevent the generator from
# overwriting your config history.
+# import generate_configuration as cfg
+# cfg.save_config()
-
-# ENGINE = 'solid'
-ENGINE = 'cadquery'
+ENGINE = 'solid'
+# ENGINE = 'cadquery'
if ENGINE == 'solid':
exec(open('dactyl_manuform.py').read())