From 2af06b82b4fa7cbb34e2cc6654fe5266baa88916 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 25 Jul 2018 18:18:33 -0500 Subject: [PATCH] Specify some extra CR-10S pins --- Marlin/example_configurations/Creality/CR-10S/Configuration.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Marlin/example_configurations/Creality/CR-10S/Configuration.h b/Marlin/example_configurations/Creality/CR-10S/Configuration.h index e519a849c2..b65a7b3155 100644 --- a/Marlin/example_configurations/Creality/CR-10S/Configuration.h +++ b/Marlin/example_configurations/Creality/CR-10S/Configuration.h @@ -125,6 +125,10 @@ // Please choose the name from boards.h that matches your setup #ifndef MOTHERBOARD #define MOTHERBOARD BOARD_RAMPS_14_EFB + #define PIN_EXP1 65 // A11 + #define PIN_EXP2 66 // A12 + #define PIN_EXP3 11 // SERVO0_PIN + #define PIN_EXP4 12 // PS_ON_PIN #endif // Optional custom name for your RepStrap or other custom machine