Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-20 | Update run_config.json | Joshua Shreve | |
2021-11-28 | Update build_docker.bat | Joshua Shreve | |
Fixed docker mount directories to include whole project to prevent the need to specifically call out any added directories. | |||
2021-11-25 | Bug fix for holes in the non-1U default thumb cluster. | Joshua Shreve | |
2021-11-25 | bug fix for pcb_clear on default cluster when not intended. | Joshua Shreve | |
2021-11-15 | Minor wall correction. Minor directory fix with openscad imports. | Joshua Shreve | |
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. | |||
2021-10-29 | Added setting for constant rows across. | Joshua Shreve | |
Works okay, may have issues with some staggers due to thumb cluster details. | |||
2021-10-24 | Fixed cadquery package requirement. | joshreve | |
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". | |||
2021-10-22 | Merge branch 'master' into dev | Joshua Shreve | |
2021-10-22 | Testing fix for linux geometry varying from windows geometry. | Joshua Shreve | |
2021-10-19 | Fixed accidentally broken solidpython installation by inclusion in ↵ | Joshua Shreve | |
environment.yml file. | |||
2021-10-17 | added docker fix | Joshua Shreve | |
2021-10-17 | Merge branch 'master' into dev | Joshua Shreve | |
2021-10-17 | Fixed error due to package requirement issue | Joshua Shreve | |
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. | |||
2021-09-26 | Adding features to investigate skeletal form | Joshua Shreve | |
2021-09-26 | Update README.md | Joshua Shreve | |
2021-09-07 | Update .gitignore | Joshua Shreve | |
2021-09-07 | Merge branch 'master' into dev | Joshua Shreve | |
2021-09-07 | Separable thumb improvements. PCB clearance cuts. | Joshua Shreve | |
2021-09-07 | Merge pull request #39 from RobertMcReed/feat/bash | Joshua Shreve | |
feat/bash: Bash scripts for automating Anaconda / Docker installation and management | |||
2021-09-07 | Merge pull request #42 from freznel10/dev | Joshua Shreve | |
Update trackball_sensor_mount.stl | |||
2021-09-07 | Update trackball_sensor_mount.stl | freznel10 | |
I fixed the non-manifold geometry in the sensor mount which causes openscad to fail to render TBIW configurations/ | |||
2021-09-05 | Added separable thumbs and cleaned up all the connections and thumb connections. | Joshua Shreve | |
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. | |||
2021-09-02 | Added PCB controller mount feature options. | Joshua Shreve | |
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. | |||
2021-08-31 | fix: add check to ensure docker daemon is running | Robert Reed | |
2021-08-25 | Merge branch 'master' into feat/bash | Robert Reed | |
2021-08-25 | chore: update documentation with bash scripts | Robert Reed | |
2021-08-25 | feat: remove port bind | Robert Reed | |
* chore: match container names to other implementations * feat: add release build | |||
2021-08-25 | chore: uninstall success msg | Robert Reed | |
2021-08-24 | fix: add solidpython to conda script | Robert Reed | |
2021-08-23 | generate_config.py once again defaulting to original behavior. | Joshua Shreve | |
2021-08-22 | feat: automate setup via conda | Robert Reed | |
2021-08-22 | chore: ignore .DS_Store | Robert Reed | |
2021-08-22 | feat: menu is ephemeral | Robert Reed | |
2021-08-22 | feat: prompt before uninstall | Robert Reed | |
2021-08-22 | feat: uninstall all docker artifacts | Robert Reed | |
2021-08-22 | chore: on screen help | Robert Reed | |
* feat: menu improvements | |||
2021-08-22 | Attempting to fix build error. | Joshua Shreve | |
2021-08-22 | trying to fix all workflows to work. | Joshua Shreve | |
2021-08-22 | Fixed docker directories in batch file. | Joshua Shreve | |
Added note for when run_config is used vs. configuration argument. | |||
2021-08-21 | feat: holy bash spaghetti | Robert Reed | |
2021-08-21 | Added 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-21 | Merge branch 'pr/30' | Joshua Shreve | |
2021-08-21 | moved file and slow progress to blender engine. | Joshua Shreve | |
2021-08-20 | Adapted Trackball from Cjen1 to match newer structure. Appears to work as ↵ | Joshua Shreve | |
intended. | |||
2021-08-20 | Merge pull request #22 from Cjen1/trackball | Joshua Shreve | |
Add trackball thumb cluster. Interim commit, needs a few mods for naming and handedness. | |||
2021-08-20 | Merge branch 'master' into trackball | Joshua Shreve | |
2021-08-20 | Now supports trackball in wall and in a cluster. An unlikely config, but it ↵ | Joshua Shreve | |
simplifies construction by removing the setting interdependency. | |||
2021-08-20 | Merge pull request #32 from itised/parts-path-fixes | Joshua Shreve | |
moved parts to their own directory | |||
2021-08-20 | Fixes to base plate and screw mount "handedness" and baseplate mirroring. ↵ | Joshua Shreve | |
Minor fix to trackball in wall rotations. | |||
2021-08-19 | moved parts to their own directory | Edward | |
also fixed bug that would not correctly inlcude parts for configs with a `save_dir` set to a subdirectory of the things directory |