Suppress AUTO_ASSIGN_WARNING on Chiron and 4MAX builds.

This commit is contained in:
Knutwurst
2023-06-02 17:01:25 +02:00
parent 79eaf1a8b5
commit bf80c9b8dd

View File

@@ -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