From 7c92e8ab7a67e0e37344975e4c8b6514faec17fd Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 13 Sep 2021 11:48:26 -0500 Subject: [PATCH] Clean nozzle spelling error corrected --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index aaaf07804..ebd4dcf67 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2486,7 +2486,7 @@ * Caveats: The ending Z should be the same as starting Z. * Attention: EXPERIMENTAL. G-code arguments may change. */ -#if DISABLED(Sidekick_289, Sisdekick_747) +#if DISABLED(Sidekick_289, Sidekick_747) #define NOZZLE_CLEAN_FEATURE #endif