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".
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
people to look at. Also fixed minor issues.
|
|
and solid python. One centered the cylinder, the other generated it in the positive Z direction. Both now fully center the cylinder and the two models generate consistently.
|
|
|
|
|
|
for the adjustable larger key shape, but no need at the moment.
|
|
|
|
|
|
|
|
but already close.
|
|
Fixed screw_cbore_diameter which was applied as a radius, doubling the hole size.
|
|
|
|
This makes it possible to remove the OLED mount from the .json file.
|
|
settings to work well.
|