Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
ignore macOS system files
|
|
|
|
|
|
|
|
long.
|
|
|
|
|
|
Discovered why people had an issue with the tray. The cadquery had interference and solid did not. After fixing the unintentional difference, I found both had intereference. Added an undercut to locally thin the wall for tray engagement.
|
|
on component cut/union order.
Fixed base plates and walls to be identical in caquery and solid. Fixed if/elif/else structure that misplaced the MINI cluster screw mount.
Added intial pass at add on PCB as option to add with caps for interference checks.
Moved bottom_hull to helper libraries as they are specific to engine.
Fixed bottom_hull functions to correct minor discrepency between the engines.
Fixed solid intersect function.
|
|
|
|
|
|
mostly working (still WIP), trackball cluster has layout but no webs or walls.
|
|
|