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; }
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;
}