From 315c5513d76046a1c4db1549b8b4afcbbe59ef1b Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Wed, 15 Sep 2021 08:16:30 -0500 Subject: [PATCH] Fixing redundant if statement --- Marlin/Configuration_adv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 3719f1b40..7ba12c806 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -4107,9 +4107,7 @@ #define X_LEVEL_SEQUENCE #endif #if defined (X_LEVEL_SEQUENCE) - #if ANY(TAZPro,TAZProXT,Workhorse) - #define LEVELING_COMMANDS "G28 Z\nM18 Z\nG4 P300\nG28 Z" //Homing to the top, disabling the Z motors for 300ms and then rehoming Z - #endif + #define LEVELING_COMMANDS "G28 Z\nM18 Z\nG4 P300\nG28 Z" //Homing to the top, disabling the Z motors for 300ms and then rehoming Z #endif /** * Instant freeze / unfreeze functionality