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

pull/1/head
Simen Svale Skogsrud 2010-06-18 21:47:45 +02:00
rodzic 0170ba0dc5
commit 5613aa706f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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