소스 검색

small mistake

Bernhard 13 년 전
부모
커밋
7aeb45303d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde 파일 보기

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

Loading…
취소
저장