Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 28, 2023
1 parent 2069bb4 commit 7fe1b53
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 @@ -407,7 +407,7 @@ void GcodeSuite::G28() {

#if HAS_Z_AXIS

UNUSED(needZ);UNUSED(homeZZ);
UNUSED(needZ); UNUSED(homeZZ);

// Z may home first, e.g., when homing away from the bed.
// This is also permitted when homing with a Z endstop.
Expand Down

0 comments on commit 7fe1b53

Please sign in to comment.