Browse Source

Merge pull request #464 from arnoudja/Marlin_v1

Solved minor bug in controllerFan()
daid 12 years ago
parent
commit
e3bc420daa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

1974
        || !READ(E2_ENABLE_PIN)
1974
        || !READ(E2_ENABLE_PIN)
1975
     #endif
1975
     #endif
1976
     #if EXTRUDER > 1
1976
     #if EXTRUDER > 1
1977
-       || !READ(E2_ENABLE_PIN)
1977
+       || !READ(E1_ENABLE_PIN)
1978
     #endif
1978
     #endif
1979
        || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...    
1979
        || !READ(E0_ENABLE_PIN)) //If any of the drivers are enabled...    
1980
     {
1980
     {

Loading…
Cancel
Save