aboutsummaryrefslogtreecommitdiffstats
path: root/src/run.py
diff options
context:
space:
mode:
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())