Fix PLR/M43 warnings (#14333)

This commit is contained in:
Tanguy Pruvot
2019-06-22 07:48:47 +02:00
committed by Scott Lahteine
parent 9c83135d40
commit be69ec5b32
3 changed files with 4 additions and 4 deletions

View File

@ -278,7 +278,7 @@ void PrintJobRecovery::resume() {
// Pretend that all axes are homed
axis_homed = axis_known_position = xyz_bits;
char cmd[50], str_1[16], str_2[16];
char cmd[MAX_CMD_SIZE+16], str_1[16], str_2[16];
// Select the previously active tool (with no_move)
#if EXTRUDERS > 1