Kaynağa Gözat

allow idle() to be called - fixes sometimes crash/hang in G29 I; (#6505)

bgort 7 yıl önce
ebeveyn
işleme
3c0d5ba0a1
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      Marlin/ubl_G29.cpp

+ 1
- 0
Marlin/ubl_G29.cpp Dosyayı Görüntüle

@@ -342,6 +342,7 @@
342 342
           break;            // No more invalid Mesh Points to populate
343 343
         }
344 344
         ubl.z_values[location.x_index][location.y_index] = NAN;
345
+        cnt++;
345 346
       }
346 347
       SERIAL_PROTOCOLLNPGM("Locations invalidated.\n");
347 348
     }

Loading…
İptal
Kaydet