From: Ian Jackson Date: Thu, 20 Feb 2020 00:31:06 +0000 (+0000) Subject: quacks-ingredients: gcode manipulation X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=3765d782f3ddd6b93d46b35cf6b4b03eae696156 quacks-ingredients: gcode manipulation Add sleeps Signed-off-by: Ian Jackson --- diff --git a/quacks-ingredients-make-copy-gcodes b/quacks-ingredients-make-copy-gcodes index af8559c..b9c6c34 100755 --- a/quacks-ingredients-make-copy-gcodes +++ b/quacks-ingredients-make-copy-gcodes @@ -56,6 +56,7 @@ for l in 1 2 3 4 5 234; do gh cp $g $h done +sleep 0.5 umount /media/sd mount /media/sd @@ -65,5 +66,6 @@ for l in 1 2 3 4 5 234; do cmp $g $h ls -l $h done +sleep 0.5 umount /media/sd