diff --git a/Marlin/src/pins/pins_GT2560_V3.h b/Marlin/src/pins/pins_GT2560_V3.h
index 3bb2d0e913079a9faf2ed92f4e7f6c49ddba772b..70fbf082987bc0414699ba4beb25664bdf03031a 100644
--- a/Marlin/src/pins/pins_GT2560_V3.h
+++ b/Marlin/src/pins/pins_GT2560_V3.h
@@ -20,7 +20,6 @@
  *
  */
 
-
 /**
  * GT2560 V3.0 pin assignment
  */
@@ -48,6 +47,22 @@
 #define Z_MIN_PIN          30
 #define Z_MAX_PIN          32
 
+//
+// Runout Sensor
+//
+#ifndef FIL_RUNOUT_PIN
+  #define FIL_RUNOUT_PIN   66
+#endif
+#ifndef FIL_RUNOUT2_PIN
+  #define FIL_RUNOUT2_PIN  67
+#endif
+
+//
+// Power Recovery
+//
+#define POWER_LOSS_PIN     69   // Pin to detect power loss
+#define POWER_LOSS_STATE   LOW
+
 //
 // Z Probe (when not Z_MIN_PIN)
 //
@@ -94,6 +109,9 @@
 #define HEATER_2_PIN        1
 #define HEATER_BED_PIN      4
 #define FAN_PIN             9
+//#define FAN1_PIN            8
+//#define FAN2_PIN            7
+
 
 //
 // Misc. Functions