Browse Source

Reduce code in gcode_M81 (PR#2497)

Scott Lahteine 10 years ago
parent
commit
469843427d
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      Marlin/Marlin_main.cpp

+ 0
- 5
Marlin/Marlin_main.cpp View File

3687
  */
3687
  */
3688
 inline void gcode_M81() {
3688
 inline void gcode_M81() {
3689
   disable_all_heaters();
3689
   disable_all_heaters();
3690
-  st_synchronize();
3691
-  disable_e0();
3692
-  disable_e1();
3693
-  disable_e2();
3694
-  disable_e3();
3695
   finishAndDisableSteppers();
3690
   finishAndDisableSteppers();
3696
   fanSpeed = 0;
3691
   fanSpeed = 0;
3697
   delay(1000); // Wait 1 second before switching off
3692
   delay(1000); // Wait 1 second before switching off

Loading…
Cancel
Save