Ver código fonte

Revert "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"

This reverts commit b7eadb9f37.
- 11 anos atrás
pai
commit
eed053dffb
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h Ver arquivo

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

Carregando…
Cancelar
Salvar