Send commands from windows powershell
Hi Repetier
Is it possible to send commands from windows powershell scripts to repetier server?
The situation is this:
I'm printing fluids and have pressure sensors measuring the pressure near the nozzle.
A software running on the same PC repetier server runs, monitors the pressure and above a certain value, I'd like to send a killswitch command to repetier server.
I'm printing fluids and have pressure sensors measuring the pressure near the nozzle.
A software running on the same PC repetier server runs, monitors the pressure and above a certain value, I'd like to send a killswitch command to repetier server.
I looked at external commands. That triggers OS scripts from gcode or server console/menus.
What I'm looking is the opposite way: OS scripts that trigger server commands.
Any idea?
Comments
We have a web api see docs on our homepage. You can use that with curl to tell server to kill running job. That makes server survive the stop.