dactyl-high-profile/README.md

19 lines
949 B
Markdown
Raw Permalink Normal View History

2022-02-06 21:29:31 +00:00
# Yet another Dactyl Manuform Spinoff (Low Profile)
2021-07-18 23:36:17 +00:00
2022-02-06 21:29:31 +00:00
![Photo](https://preview.redd.it/icsa6rm04ag81.jpg?width=4032&format=pjpg&auto=webp&s=5b12a9a51c0e561ee80878b5fc81ad74a673ef75)
2021-07-18 23:36:17 +00:00
2022-02-06 21:29:31 +00:00
This repo is a _fork of 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.
2021-07-18 23:36:17 +00:00
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
2022-02-06 21:29:31 +00:00
2021-07-18 23:36:17 +00:00
This script is tested against Python 3.8.0
Intall 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)