Kaynağa Gözat

These items were removed from the UBL Command Parsing

Having these items randomly (and errorniously) disappear cost me several
hours of work yesterday.
Roxy-3D 8 yıl önce
ebeveyn
işleme
34d3ed9ab1
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      Marlin/ubl_G29.cpp

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

@@ -1001,6 +1001,12 @@
1001 1001
       lcd_quick_feedback();
1002 1002
     #endif
1003 1003
 
1004
+    x_pos = current_position[X_AXIS];
1005
+    y_pos = current_position[Y_AXIS];
1006
+    x_flag = 0;
1007
+    y_flag = 0;
1008
+    repeat_flag = 0;
1009
+
1004 1010
     g29_verbose_level = code_seen('V') ? code_value_int() : 0;
1005 1011
     if (!WITHIN(g29_verbose_level, 0, 4)) {
1006 1012
       SERIAL_PROTOCOLLNPGM("Invalid Verbose Level specified. (0-4)\n");

Loading…
İptal
Kaydet