소스 검색

Merge pull request #2230 from AnHardt/psm

Fix thermal protection state machine target temp. V2
AnHardt 10 년 전
부모
커밋
163a9ff58e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      Marlin/temperature.cpp

+ 0
- 1
Marlin/temperature.cpp 파일 보기

1042
       case TRReset:
1042
       case TRReset:
1043
         *timer = 0;
1043
         *timer = 0;
1044
         *state = TRInactive;
1044
         *state = TRInactive;
1045
-        break;
1046
       // Inactive state waits for a target temperature to be set
1045
       // Inactive state waits for a target temperature to be set
1047
       case TRInactive:
1046
       case TRInactive:
1048
         if (target_temperature > 0) {
1047
         if (target_temperature > 0) {

Loading…
취소
저장