Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-01 | Update to add release builds. Should make a large number of prebuilts for ↵ | Joshua Shreve | |
people to look at. Also fixed minor issues. | |||
2021-07-29 | Fixed 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-27 | Final minidox fixes for screw placement. | Joshua Shreve | |
2021-07-27 | Auto-adjusting minidox cluster y-location based on key size. | Joshua Shreve | |
2021-07-27 | Added arbitrary size for minidox 3-key cluster. May convert other clusters ↵ | Joshua Shreve | |
for the adjustable larger key shape, but no need at the moment. | |||
2021-07-26 | Fixing file extension errors for readme. | Joshua Shreve | |
2021-07-26 | Found and fixed "MINIDOX" cluster gap on bottom of middle thumb key. | Joshua Shreve | |
2021-07-26 | Added config notes around "MINIDOX" cluster. | Joshua Shreve | |
2021-07-26 | Fixed error in nub design. Added minidox. Needs a little more refinement, ↵ | Joshua Shreve | |
but already close. | |||
2021-07-25 | Fixed minor gaps in carbonfet cluster due to other fixes to default cluster. ↵ | Joshua Shreve | |
Fixed screw_cbore_diameter which was applied as a radius, doubling the hole size. | |||
2021-07-25 | Merge https://github.com/joshreve/dactyl-keyboard | Henry Bucklow | |
2021-07-25 | Allow oled_mount_type to be "NONE" as well as None. | Henry Bucklow | |
This makes it possible to remove the OLED mount from the .json file. | |||
2021-07-24 | Minor additional shifts on default thumbcluster to allow 1.5U and 1U ↵ | Joshua Shreve | |
settings to work well. | |||
2021-07-24 | Fixes to default cluster. Some key shifts. Removing outputs from repo. ↵ | Joshua Shreve | |
Will be moving many outputs to releases shortly. If there are issues, use previous commit. | |||
2021-07-24 | Fixed use of rotate() when generating keycaps on mini layout. | Henry Bucklow | |
2021-07-24 | Fixed use of rotate() when generating keycaps on carbonfet layout. | Henry Bucklow | |
2021-07-16 | Docker notes added to readme and minor conatiner name change. Changes to ↵ | Joshua Shreve | |
default config. | |||
2021-07-16 | Merge pull request #8 from nbovee/thumb_post_fix | Joshua Shreve | |
Thumb post fix | |||
2021-07-16 | Added 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-15 | Amended thumb_post corner placement functions to eliminate void created by ↵ | Nick Bovee | |
plate_rim != 3. Dependant variables relocated. Tested default. | |||
2021-07-13 | updates for rotating plates on thumb cluster. Created due to crowding of ↵ | Joshua Shreve | |
hotswap and other issues. | |||
2021-07-12 | Minor fixes for missing web on MINI thumb cluster. Added readme content and ↵ | Joshua Shreve | |
options for USB out only and no connector / controller features. | |||
2021-07-10 | Minor 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-09 | Fixed imports. Resolved issues with IDE root directories to allow scripts ↵ | Joshua Shreve | |
to operate independently. | |||
2021-07-08 | Added 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. | |||
2021-07-08 | Key plate screw holes and added key plate notches for snapping in switches ↵ | Joshua Shreve | |
rather than a giant undercut. | |||
2021-07-07 | Temporary version as the cadquery and solid python versions are merged by ↵ | Joshua Shreve | |
use of helper functions. Added a screw to the thumb cluster. Cadquery baseplate now has counterbores and actual solid geometry that is autogenerated, which is not possible in solid/OpenSCAD by the current methodology as it requires finding and extruding edges. | |||
2021-07-05 | Updated cadquery with additional thumb clusters. Base form looks good. ↵ | Joshua Shreve | |
Need to check secodnary features (screws, tray, OLED) for compatibility. | |||
2021-07-05 | Mid-change commit. Added DM mini and carbonfet thumb clusters. Still ↵ | Joshua Shreve | |
tweaking screw locations and relative OLED, etc. Commiting to share progress. | |||
2021-07-03 | Cadquery set to plate only in previous commit, fixed to create all geometry. ↵ | Joshua Shreve | |
Added features for screw mount positions. | |||
2021-07-03 | Large change to things directory with pregenerated files in multiple ↵ | joshreve | |
configurations. Implemented prebuild generator to automatically create pregenerated files. | |||
2021-06-27 | Correction for OpenSCAD HS_NUB. Cleanup of export files. Generation of new ↵ | joshreve | |
files is the safest, but all files in things should now be consistent. May add more configurations if requested. | |||
2021-06-25 | Added multiple OLED mounts to OpenSCAD generator. Clip seems the most ↵ | joshreve | |
promising, but need user feedback. Will update cadquery version next. | |||
2021-06-20 | Upgrades for external controller trays / holders, undercuts for clipping in ↵ | joshreve | |
switch, and minor corrections to the right side wall. Minor refactoring of parameters for ease of interface. | |||
2021-03-28 | Added hot swap and file import capabilities for modification of switch plates. | joshreve | |
2020-10-26 | Removed extraneous plate function. | joshreve | |
2020-10-26 | Added cadquery form of dactyl-manuform. Code is double translated ↵ | joshreve | |
(Clojure->Python, OpenSCAD->OpenCASCADE) and a mess but produces a .step file version of the dactyl-manuform design. | |||
2020-10-03 | Minor changes to allow import of a key plate STL. Fixed RJ9 connector block. | joshreve | |
2020-09-03 | Added mising hotswap plate file. Still needs height verification on hotswap ↵ | joshreve | |
features relative to switch mount. | |||
2020-08-17 | Fix numpy.array usage | Attila Babo | |
2020-08-17 | Apply black to reformat the code | Attila Babo | |
2020-08-16 | Conversion to Python 3 based file generation. Removed Clojure files and ↵ | joshreve | |
updated README.md. | |||
2017-04-02 | Another tweak | Tom Short | |
2017-04-02 | Teensy holder tweak | Tom Short | |
2017-04-02 | Default size | Tom Short | |
2017-04-02 | Default size | Tom Short | |
2017-04-02 | Default sizes | Tom Short | |
2017-04-02 | Merge branch 'master' into 5x6 | Tom Short | |
2017-04-02 | Adjust screw inserts | Tom Short | |
2017-04-02 | Add another screw insert | Tom Short | |