Ver código fonte

Fix missing string for M48 build (#16708)

Radek Pietruszewski 5 anos atrás
pai
commit
e6a675e6ec
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      Marlin/src/gcode/calibrate/M48.cpp

+ 3
- 0
Marlin/src/gcode/calibrate/M48.cpp Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar