From a7b02975b727247f087eef99280bbaf1a3add6b3 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sat, 24 Jan 2015 05:10:48 -0800
Subject: [PATCH] No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD

Pins 2 and 3 are probably general-use pins, since the filament sensor
uses pin 2.
---
 Marlin/pins.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index fb582e7828..7eacb75e35 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -1788,8 +1788,8 @@
   #endif //FILAMENT_SENSOR
 #endif
 
-#define TEMP_1_PIN         2
-#define TEMP_2_PIN         3
+#define TEMP_1_PIN         -1
+#define TEMP_2_PIN         -1
 
 #define SDPOWER            -1
 #define SDSS                8
-- 
GitLab