From aa204f4d6499851488659ffae63044b389d017a7 Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Mon, 5 Jul 2021 14:16:35 -0400 Subject: Mid-change commit. Added DM mini and carbonfet thumb clusters. Still tweaking screw locations and relative OLED, etc. Commiting to share progress. --- src/run.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/run.py') 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()) -- cgit v1.2.3