Browse Source

Fix debug message

maverikou 10 years ago
parent
commit
0d593ab7c1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save