Fix PLR/M43 warnings (#14333)
This commit is contained in:
committed by
Scott Lahteine
parent
9c83135d40
commit
be69ec5b32
@ -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
|
||||
|
Reference in New Issue
Block a user