Go to file
Martin Frost f6ccde7848 Modify TRRS holder
This opens it up on the inner side.
2024-09-06 14:08:49 +02:00
src Modify TRRS holder 2024-09-06 14:08:49 +02:00
things Modify TRRS holder 2024-09-06 14:08:49 +02:00
.gitignore Initial commit 2021-07-18 16:41:31 -07:00
.python-version Initial commit 2021-07-18 16:41:31 -07:00
LICENSE Initial commit 2021-07-18 16:41:31 -07:00
Makefile Initial commit 2021-07-18 16:41:31 -07:00
README.md Add changes for successful print 2022-02-06 13:29:31 -08:00
requirements.txt Initial commit 2021-07-18 16:41:31 -07:00

README.md

Yet another Dactyl Manuform Spinoff (Low Profile)

Photo

This repo is a fork of a re-implementation of the 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.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)