aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
5 daysfix: improve build config and fix screw insertsHEADmasterToby Vincent
11 daysAdd requirements.txt to reproduce buildsToby Vincent
2024-05-22Update configToby Vincent
2024-05-22build: print nameToby Vincent
2024-01-10Add build script and step2stl converterToby Vincent
2024-01-09Update configToby Vincent
2022-03-24Update environment.ymlJoshua Shreve
2022-03-24Update environment.ymlJoshua Shreve
Quick fix for docker failure due to cadquery package conflicts. May have to adjust after testing, but current file always fails so is at least an improvement.
2022-02-20Merge branch 'dev'Joshua Shreve
2022-02-20Update run_config.jsonJoshua Shreve
2022-02-20Added choc caps. Set show_caps to False, True/'MX', or 'CHOC'.Joshua Shreve
2022-01-09modified ability to drop keys on the inner and outer side of the lowest row.Joshua Shreve
2021-11-28Update build_docker.batJoshua Shreve
Fixed docker mount directories to include whole project to prevent the need to specifically call out any added directories.
2021-11-25Bug fix for holes in the non-1U default thumb cluster.Joshua Shreve
2021-11-25bug fix for pcb_clear on default cluster when not intended.Joshua Shreve
2021-11-15Minor 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-29Added setting for constant rows across.Joshua Shreve
Works okay, may have issues with some staggers due to thumb cluster details.
2021-10-24Fixed 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-22Merge branch 'master' into devJoshua Shreve
2021-10-22Testing fix for linux geometry varying from windows geometry.Joshua Shreve
2021-10-19Fixed accidentally broken solidpython installation by inclusion in ↵Joshua Shreve
environment.yml file.
2021-10-17added docker fixJoshua Shreve
2021-10-17Merge branch 'master' into devJoshua Shreve
2021-10-17Fixed error due to package requirement issueJoshua 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-26Adding features to investigate skeletal formJoshua Shreve
2021-09-26Update README.mdJoshua Shreve
2021-09-07Update .gitignoreJoshua Shreve
2021-09-07Merge branch 'master' into devJoshua Shreve
2021-09-07Separable thumb improvements. PCB clearance cuts.Joshua Shreve
2021-09-07Merge pull request #39 from RobertMcReed/feat/bashJoshua Shreve
feat/bash: Bash scripts for automating Anaconda / Docker installation and management
2021-09-07Merge pull request #42 from freznel10/devJoshua Shreve
Update trackball_sensor_mount.stl
2021-09-07Update trackball_sensor_mount.stlfreznel10
I fixed the non-manifold geometry in the sensor mount which causes openscad to fail to render TBIW configurations/
2021-09-05Added 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-02Added 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-31fix: add check to ensure docker daemon is runningRobert Reed
2021-08-25Merge branch 'master' into feat/bashRobert Reed
2021-08-25chore: update documentation with bash scriptsRobert Reed
2021-08-25feat: remove port bindRobert Reed
* chore: match container names to other implementations * feat: add release build
2021-08-25chore: uninstall success msgRobert Reed
2021-08-24fix: add solidpython to conda scriptRobert Reed
2021-08-23generate_config.py once again defaulting to original behavior.Joshua Shreve
2021-08-22feat: automate setup via condaRobert Reed
2021-08-22chore: ignore .DS_StoreRobert Reed
2021-08-22feat: menu is ephemeralRobert Reed
2021-08-22feat: prompt before uninstallRobert Reed
2021-08-22feat: uninstall all docker artifactsRobert Reed
2021-08-22chore: on screen helpRobert Reed
* feat: menu improvements
2021-08-22Attempting to fix build error.Joshua Shreve
2021-08-22trying to fix all workflows to work.Joshua Shreve
2021-08-22Fixed docker directories in batch file.Joshua Shreve
Added note for when run_config is used vs. configuration argument.