|
@@ -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.
|