Skip to content

Commit

Permalink
Fix missing string for M48 build (MarlinFirmware#16708)
Browse files Browse the repository at this point in the history
  • Loading branch information
radex authored and GeminiServer committed Jan 31, 2020
1 parent 5ad0004 commit b865aec
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 b865aec

Please sign in to comment.