"Emergency stop" over TCPIP connection doesnt' work
I've "ESP8266-01" WiFi adapter connected with my RuRamps, all work fine, only the "emergency stop" doesn't work with Repetier Server (Version 0.90.7 Windows).
With the same TCP setting the "emergency stop" wotk fine with the latest version of Repetier Host.
What's the difference?
Marco
With the same TCP setting the "emergency stop" wotk fine with the latest version of Repetier Host.
What's the difference?
Marco
Comments
Over TCP no reset can be send physically so emergency reduces down to sending the command
form the firmware. In older versions M112 was send without lookup, so that might be reason. You can also test if sending M112 over console does a reset as that is all happening if you hit it.
Only sometime the command work, not ever, and the printer is in stand-by.
Inside the "Marlin.xml" of the Server:
<command type="emergencyStop">M112</command>
<command type="continueFatalStop">M999
M110 N0
</command>
This is another big problem, present here also with the USB connected.
For TCP I have to test. Have no TCP printer so difficult to test. Will try with socat as workaround.
Effectively all it does is send M112 if you have TCP/IP connector selected. It does not disconnect and it does not disable the printer as you showed in the image. That would only happen if you select deactivate. If it can not connect but would like to the color would be red.