mirror of
https://github.com/carbonfet/dactyl-manuform.git
synced 2024-10-31 21:20:18 +00:00
8 lines
361 B
Bash
8 lines
361 B
Bash
|
lein run src/dactyl_keyboard/dactyl.clj
|
||
|
cp things/right.scad things/right-4x5.scad
|
||
|
cp things/left.scad things/left-4x5.scad
|
||
|
cp things/right-plate.scad things/right-4x5-plate.scad
|
||
|
openscad -o things/right-4x5.stl things/right-4x5.scad &
|
||
|
openscad -o things/left-4x5.stl things/left-4x5.scad &
|
||
|
openscad -o things/right-4x5-plate.dxf things/right-4x5-plate.scad &
|