Browse Source

small mistake

Bernhard 13 years ago
parent
commit
7aeb45303d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde View File

937
       #endif
937
       #endif
938
       
938
       
939
       case 81: // M81 - ATX Power Off
939
       case 81: // M81 - ATX Power Off
940
+      
940
       #if (SUICIDE_PIN >-1)
941
       #if (SUICIDE_PIN >-1)
942
+        st_synchronize();
941
         suicide();
943
         suicide();
942
       #else
944
       #else
943
         #if (PS_ON_PIN > -1) 
945
         #if (PS_ON_PIN > -1) 

Loading…
Cancel
Save