@@ -6,6 +6,16 @@ openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad >/dev/null 2>
6
6
openscad -o things/right-4x5.stl things/right-4x5.scad > /dev/null 2>&1 &
7
7
openscad -o things/left-4x5.stl things/left-4x5.scad > /dev/null 2>&1 &
8
8
9
+ patch -p1 < 4x6.patch
10
+ lein run src/dactyl_keyboard/dactyl.clj
11
+ cp things/right.scad things/right-4x6.scad
12
+ cp things/left.scad things/left-4x6.scad
13
+ cp things/right-plate.scad things/right-4x6-plate.scad
14
+ openscad -o things/right-4x6-plate.dxf things/right-4x6-plate.scad > /dev/null 2>&1 &
15
+ openscad -o things/right-4x6.stl things/right-4x6.scad > /dev/null 2>&1 &
16
+ openscad -o things/left-4x6.stl things/left-4x6.scad > /dev/null 2>&1 &
17
+ git checkout src/dactyl_keyboard/dactyl.clj
18
+
9
19
patch -p1 < 5x6.patch
10
20
lein run src/dactyl_keyboard/dactyl.clj
11
21
cp things/right.scad things/right-5x6.scad
@@ -16,6 +26,16 @@ openscad -o things/right-5x6.stl things/right-5x6.scad >/dev/null 2>&1 &
16
26
openscad -o things/left-5x6.stl things/left-5x6.scad > /dev/null 2>&1 &
17
27
git checkout src/dactyl_keyboard/dactyl.clj
18
28
29
+ patch -p1 < 6x6.patch
30
+ lein run src/dactyl_keyboard/dactyl.clj
31
+ cp things/right.scad things/right-6x6.scad
32
+ cp things/left.scad things/left-6x6.scad
33
+ cp things/right-plate.scad things/right-6x6-plate.scad
34
+ openscad -o things/right-6x6-plate.dxf things/right-6x6-plate.scad > /dev/null 2>&1 &
35
+ openscad -o things/right-6x6.stl things/right-6x6.scad > /dev/null 2>&1 &
36
+ openscad -o things/left-6x6.stl things/left-6x6.scad > /dev/null 2>&1 &
37
+ git checkout src/dactyl_keyboard/dactyl.clj
38
+
19
39
20
40
# git add things/*-4x5.stl
21
41
# git add things/right-4x5-plate.dxf
0 commit comments