the stream script will no longer reset the arduino before it completes the last couple of operation in a g-code-file

This commit is contained in:
Simen Svale Skogsrud 2010-06-18 21:47:45 +02:00
parent 0170ba0dc5
commit 5613aa706f

View File

@ -44,4 +44,6 @@ SerialPort.open('/dev/tty.FireFly-A964-SPP-1', 115200) do |sp|
end end
end end
end end
puts "Done."
sleep 500
end end