From 2edf412625a2e70a78009c9abff72006aee2ee48 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 16 Apr 2021 09:21:03 -0500 Subject: [PATCH] Fix i3 Mega motherboard --- config/examples/AnyCubic/i3 Mega/Configuration.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/examples/AnyCubic/i3 Mega/Configuration.h b/config/examples/AnyCubic/i3 Mega/Configuration.h index 45597b4d20..a1754d4294 100644 --- a/config/examples/AnyCubic/i3 Mega/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Configuration.h @@ -129,7 +129,9 @@ //#define BLUETOOTH // Choose the name from boards.h that matches your setup -#ifndef MOTHERBOARD +#if TRIGORILLA_VERSION == 1 + #define MOTHERBOARD BOARD_TRIGORILLA_14_11 +#else #define MOTHERBOARD BOARD_TRIGORILLA_14 #endif