Age | Commit message (Collapse) | Author |
|
|
|
Need to prioritize trackball geometry generation. OS and workflow path differences are causing import issues with OpenSCAD as it imports from the scad file ion OpenSCAD not during generation.
|
|
Works okay, may have issues with some staggers due to thumb cluster details.
|
|
Reverted the geometry generation that was compensating for the wrong
cadquery version. Uncertain why the versions were dramatically
different, will have to watch carefully on new releases or considering
switching environment to a specific version of cadquery instead of
"master".
|
|
|
|
|
|
environment.yml file.
|
|
|
|
|
|
one of the packages required by cadquery was improperly configured and causes issues with the cadquery import. Had to change docker base image and modify to include a configured environment to work around the issue. May require rebuilding or removing and recreating your docker image and containers.
If you continue to encounter an import error please contact me.
|
|
|
|
|
|
|
|
|
|
|
|
feat/bash: Bash scripts for automating Anaconda / Docker installation and management
|
|
Update trackball_sensor_mount.stl
|
|
I fixed the non-manifold geometry in the sensor mount which causes openscad to fail to render TBIW configurations/
|
|
Added separable thumbs and cleaned up all the connections and thumb connections.
Thumb connections previously contained what should be in the finger connections.
Added extra screws for separable thumb config to secure it. Previously had one screw.
|
|
Also, working on modular trackball, though ball bearings make it difficult to decouple as they typically land in the middle of the walls and webs.
|
|
|
|
|
|
|
|
* chore: match container names to other implementations
* feat: add release build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* feat: menu improvements
|
|
|
|
|
|
Added note for when run_config is used vs. configuration argument.
|
|
|
|
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.
|
|
|
|
|
|
intended.
|
|
Add trackball thumb cluster. Interim commit, needs a few mods for naming and handedness.
|
|
|
|
simplifies construction by removing the setting interdependency.
|
|
moved parts to their own directory
|
|
Minor fix to trackball in wall rotations.
|
|
also fixed bug that would not correctly inlcude parts for configs with a `save_dir` set to a subdirectory of the things directory
|
|
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.
|
|
also removed check for a command argument; just let an empty command fall through to the default case
|
|
updated bash script name
|