maverikou 10 anni fa
parent
commit
0d593ab7c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Vedi File

@@ -2311,10 +2311,10 @@ inline void gcode_G28() {
2311 2311
     do_blocking_move_to(MANUAL_X_HOME_POS, MANUAL_Y_HOME_POS, Z_RAISE_AFTER_PROBING);
2312 2312
     st_synchronize();
2313 2313
 
2314
+  #ifndef DELTA
2314 2315
     if (verbose_level > 0)
2315 2316
       plan_bed_level_matrix.debug(" \n\nBed Level Correction Matrix:");
2316 2317
 
2317
-  #ifndef DELTA
2318 2318
     // Correct the Z height difference from z-probe position and hotend tip position.
2319 2319
     // The Z height on homing is measured by Z-Probe, but the probe is quite far from the hotend.
2320 2320
     // When the bed is uneven, this height must be corrected.

Loading…
Annulla
Salva