Fix missing string for M48 build (#16708)
This commit is contained in:
parent
1bc6509d02
commit
e6a675e6ec
|
@ -53,6 +53,9 @@
|
|||
*
|
||||
* This function requires the machine to be homed before invocation.
|
||||
*/
|
||||
|
||||
extern const char SP_Y_STR[];
|
||||
|
||||
void GcodeSuite::M48() {
|
||||
|
||||
if (axis_unhomed_error()) return;
|
||||
|
|
Loading…
Reference in a new issue