From bb155ed38e976f715a6357df79987be5d58b2ba5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine <github@thinkyhead.com> Date: Sat, 10 Feb 2018 20:26:38 -0600 Subject: [PATCH] Correct MOTHERBOARD for Geeetech i3 Pro X Fix #8856 --- .../Geeetech/I3_Pro_X-GT2560/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h b/Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h index 8affef7ec3..21736e6cb6 100644 --- a/Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h +++ b/Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h @@ -123,7 +123,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_ULTIMAKER + #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS #endif // Optional custom name for your RepStrap or other custom machine