瀏覽代碼

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;

Loading…
取消
儲存