Command API Interface "Pause"
Hello
I'm looking for a way to pause the print job via the API interface.
in the document: https://www.repetier-server.com/manuals/programming/API/index.html
are only the Function: startJob, stopJob, continueJob
but no pauseJob. Is there a Pause Job command ?
MfG
Martin
I'm looking for a way to pause the print job via the API interface.
in the document: https://www.repetier-server.com/manuals/programming/API/index.html
are only the Function: startJob, stopJob, continueJob
but no pauseJob. Is there a Pause Job command ?
MfG
Martin
Comments
i try this:
http://192.168.0.7:3344/printer/api/myPrinte?a=@pause&apikey=55......
but this work: http://192.168.0.7:3344/printer/api/myPrinte?a=stopJob&apikey=55......
OK now it Works:
http://192.168.0.7:3344/printer/api/myPrinte?apikey=55.&a=send&data={"cmd":"@pause"}
MfG
Martin