Another tweak
This commit is contained in:
parent
d63501d940
commit
b24fa4d8c4
|
@ -2,18 +2,18 @@ lein run src/dactyl_keyboard/dactyl.clj
|
||||||
cp things/right.scad things/right-4x5.scad
|
cp things/right.scad things/right-4x5.scad
|
||||||
cp things/left.scad things/left-4x5.scad
|
cp things/left.scad things/left-4x5.scad
|
||||||
cp things/right-plate.scad things/right-4x5-plate.scad
|
cp things/right-plate.scad things/right-4x5-plate.scad
|
||||||
|
openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad >/dev/null 2>&1 &
|
||||||
openscad -o things/right-4x5.stl things/right-4x5.scad >/dev/null 2>&1 &
|
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/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
|
lein run src/dactyl_keyboard/dactyl.clj
|
||||||
cp things/right.scad things/right-5x6.scad
|
cp things/right.scad things/right-5x6.scad
|
||||||
cp things/left.scad things/left-5x6.scad
|
cp things/left.scad things/left-5x6.scad
|
||||||
cp things/right-plate.scad things/right-5x6-plate.scad
|
cp things/right-plate.scad things/right-5x6-plate.scad
|
||||||
|
openscad -o things/right-5x6-plate.dxf things/right-5x6-plate.scad >/dev/null 2>&1 &
|
||||||
openscad -o things/right-5x6.stl things/right-5x6.scad >/dev/null 2>&1 &
|
openscad -o things/right-5x6.stl things/right-5x6.scad >/dev/null 2>&1 &
|
||||||
openscad -o things/left-5x6.stl things/left-5x6.scad >/dev/null 2>&1 &
|
openscad -o things/left-5x6.stl things/left-5x6.scad >/dev/null 2>&1 &
|
||||||
openscad -o things/right-5x6-plate.dxf things/right-5x6-plate.scad >/dev/null 2>&1 &
|
|
||||||
git checkout src/dactyl_keyboard/dactyl.clj
|
git checkout src/dactyl_keyboard/dactyl.clj
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -631,7 +631,7 @@
|
||||||
(->> (cube 4 teensy-holder-top-length 4)
|
(->> (cube 4 teensy-holder-top-length 4)
|
||||||
(translate [(+ teensy-pcb-thickness 5) teensy-holder-top-offset (+ 1 (/ teensy-width 2))])))
|
(translate [(+ teensy-pcb-thickness 5) teensy-holder-top-offset (+ 1 (/ teensy-width 2))])))
|
||||||
(translate [(- teensy-holder-width) 0 0])
|
(translate [(- teensy-holder-width) 0 0])
|
||||||
(translate [-2 0 0])
|
(translate [-1.4 0 0])
|
||||||
(translate [(first teensy-top-xy)
|
(translate [(first teensy-top-xy)
|
||||||
(- (second teensy-top-xy) 1)
|
(- (second teensy-top-xy) 1)
|
||||||
(/ (+ 6 teensy-width) 2)])
|
(/ (+ 6 teensy-width) 2)])
|
||||||
|
@ -759,4 +759,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(defn -main [] 1) ; dummy to make it easier to batch
|
(defn -main [dum] 1) ; dummy to make it easier to batch
|
Loading…
Reference in a new issue