Scott Lahteine 7 yıl önce
ebeveyn
işleme
0786b61ce7
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      Marlin/src/gcode/bedlevel/mbl/G29.cpp

+ 6
- 0
Marlin/src/gcode/bedlevel/mbl/G29.cpp Dosyayı Görüntüle

137
         BUZZ(100, 659);
137
         BUZZ(100, 659);
138
         BUZZ(100, 698);
138
         BUZZ(100, 698);
139
         mbl.has_mesh = true;
139
         mbl.has_mesh = true;
140
+
140
         gcode.home_all_axes();
141
         gcode.home_all_axes();
141
         set_bed_leveling_enabled(true);
142
         set_bed_leveling_enabled(true);
143
+
142
         #if ENABLED(MESH_G28_REST_ORIGIN)
144
         #if ENABLED(MESH_G28_REST_ORIGIN)
143
           current_position[Z_AXIS] = Z_MIN_POS;
145
           current_position[Z_AXIS] = Z_MIN_POS;
144
           set_destination_from_current();
146
           set_destination_from_current();
145
           buffer_line_to_destination(homing_feedrate(Z_AXIS));
147
           buffer_line_to_destination(homing_feedrate(Z_AXIS));
146
           stepper.synchronize();
148
           stepper.synchronize();
147
         #endif
149
         #endif
150
+
151
+        #if ENABLED(LCD_BED_LEVELING)
152
+          lcd_wait_for_move = false;
153
+        #endif
148
       }
154
       }
149
       break;
155
       break;
150
 
156
 

Loading…
İptal
Kaydet