From 5613aa706fa66171f50c2b9dd28b3513e3ac8e07 Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Fri, 18 Jun 2010 21:47:45 +0200 Subject: [PATCH] the stream script will no longer reset the arduino before it completes the last couple of operation in a g-code-file --- script/stream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/stream.rb b/script/stream.rb index 778ac03..87fae6d 100644 --- a/script/stream.rb +++ b/script/stream.rb @@ -44,4 +44,6 @@ SerialPort.open('/dev/tty.FireFly-A964-SPP-1', 115200) do |sp| end end end + puts "Done." + sleep 500 end \ No newline at end of file