Fix spacing in JSON output
This commit is contained in:
parent
b2d3c8aedd
commit
2d71569138
@ -2467,7 +2467,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||||||
#endif
|
#endif
|
||||||
for (uint8_t y = 0; y < sy; y++) {
|
for (uint8_t y = 0; y < sy; y++) {
|
||||||
#ifdef SCAD_MESH_OUTPUT
|
#ifdef SCAD_MESH_OUTPUT
|
||||||
SERIAL_PROTOCOLLNPGM(" ["); // open sub-array
|
SERIAL_PROTOCOLPGM(" ["); // open sub-array
|
||||||
#else
|
#else
|
||||||
if (y < 10) SERIAL_PROTOCOLCHAR(' ');
|
if (y < 10) SERIAL_PROTOCOLCHAR(' ');
|
||||||
SERIAL_PROTOCOL((int)y);
|
SERIAL_PROTOCOL((int)y);
|
||||||
@ -2501,7 +2501,7 @@ static void clean_up_after_endstop_or_probe_move() {
|
|||||||
SERIAL_EOL;
|
SERIAL_EOL;
|
||||||
}
|
}
|
||||||
#ifdef SCAD_MESH_OUTPUT
|
#ifdef SCAD_MESH_OUTPUT
|
||||||
SERIAL_PROTOCOLPGM("\n];"); // close 2D array
|
SERIAL_PROTOCOLPGM("];"); // close 2D array
|
||||||
#endif
|
#endif
|
||||||
SERIAL_EOL;
|
SERIAL_EOL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user