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