mirror of
https://github.com/grblHAL/core.git
synced 2026-02-05 08:34:01 +08:00
Changed real time reporting to allow per connection status for which report elements to output.
Added pragmas to shut up warning from the ESP32 compiler.
This commit is contained in:
@@ -438,7 +438,7 @@ static bool homing_cycle (axes_signals_t cycle, axes_signals_t auto_square)
|
||||
|
||||
if(rt_exec == EXEC_STATUS_REPORT) {
|
||||
system_clear_exec_state_flag(EXEC_STATUS_REPORT);
|
||||
report_realtime_status(hal.stream.write_all, system_get_rt_report_flags());
|
||||
report_realtime_status(hal.stream.write_all, &hal.stream.report);
|
||||
} else {
|
||||
|
||||
// Homing failure condition: Reset issued during cycle.
|
||||
|
||||
Reference in New Issue
Block a user