Просмотр исходного кода

Fix missing string for M48 build (#16708)

Radek Pietruszewski 4 лет назад
Родитель
Сommit
e6a675e6ec
Аккаунт пользователя с таким Email не найден
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;

Загрузка…
Отмена
Сохранить