Dick Streefland
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/calibrate/G28.cpp
|
@ -227,7 +227,7 @@ void GcodeSuite::G28() { |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Home (O)nly if position is unknown
|
|
|
// Home (O)nly if position is unknown
|
|
|
if (!homing_needed() && parser.boolval('O')) { |
|
|
if (!axes_should_home() && parser.boolval('O')) { |
|
|
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("> homing not needed, skip"); |
|
|
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("> homing not needed, skip"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|