summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-08-25Merge branch 'master' into feat/bashRobert Reed
2021-08-22chore: ignore .DS_StoreRobert Reed
2021-08-22trying to fix all workflows to work.Joshua Shreve
2021-08-21Added config update to add new parameters to config. Retained ability to ↵Joshua Shreve
run the run_config.json file if there are no CLI arguments. Retained ability to run the run_config.json file if there are no CLI arguments. Will eventually deprecate run_config in favor of the configs directory, but don't want to mess up existing configs until they have time to migrate. Un-ignored configs. Would like to build a set of user configs through PRs to see variety. Add gallery directory for those with submit configs for people to see examples. All PRs for configs are expected to have identically named files (with some suffix for multiple) to show example images.
2021-08-19allow multiple config filesEdward
generate_configuration.py now only generates a configuration file; it no longer also runs dactyl_manuform.py. it will save the generated configuration file to the configs directory, and it will be named according to the config_name. passing a --config=<name> argument to the script will set the config_name and save_dir. dactyl_manuform.py now also accepts a --config=<name> argument. if non is passed, the default values from generate_configuration.py are used. otherwise, the defaults will be overridden by the values from the config specified. because of these changes, i removed run_config.json. it should have default values anyway, so it seemed reduandant and confusing. the run command has also been updated to allow for the config changes, and some bugs have also been fixed.
2021-08-16ignore macOS system filesEdward
2021-07-24Fixes to default cluster. Some key shifts. Removing outputs from repo. ↵Joshua Shreve
Will be moving many outputs to releases shortly. If there are issues, use previous commit.
2021-07-04Added images of new features.Joshua Shreve
2021-07-03Large change to things directory with pregenerated files in multiple ↵joshreve
configurations. Implemented prebuild generator to automatically create pregenerated files.
2021-06-25Added multiple OLED mounts to OpenSCAD generator. Clip seems the most ↵joshreve
promising, but need user feedback. Will update cadquery version next.
2020-10-26Added cadquery form of dactyl-manuform. Code is double translated ↵joshreve
(Clojure->Python, OpenSCAD->OpenCASCADE) and a mess but produces a .step file version of the dactyl-manuform design.
2017-03-16Left wall (#4)Tom Short
* Add screw insert to hold the teensy * Allow wider wall spacings for more internal room * Fix the clunky thumb connections * Enable the teensy holder for all styles
2015-12-27Add to gitignore -- nrepl, lein, target cruftMatt Gauger
2015-03-06Initial commitMatt Adereth