Patch spacing in bilinear grid report

This commit is contained in:
Scott Lahteine 2016-11-07 04:08:25 -06:00 committed by GitHub
parent de6f2ef2a3
commit e765eebfb0

View File

@ -2385,7 +2385,7 @@ static void clean_up_after_endstop_or_probe_move() {
}
SERIAL_EOL;
for (uint8_t y = 0; y < ABL_GRID_POINTS_Y; y++) {
if (y < 9) SERIAL_PROTOCOLCHAR(' ');
if (y < 10) SERIAL_PROTOCOLCHAR(' ');
SERIAL_PROTOCOL((int)y);
for (uint8_t x = 0; x < ABL_GRID_POINTS_X; x++) {
SERIAL_PROTOCOLCHAR(' ');