Hi all, im running prints using smoothieware (on a re-arm board) and simplify3d software.
I was running Marlin firmware before (using an old arduino) and now am running smoothieware.
I noticed that using Marlin when a m112 ccommand is sent (big red button in simplify3d), simplify3d auto-reconnects.
But when I use the smoothieware firmware, it cant auto reconnect because it is waiting for m999 (resume halt state). Is there a configuration or way to auto-reconnect my printer after a m112 command is sent?
Other information, when emergency stop is sent, I cannot reconnect to my printer using the the correct com port AND the printer keeps on sending !!, this means I cannot send a resume code and absolutely have to reset the device (unplug and replug or hit the reset button on my board), looks like the is no HOST_KEEP_ALIVE feature like when using marlin firmware.
stack trace of marlin after m112 command:
SENT: M112
READ: Error:Printer halted. kill() called!
Disconnected.
Emergency stop issued! Attempting to reconnect…
Attempting connection at \\.\COM3…
READ: start
Connected to machine!
READ: echo:Marlin 1.1.8
stack trace of smoothieware after m112 command is sent:
SENT: M112
READ: ok Emergency Stop Requested - reset or M999 required to exit HALT state
Disconnected.
Emergency stop issued! Attempting to reconnect…
Attempting connection at \\.\COM5…
Testing plaintext communication protocol…
READ: !!
Testing binary communication protocol…
Testing alternate communication protocols…
Connection failed.
Any help and advice will help thanks.
Imported from wikidot