From bf80c9b8dd8966ca11252fb0ab1cec412712c00f Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:01:25 +0200 Subject: [PATCH] Suppress AUTO_ASSIGN_WARNING on Chiron and 4MAX builds. --- Marlin/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 8d045bfd..075c1d22 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -59,6 +59,7 @@ */ #if ENABLED(KNUTWURST_CHIRON) #define TRIGORILLA_MAPPING_CHIRON + #define NO_AUTO_ASSIGN_WARNING #else #define TRIGORILLA_MAPPING_I3MEGA #define SWAP_Z_MOTORS @@ -94,6 +95,7 @@ */ #if ENABLED(KNUTWURST_4MAXP2) #define ANYCUBIC_4_MAX_PRO_ENDSTOPS + #define NO_AUTO_ASSIGN_WARNING #endif