Skip to content

Commit

Permalink
Fix missing string for M48 build (#16708)
Browse files Browse the repository at this point in the history
  • Loading branch information
radex authored Jan 30, 2020
1 parent 1bc6509 commit e6a675e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/gcode/calibrate/M48.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6a675e

Please sign in to comment.