Uninterrupted connection required?
Hi
I am a little confused about the required connection to the printer mainboard, and hope someone can clarify the functionality.
The project is to add an Raspberry Pi with Repetier Server to an Duet 2 WiFi board, as an direct display input.
Now I wonder what happens if I start a print on the display. I thought that the gcode-model-file is uploaded to the Duet 2 and than started by issuing the correct command. Therefore an uninterrupted connection should not be required.?.!
However I read on the website that if the server shuts down the print will stop.
For example if the Raspberry Pi gets stuck, I would like that the printer just keeps going.
Can someone tell me how it works, and if it really stops, why?
Thanks
Matthias
I am a little confused about the required connection to the printer mainboard, and hope someone can clarify the functionality.
The project is to add an Raspberry Pi with Repetier Server to an Duet 2 WiFi board, as an direct display input.
Now I wonder what happens if I start a print on the display. I thought that the gcode-model-file is uploaded to the Duet 2 and than started by issuing the correct command. Therefore an uninterrupted connection should not be required.?.!
However I read on the website that if the server shuts down the print will stop.
For example if the Raspberry Pi gets stuck, I would like that the printer just keeps going.
Can someone tell me how it works, and if it really stops, why?
Thanks
Matthias
Comments
This is not how I imagined it works. And this way of handling command execution is not reliable enough for me.
It is really unfortunate that I will loose the extended features that the repetier server would provide.
Just to illustrate why I do view this so critical:
using Raspberry Pi & Duet:
- Model-Gcode-File sits on the SD card of the RP. Therefore it has to share bandwidth with the operating system. And is also more trafficated because it has to load the entire system.
- Raspberry Pi does not run an Real-Time-Operating-System, Timing issues can result from that.
- unreliable mirco-USB connection to the Duet board.
using "entirely buffered" model-file, --> stand alone duet:
- SD-card only hosts config files and web interface. therefore to usage on the card is reduced and bandwidth is freed up for the important G-commands.