Browse Source

Fix M109 so it won't wait for cooling

Addressing issue #2767
Scott Lahteine 9 years ago
parent
commit
637cc03686
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

4047
         }
4047
         }
4048
       #else
4048
       #else
4049
         SERIAL_EOL;
4049
         SERIAL_EOL;
4050
-      #endif //TEMP_RESIDENCY_TIME
4050
+      #endif
4051
     }
4051
     }
4052
 
4052
 
4053
     idle();
4053
     idle();

Loading…
Cancel
Save