Skip to content

moonNode Command

Minty Trebor edited this page Jul 3, 2021 · 2 revisions

moonNode-Command

moonNode-Command submits a user defined g-code to Moonraker for execution by Klipper. It can be configured in stateful & stateless modes. In stateless mode the node will not wait for a response from Moonraker before outputting the incoming msg on CMD Out.

Configuration

Command: Enter the g-code command to execute
Moonraker IP: Select the IP address of Moonraker

Input

The node can optionally accept msg.payload.cmd within the incoming msg object. If this value is set in the incoming msg object, it will override the Command value set in the configuration interface.

Output

CMD Out - Passes through the original incoming msg object to the output when the command has triggered or actioned.
CMD Response Data - If the command returns data (eg probe values) they will be outputted here (not available in stateless mode)
Error - If the command responds with an error the error data will be outputted here (not available in stateless mode)