Radek Pietruszewski
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
Marlin/src/gcode/calibrate/M48.cpp
|
@ -53,6 +53,9 @@ |
|
|
* |
|
|
* |
|
|
* This function requires the machine to be homed before invocation. |
|
|
* This function requires the machine to be homed before invocation. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
extern const char SP_Y_STR[]; |
|
|
|
|
|
|
|
|
void GcodeSuite::M48() { |
|
|
void GcodeSuite::M48() { |
|
|
|
|
|
|
|
|
if (axis_unhomed_error()) return; |
|
|
if (axis_unhomed_error()) return; |
|
|