Output (commented) coordinates on G29 S-1; helps identify the x/y points that correspond with i/j coordinates, which eases manual tweaking of z values (#6507)
This commit is contained in:
parent
f169c04604
commit
5ace3699b1
@ -600,6 +600,8 @@
|
|||||||
SERIAL_ECHOPAIR(" J ", y);
|
SERIAL_ECHOPAIR(" J ", y);
|
||||||
SERIAL_ECHOPGM(" Z ");
|
SERIAL_ECHOPGM(" Z ");
|
||||||
SERIAL_ECHO_F(ubl.z_values[x][y], 6);
|
SERIAL_ECHO_F(ubl.z_values[x][y], 6);
|
||||||
|
SERIAL_ECHOPAIR(" ; X ", LOGICAL_X_POSITION(pgm_read_float(&(ubl.mesh_index_to_xpos[x]))));
|
||||||
|
SERIAL_ECHOPAIR(", Y ", LOGICAL_Y_POSITION(pgm_read_float(&(ubl.mesh_index_to_ypos[y]))));
|
||||||
SERIAL_EOL;
|
SERIAL_EOL;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user