Previous commit was incorrect, fixed

This commit is contained in:
Terje Io
2025-10-22 08:31:34 +02:00
parent f5f31e6780
commit ba222d16aa

View File

@@ -1370,8 +1370,6 @@ void report_realtime_status (stream_write_ptr stream_write)
if(settings.status_report.work_coord_offset) {
if((report.wco = wco_counter == 0 || report.wco)) {
if(wco_counter == 0 || report.wco || report.force_wco || report.gwco || report.all) {
wco_counter = state & (STATE_HOMING|STATE_CYCLE|STATE_HOLD|STATE_JOG|STATE_SAFETY_DOOR)