Browse Source

fix normal extruder stepping (#12118)

Chris Pepper 6 years ago
parent
commit
c90e26dfa6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/stepper.cpp

+ 1
- 1
Marlin/src/module/stepper.cpp View File

1412
         #endif
1412
         #endif
1413
       }
1413
       }
1414
     #else // !LIN_ADVANCE && !MIXING_EXTRUDER
1414
     #else // !LIN_ADVANCE && !MIXING_EXTRUDER
1415
-      #if HAS_E_STEP
1415
+      #if HAS_E0_STEP
1416
         PULSE_START(E);
1416
         PULSE_START(E);
1417
       #endif
1417
       #endif
1418
     #endif
1418
     #endif

Loading…
Cancel
Save