浏览代码

Fix missing string for M48 build (#16708)

Radek Pietruszewski 5 年前
父节点
当前提交
e6a675e6ec
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Marlin/src/gcode/calibrate/M48.cpp

+ 3
- 0
Marlin/src/gcode/calibrate/M48.cpp 查看文件

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

正在加载...
取消
保存