Browse Source

Fix missing string for M48 build (#16708)

Radek Pietruszewski 5 years ago
parent
commit
e6a675e6ec
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/gcode/calibrate/M48.cpp

+ 3
- 0
Marlin/src/gcode/calibrate/M48.cpp View File

53
  *
53
  *
54
  * This function requires the machine to be homed before invocation.
54
  * This function requires the machine to be homed before invocation.
55
  */
55
  */
56
+
57
+extern const char SP_Y_STR[];
58
+
56
 void GcodeSuite::M48() {
59
 void GcodeSuite::M48() {
57
 
60
 
58
   if (axis_unhomed_error()) return;
61
   if (axis_unhomed_error()) return;

Loading…
Cancel
Save