🚨 Fix some compiler warnings
This commit is contained in:
committed by
Scott Lahteine
parent
f7bea2846f
commit
494a2fc80c
@ -1399,7 +1399,7 @@ void prepare_line_to_destination() {
|
||||
bool homing_needed_error(linear_axis_bits_t axis_bits/*=linear_bits*/) {
|
||||
if ((axis_bits = axes_should_home(axis_bits))) {
|
||||
PGM_P home_first = GET_TEXT(MSG_HOME_FIRST);
|
||||
char msg[strlen_P(home_first)+1];
|
||||
char msg[30];
|
||||
sprintf_P(msg, home_first,
|
||||
NUM_AXIS_LIST(
|
||||
TEST(axis_bits, X_AXIS) ? STR_A : "",
|
||||
|
Reference in New Issue
Block a user