From 25db5899a9e2b64fe677d9eb6192f7d685acbf95 Mon Sep 17 00:00:00 2001 From: Tim Hoogland Date: Mon, 21 Sep 2020 10:08:50 -0500 Subject: [PATCH] Update Configuration.h Remnants from building config cleanup --- .../MKS_Robin_Mini/Firmware/Marlin/Configuration.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Board Configuration Files/MKS_Robin_Mini/Firmware/Marlin/Configuration.h b/Board Configuration Files/MKS_Robin_Mini/Firmware/Marlin/Configuration.h index b67cbf947dc0..064e95ea5b8f 100644 --- a/Board Configuration Files/MKS_Robin_Mini/Firmware/Marlin/Configuration.h +++ b/Board Configuration Files/MKS_Robin_Mini/Firmware/Marlin/Configuration.h @@ -186,11 +186,10 @@ #define LINEAR_ADVANCE_K 0 // BL TOUCH ---------------------------------------- -// If you want to use the BL-Touch uncomment the 2 lines below and refer to the V42X BLTouch Picture in the Marlin Folder for wiring. -// Video guide from Teaching Tech: https://youtu.be/neS7lB7fCww?t=790 +// If you want to use the BL-Touch uncomment the 2 lines below and enter in the pin you are using. //#define BLTOUCH -// Here is where you set your servo pin. For V4.2.X Boards use PB0 -//#define SERVO0_PIN PB0 +// Here is where you set your servo pin. +//#define SERVO0_PIN 0 //=========================================================================== // ********************** END CONFIGURATION SETTINGS *********************