|
@@ -6706,7 +6706,8 @@ inline void gcode_T(uint8_t tmp_extruder) {
|
6706
|
6706
|
|
6707
|
6707
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
6708
|
6708
|
if (DEBUGGING(LEVELING)) {
|
6709
|
|
- SERIAL_ECHOLNPGM(">>> gcode_T");
|
|
6709
|
+ SERIAL_ECHOPAIR(">>> gcode_T(", tmp_extruder);
|
|
6710
|
+ SERIAL_ECHOLNPGM(")");
|
6710
|
6711
|
DEBUG_POS("BEFORE", current_position);
|
6711
|
6712
|
}
|
6712
|
6713
|
#endif
|
|
@@ -6935,7 +6936,7 @@ inline void gcode_T(uint8_t tmp_extruder) {
|
6935
|
6936
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
6936
|
6937
|
if (DEBUGGING(LEVELING)) {
|
6937
|
6938
|
SERIAL_ECHOPAIR("Offset Tool XY by { ", xydiff[X_AXIS]);
|
6938
|
|
- SERIAL_ECHOPAIR(", ", xydiff[X_AXIS]);
|
|
6939
|
+ SERIAL_ECHOPAIR(", ", xydiff[Y_AXIS]);
|
6939
|
6940
|
SERIAL_ECHOLNPGM(" }");
|
6940
|
6941
|
}
|
6941
|
6942
|
#endif
|