Skip to content

Commit

Permalink
Hide outpt
Browse files Browse the repository at this point in the history
  • Loading branch information
tshort committed Apr 2, 2017
1 parent e647ad2 commit af3ef84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ 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 &
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/right-4x5-plate.dxf things/right-4x5-plate.scad > /dev/null 2>&1 &

0 comments on commit af3ef84

Please sign in to comment.