This Python app allows you to generate .scad and .stl files for key tester frames, supporting
arbitrary m x n sizes.
In the files/ directory, example output files for 1x1, 2x2, 3x3, and 4x4 sizes are included.
You can install prerequisites with pip:
pip install -r requirements.txtThis will install the following Python packages:
You can generate other sizes using the src/generate.py script; example:
src/generate.py 3 5 --output ~/key-tester-3x5.scadOnce you have generated a .scad file, you can use OpenSCAD to generate a .stl file from it:
openscad -o ~/key-tester-3x5.stl ~/key-tester-3x5.scadThis project is released under the BSD 3-Clause License.
