mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 09:02:33 +08:00
Previous commit was incorrect, fixed
This commit is contained in:
2
report.c
2
report.c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user