Fix missing string for M48 build (#16708)
This commit is contained in:
parent
1bc6509d02
commit
e6a675e6ec
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue