Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JPricey/dactyl-high-profile
https://github.com/JPricey/dactyl-high-profile
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/JPricey/dactyl-high-profile
- Owner: JPricey
- License: agpl-3.0
- Created: 2021-07-18T23:39:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T23:41:42.000Z (over 3 years ago)
- Last Synced: 2024-08-01T03:13:48.501Z (4 months ago)
- Language: OpenSCAD
- Size: 724 KB
- Stars: 70
- Watchers: 5
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dactyl - Dactyl manuform high-profile: re-implementation of the Dactyl Manuform Tight in python, with a few changes
README
# Yet another Dactyl Manuform Spinoff
![Photo](https://i.redd.it/ljnm9ia2v0c71.jpg)
This repo is a re-implementation of the [Dactyl Manuform Tight](https://github.com/okke-formsma/dactyl-manuform-tight) in python, with a few of my own changes.
There are some hacks in here to get the border walls and thumb cluster to line up properly at the current tenting angle and key layout.
I didn't build this script with the goal of making it easy to share and extend... so if you're using this repo as a starting point for your own dactyl build, good luck, and beware of some shard edges.## Generating OpenSCAD Models
This script is tested against Python 3.8.0Intall dependencies with `pip install -r requirements.txt`
Run a one-off scad model build with `make run`
Watch and rebuild scad models with `make watch` (useful for development)