From 6f8e22888045908f40ac7f462fab63db4fdd5ed6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 10 Apr 2018 03:34:20 -0500 Subject: [PATCH] Add RESET_PIN to pins_RAMPS_SMART.h --- Marlin/src/pins/pins_RAMPS_SMART.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/src/pins/pins_RAMPS_SMART.h b/Marlin/src/pins/pins_RAMPS_SMART.h index 0d78535665..0eaadbfc90 100644 --- a/Marlin/src/pins/pins_RAMPS_SMART.h +++ b/Marlin/src/pins/pins_RAMPS_SMART.h @@ -64,6 +64,8 @@ #define I2C_EEPROM #define E2END 0xFFF +#define RESET_PIN 42 // Resets the board if the jumper is attached + // // Temperature Sensors //