Skip to content

Commit 000f427

Browse files
committed
Another patch attempt
1 parent d2f1057 commit 000f427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

create-models.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ openscad -o things/right-4x5.stl things/right-4x5.scad >/dev/null 2>&1 &
66
openscad -o things/left-4x5.stl things/left-4x5.scad >/dev/null 2>&1 &
77
openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad >/dev/null 2>&1 &
88

9-
git am < 0001-Changes-for-5x6.patch
9+
patch -p1 5x6.patch
1010
lein run src/dactyl_keyboard/dactyl.clj
1111
cp things/right.scad things/right-5x6.scad
1212
cp things/left.scad things/left-5x6.scad
1313
cp things/right-plate.scad things/right-5x6-plate.scad
1414
openscad -o things/right-5x6.stl things/right-5x6.scad >/dev/null 2>&1 &
1515
openscad -o things/left-5x6.stl things/left-5x6.scad >/dev/null 2>&1 &
1616
openscad -o things/right-5x6-plate.dxf things/right-5x6-plate.scad >/dev/null 2>&1 &
17-
git apply -R < 0001-Changes-for-5x6.patch
17+
git checkout src/dactyl_keyboard/dactyl.clj
18+
1819

1920
# git add things/*-4x5.stl
2021
# git add things/right-4x5-plate.dxf

0 commit comments

Comments
 (0)