Skip to content
Snippets Groups Projects
Unverified Commit e6a675e6 authored by Radek Pietruszewski's avatar Radek Pietruszewski Committed by GitHub
Browse files

Fix missing string for M48 build (#16708)

parent 1bc6509d
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,9 @@ ...@@ -53,6 +53,9 @@
* *
* This function requires the machine to be homed before invocation. * This function requires the machine to be homed before invocation.
*/ */
extern const char SP_Y_STR[];
void GcodeSuite::M48() { void GcodeSuite::M48() {
if (axis_unhomed_error()) return; if (axis_unhomed_error()) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment