From 7f9e6386a5b7c0c30cacb1c963fdd676645f0637 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Wed, 7 Jul 2021 21:11:14 -0400 Subject: Temporary version as the cadquery and solid python versions are merged by use of helper functions. Added a screw to the thumb cluster. Cadquery baseplate now has counterbores and actual solid geometry that is autogenerated, which is not possible in solid/OpenSCAD by the current methodology as it requires finding and extruding edges. --- src/run.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/run.py') 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 -- cgit v1.2.3