소스 검색

Correct analog sampling time for additional A to D sample

Adjusted the  #define PID_dT to reflect 10 A to D sample steps, vs
original 8.
Filip Mulier 10 년 전
부모
커밋
fe3a09bbcf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 파일 보기

@@ -185,7 +185,7 @@
185 185
                                   // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
186 186
   #define PID_INTEGRAL_DRIVE_MAX 255  //limit for the integral term
187 187
   #define K1 0.95 //smoothing factor within the PID
188
-  #define PID_dT ((OVERSAMPLENR * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine
188
+  #define PID_dT ((OVERSAMPLENR * 10.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine
189 189
 
190 190
 // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
191 191
 // Ultimaker

Loading…
취소
저장