From 2080439d7f80c8bab5a8f2c9d168d21ce6f8a8e3 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 1 Aug 2018 21:18:56 +0200 Subject: [PATCH] Update configuration to match new board name --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7994fc0ca..ff6c97a6e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -126,7 +126,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_MKS_13 + #define MOTHERBOARD BOARD_MKS_GEN_13 #endif // Optional custom name for your RepStrap or other custom machine