Skip to content

Commit

Permalink
🩹 Z clearance followup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 18, 2023
1 parent c8c5ab2 commit 0c2ed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/G28.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ void GcodeSuite::G28() {

report_current_position();

if (BOTH(NANODLP_Z_SYNC, NANODLP_ALL_AXIS) || TERN0(HAS_Z_AXIS, doZ))
if (ENABLED(NANODLP_Z_SYNC) && (ENABLED(NANODLP_ALL_AXIS) || TERN0(HAS_Z_AXIS, doZ)))
SERIAL_ECHOLNPGM(STR_Z_MOVE_COMP);

TERN_(FULL_REPORT_TO_HOST_FEATURE, set_and_report_grblstate(old_grblstate));
Expand Down

0 comments on commit 0c2ed86

Please sign in to comment.