From 6c9e7dbd97a6589a1e5357c4daa4ae34d39af100 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 4 Oct 2024 18:12:08 -0500 Subject: [PATCH] wrap --- Marlin/src/gcode/calibrate/G28.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index f27778e46f..edeb410040 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -319,7 +319,7 @@ void GcodeSuite::G28() { #if ENABLED(DELTA) - if (override_fr_units_min) MAP(SET_AXIS_FR, X, Y, Z); + if (override_fr_units_min) { MAP(SET_AXIS_FR, X, Y, Z); } constexpr bool doZ = true; // for NANODLP_Z_SYNC if your DLP is on a DELTA @@ -329,7 +329,7 @@ void GcodeSuite::G28() { #elif ENABLED(AXEL_TPARA) - if (override_fr_units_min) MAP(SET_AXIS_FR, X, Y, Z); + if (override_fr_units_min) { MAP(SET_AXIS_FR, X, Y, Z); } constexpr bool doZ = true; // for NANODLP_Z_SYNC if your DLP is on a TPARA