Skip to content

display doesn't update when sys.suspend is true #5

Description

@holla2040

don't know if this is also grbl behavior ...

enter feedhold with '!' or feedhold signal.

add this to end of protocol.c protocol_exec_rt_suspend()

if (exec_lcd_status) {
lcd_report_realtime();
exec_lcd_status = false;
}

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