summaryrefslogtreecommitdiff
path: root/src/helpers_cadquery.py
AgeCommit message (Collapse)Author
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-17File cleanup.Joshua Shreve
2021-08-11Interim checkin. Initial version of trackball webs/walls in, still working ↵Joshua Shreve
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.
2021-07-29Fixed keyswitch nubs. Error came from code consolidation between cadquery ↵Joshua Shreve
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.
2021-07-16Added docker capabilities and profile including batch file execution. If ↵Joshua Shreve
there is expressed interest I can add a linux .sh file as well to simplify image and container/app creation. Also, minor fixes on print outputs regarding imports/exports.
2021-07-10Minor updates and cleanup. Biggest improvement is using relative reference ↵Joshua Shreve
for OLED placement to minimize tweaks on structural and row/column count changes. Looking for one more commit for minor tweaks and to set defaults and merge with master.
2021-07-08Added helper files to remove the cadquery / solid python helpers from the ↵Joshua Shreve
main file. Improved notch and added holes around key plate for mounting. Still WIP, but should be functional.