Browse Source

Fix missing string for M48 build (#16708)

pull/1/head
Radek Pietruszewski 4 years ago
committed by GitHub
parent
commit
e6a675e6ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/gcode/calibrate/M48.cpp

3
Marlin/src/gcode/calibrate/M48.cpp

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

Loading…
Cancel
Save