From 7fe1b530ab1e6b9710d9f26cfae801ab48f323a7 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 28 Apr 2023 15:46:54 -0500 Subject: [PATCH] sp --- Marlin/src/gcode/calibrate/G28.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index a9698f6b92e72..ed2cda29326ef 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -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.