mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
Minor fix for the grbl.on_state_changed event - incorrect state published following stop signal when streaming gcode.
Added core event for real-time report elements beeing forced++
This commit is contained in:
+1
-1
@@ -924,7 +924,7 @@ status_code_t mc_homing_cycle (axes_signals_t cycle)
|
||||
sync_position();
|
||||
}
|
||||
|
||||
sys.report.homed = On;
|
||||
system_add_rt_report(Report_Homed);
|
||||
|
||||
homed_status = settings.limits.flags.hard_enabled && settings.limits.flags.check_at_init && limit_signals_merge(hal.limits.get_state()).value
|
||||
? Status_LimitsEngaged
|
||||
|
||||
Reference in New Issue
Block a user