Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

This commit is contained in:
daid303
2012-12-09 23:46:42 +01:00
8 changed files with 134 additions and 49 deletions

View File

@ -478,10 +478,10 @@ ISR(TIMER1_COMPA_vect)
for(int8_t i=0; i < step_loops; i++) { // Take multiple steps per interrupt (For high speed moves)
#if MOTHERBOARD != 8 // !teensylu
#ifndef AT90USB
MSerial.checkRx(); // Check for serial chars.
#endif
#endif
#ifdef ADVANCE
counter_e += current_block->steps_e;
if (counter_e > 0) {