Skip to content

Instantly share code, notes, and snippets.

@skalnik
Created November 21, 2012 08:14
Show Gist options
  • Save skalnik/4123761 to your computer and use it in GitHub Desktop.
Save skalnik/4123761 to your computer and use it in GitHub Desktop.
› tail -f tmp/make.log
=> Loading submodules
git submodule update --init --recursive
=> Building deps
make -C vendor
Error: avrdude-5.11.1 already installed
AVRDude already brew installed [or failed]
Error: scons-2.2.0 already installed
scons already brew installed [or failed]
make grue
make[2]: Nothing to be done for `grue'.
make s3g
make[2]: Nothing to be done for `s3g'.
Building gcode: At[data/print.gcode] In[data/print.stl]
(cd vendor/Miracle-Grue/; bin/miracle_grue -s /dev/null -e /dev/null -o "/Users/skalnik/github/make_me/data/print.gcode" "/Users/skalnik/github/make_me/data/print.stl")
Argument #0 name startGcode is #/dev/null
Argument #1 name endGcode is #/dev/null
Argument #2 name outFilename is #/Users/skalnik/github/make_me/data/print.gcode
:outlines [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
Loop Processing [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
insets [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
flat surfaces [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
roofing [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
flooring [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:6
infills [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:7
Path generation [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:11
gcode [10%] [20%] [30%] [40%] [50%] [60%] [70%] [80%] [90%] [100%] 2012-11-21 0:14:12
No USB device found
rm data/print.gcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment