File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ openscad -o things/right-4x5.stl things/right-4x5.scad >/dev/null 2>&1 &
6
6
openscad -o things/left-4x5.stl things/left-4x5.scad > /dev/null 2>&1 &
7
7
openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad > /dev/null 2>&1 &
8
8
9
- git am < 0001-Changes-for- 5x6.patch
9
+ patch -p1 5x6.patch
10
10
lein run src/dactyl_keyboard/dactyl.clj
11
11
cp things/right.scad things/right-5x6.scad
12
12
cp things/left.scad things/left-5x6.scad
13
13
cp things/right-plate.scad things/right-5x6-plate.scad
14
14
openscad -o things/right-5x6.stl things/right-5x6.scad > /dev/null 2>&1 &
15
15
openscad -o things/left-5x6.stl things/left-5x6.scad > /dev/null 2>&1 &
16
16
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
+
18
19
19
20
# git add things/*-4x5.stl
20
21
# git add things/right-4x5-plate.dxf
You can’t perform that action at this time.
0 commit comments