Browse Source

Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs

- 11 years ago
parent
commit
b7eadb9f37
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h View File

520
   #endif
520
   #endif
521
 
521
 
522
   #define TEMP_0_PIN         13   // ANALOG NUMBERING
522
   #define TEMP_0_PIN         13   // ANALOG NUMBERING
523
-  #define TEMP_1_PIN         15   // ANALOG NUMBERING
523
+  #define TEMP_1_PIN         14   // ANALOG NUMBERING
524
   #define TEMP_2_PIN         -1   // ANALOG NUMBERING
524
   #define TEMP_2_PIN         -1   // ANALOG NUMBERING
525
 
525
 
526
   #if MOTHERBOARD == 35
526
   #if MOTHERBOARD == 35
532
       #define HEATER_BED_PIN     8    // BED
532
       #define HEATER_BED_PIN     8    // BED
533
     #endif
533
     #endif
534
   #endif
534
   #endif
535
-  #define TEMP_BED_PIN       14   // ANALOG NUMBERING
535
+  #define TEMP_BED_PIN       15   // ANALOG NUMBERING
536
 
536
 
537
 
537
 
538
 
538
 

Loading…
Cancel
Save