use sync to ensure file written to sd card
authordaniel watson <ozzloy@gmail.com>
Thu, 14 Jan 2016 00:47:57 +0000 (16:47 -0800)
committerdaniel watson <ozzloy@gmail.com>
Thu, 14 Jan 2016 00:47:57 +0000 (16:47 -0800)
commit17359f928d9afe94c74008af8dd438280dd9c998
treeefe364c1bd7ec7f8c8c86972825212a387e696c5
parente9f22c3b93841532609e6f818af92ecf209508a6
use sync to ensure file written to sd card

rather than rely on just waiting for 1 second, use sync to ensure
that copying the generated gcode to the sd card is complete before
unmounting it.  this will most of the time be quicker than 1 second,
but also will be longer if necessary.
3d-printables/Makefile