summaryrefslogtreecommitdiff
path: root/src/run.py
blob: c98b474e030b62250a9a1488202c00ab4f79c58c (plain)
1
2
3
4
5
6
7
8
9
10
11
# System will run the current "run_config.json" file in the directory.
# Use generator configuration to create it, or edit it directly, depending on your
# preference.  You may want to back it up as another file name to prevent the generator from
# overwriting your config history.

# ENGINE = 'solid'
ENGINE = 'cadquery'

from src.dactyl_manuform import *

run()