Browse Source

No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD

Pins 2 and 3 are probably general-use pins, since the filament sensor
uses pin 2.
Scott Lahteine 10 years ago
parent
commit
a7b02975b7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h View File

@@ -1788,8 +1788,8 @@
1788 1788
   #endif //FILAMENT_SENSOR
1789 1789
 #endif
1790 1790
 
1791
-#define TEMP_1_PIN         2
1792
-#define TEMP_2_PIN         3
1791
+#define TEMP_1_PIN         -1
1792
+#define TEMP_2_PIN         -1
1793 1793
 
1794 1794
 #define SDPOWER            -1
1795 1795
 #define SDSS                8

Loading…
Cancel
Save