From d16a770855fc6faef8e73470c81e610dd5ab3d4d Mon Sep 17 00:00:00 2001
From: daid <daid303@gmail.com>
Date: Thu, 13 Feb 2014 10:57:03 +0100
Subject: [PATCH] Ultimainboard 2.x does not has a PS_ON pin.

---
 Marlin/pins.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index 52ca2844df..995fa54c5f 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -1381,7 +1381,7 @@
 #define SDSS               53
 #define LED_PIN            8
 #define FAN_PIN            7
-#define PS_ON_PIN          12
+#define PS_ON_PIN          -1
 #define KILL_PIN           -1
 #define SUICIDE_PIN        -1  //PIN that has to be turned on right after start, to keep power flowing.
 #define SAFETY_TRIGGERED_PIN     28 //PIN to detect the safety circuit has triggered
-- 
GitLab