From 6d2b0a0eff767f0d4bbc8f58f0fbb66f80200176 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 11 Aug 2015 18:21:49 -0700 Subject: [PATCH] sync after loading gcode to card sync instead of waiting a second. a second is almost always too long to wait. on occasion, it can also be too short. sync is more accurately what to wait for. --- 3d-printables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d-printables/Makefile b/3d-printables/Makefile index 9a84f08..8c1572b 100644 --- a/3d-printables/Makefile +++ b/3d-printables/Makefile @@ -21,7 +21,7 @@ %-materia-101.print: %-materia-101.gcode cp $< /media/${USER}/3D-PRINTER - sleep 1 + sync umount /media/${USER}/3D-PRINTER pretty-angle-bracket: -- 2.30.2