Skip to content

Response to gcode commands is not displayed in gcode console #5

@dc42

Description

@dc42

If a command is sent on the Gcode Console page, and that command returns a non-trivial response (e.g. M114, M119) then the response is not displayed.

To fix this, we need to capture and store the last non-json response received from the host, and have rr_reply return that response. We also need to indicate in the rr_status reply whether or not a new response is available, by adding the 'seq' variable and incrementing it every time a new non-json response (other than "OK") is received.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions