High Availability
Hi,
Is there any way how to make repetier server high available? (I mean backend as multi node cluster)
Is repetier server persistently storing last gcode printer accepted? Is there any way how to restore the print without "hacking" gcode?
Thank you very much, sorry if I my question is stupid (currently I know just nothing about RS architecture).
Tom
Is there any way how to make repetier server high available? (I mean backend as multi node cluster)
Is repetier server persistently storing last gcode printer accepted? Is there any way how to restore the print without "hacking" gcode?
Thank you very much, sorry if I my question is stupid (currently I know just nothing about RS architecture).
Tom
Comments
Server also has a recover feature that logs the parts already send and allows continuing after a reset/problem. But this requires a good setup so you do not loose position of z and ideally a firmware moving the head away of the print if server stops sending data like repetier-firmware does.
Latest release also has a feature to reconnect when usb port disappeared for a short time without reset and continue the print. This is mainly for pcs like raspberry where this happens when you have power problems.