From c7f6ee9c93d8798c98e48ed75b2a331d20c1c928 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Mon, 27 Mar 2017 22:22:13 -0500
Subject: [PATCH] Board A4JP should be SCOOVO_X9H

---
 Marlin/boards.h                           | 2 +-
 Marlin/pins.h                             | 4 ++--
 Marlin/{pins_A4JP.h => pins_SCOOVO_X9H.h} | 8 ++------
 3 files changed, 5 insertions(+), 9 deletions(-)
 rename Marlin/{pins_A4JP.h => pins_SCOOVO_X9H.h} (95%)

diff --git a/Marlin/boards.h b/Marlin/boards.h
index f129fcc9bf..e67382fcc6 100644
--- a/Marlin/boards.h
+++ b/Marlin/boards.h
@@ -83,7 +83,7 @@
 #define BOARD_OMCA              91   // Final OMCA board
 #define BOARD_RAMBO             301  // Rambo
 #define BOARD_MINIRAMBO         302  // Mini-Rambo
-#define BOARD_AJ4P              303  // AJ4P
+#define BOARD_SCOOVO_X9H        303  // abee Scoovo X9H
 #define BOARD_MEGACONTROLLER    310  // Mega controller
 #define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
 #define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
diff --git a/Marlin/pins.h b/Marlin/pins.h
index a336cd1eec..6548bec46c 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -166,8 +166,8 @@
   #include "pins_MEGACONTROLLER.h"
 #elif MB(BQ_ZUM_MEGA_3D)
   #include "pins_BQ_ZUM_MEGA_3D.h"
-#elif MB(AJ4P)
-  #include "pins_AJ4P.h"
+#elif MB(SCOOVO_X9H)
+  #include "pins_SCOOVO_X9H.h"
 #elif MB(MKS_13)
   #include "pins_MKS_13.h"
 #elif MB(SAINSMART_2IN1)
diff --git a/Marlin/pins_A4JP.h b/Marlin/pins_SCOOVO_X9H.h
similarity index 95%
rename from Marlin/pins_A4JP.h
rename to Marlin/pins_SCOOVO_X9H.h
index bc0fc84d11..dcb36a24a9 100644
--- a/Marlin/pins_A4JP.h
+++ b/Marlin/pins_SCOOVO_X9H.h
@@ -21,21 +21,17 @@
  */
 
 /************************************************
- * Rambo pin assignments MODIFIED FOR A4JP
+ * Rambo pin assignments MODIFIED FOR Scoovo X9H
  ************************************************/
 
 #ifndef __AVR_ATmega2560__
   #error "Oops!  Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu."
 #endif
 
-#define BOARD_NAME "AJ4P"
+#define BOARD_NAME "Scoovo X9H"
 
 #define LARGE_FLASH true
 
-/************************************************
- * Rambo pin assignments old
- ************************************************/
-
 //
 // Servos
 //