summaryrefslogtreecommitdiff
path: root/src/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.py')
-rw-r--r--src/run.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/run.py b/src/run.py
index b70a787..c98b474 100644
--- a/src/run.py
+++ b/src/run.py
@@ -3,14 +3,9 @@
# preference. You may want to back it up as another file name to prevent the generator from
# overwriting your config history.
-# import src.generate_configuration as cfg
-# cfg.save_config()
-
# ENGINE = 'solid'
ENGINE = 'cadquery'
-if ENGINE == 'solid':
- exec(open('dactyl_manuform.py').read())
+from src.dactyl_manuform import *
-if ENGINE == 'cadquery':
- exec(open('dactyl_manuform_cadquery.py').read())
+run() \ No newline at end of file