Sorry, but I did not get that!
If I type in the console terminal
@startCodeProcessed
the result is
Exec:12:05:21.802: @startCodeProcessedRecv:12:06:41.480: ok (80)
means the command is executed.
If I send the message from the printer:
RESPOND MSG="@startCodeProcessed"
I see in the console output
Recv:12:00:53.832: @startCodeProcessedRecv:12:01:15.567: ok (22)
The Message is received, documented in the log but not executed. Do I have to add something? I read from octoprint where it should be //action: to be added. But I don´t have octoprint to test.
Can you give me an example what I have to write in the printer-config-file that RepetierServer understands as a command and executes?
What matters are specific commands of the server, not printer G-Codes. Especially I want to send @pause and spomething like @shutdown to shutdown the server.
Regards