From 5fbfbde532655e73b173d03676b42ad96880e4a1 Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Mon, 17 Sep 2018 10:41:30 -0500 Subject: [PATCH] Fix example file to pull in correct pins file --- Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h index 7079ea881f..bcfdf24dcb 100644 --- a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h +++ b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h @@ -138,8 +138,7 @@ // The following define selects which electronics board you have. // Please choose the name from boards.h that matches your setup #ifndef MOTHERBOARD -//#define MOTHERBOARD BOARD_RUMBA -#define MOTHERBOARD BOARD_FORMBOT + #define MOTHERBOARD BOARD_FORMBOT_TREX2 #endif // Optional custom name for your RepStrap or other custom machine