summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--5x6.patchbin6802 -> 1396 bytes
-rw-r--r--create-models.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/5x6.patch b/5x6.patch
index c639999..5a00e3f 100644
--- a/5x6.patch
+++ b/5x6.patch
Binary files differ
diff --git a/create-models.sh b/create-models.sh
index 7a6eab4..140fc19 100644
--- a/create-models.sh
+++ b/create-models.sh
@@ -6,7 +6,7 @@ openscad -o things/right-4x5.stl things/right-4x5.scad >/dev/null 2>&1 &
openscad -o things/left-4x5.stl things/left-4x5.scad >/dev/null 2>&1 &
openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad >/dev/null 2>&1 &
-patch -p1 5x6.patch
+patch -p1 < 5x6.patch
lein run src/dactyl_keyboard/dactyl.clj
cp things/right.scad things/right-5x6.scad
cp things/left.scad things/left-5x6.scad