소스 검색

Ajouter 'profiles/Personnal_Settings.md'

Snarf 6 년 전
부모
커밋
78e1ec815a
1개의 변경된 파일47개의 추가작업 그리고 0개의 파일을 삭제
  1. 47 0
      profiles/Personnal_Settings.md

+ 47 - 0
profiles/Personnal_Settings.md

@@ -0,0 +1,47 @@
+## PID
+### Steel .4mm MK8 Nozzle PID
+
+#### 210°C 
+
+Gcode : `M303 E0 S210 C8`
+
+Result : 
+
+```
+Recv: #define DEFAULT_Kp 27.23
+Recv: #define DEFAULT_Ki 2.56
+Recv: #define DEFAULT_Kd 72.50
+``` 
+
+Gcode : `M301 P27.23 I2.56 D72.50`
+
+### BED PID 
+#### BED PID 60°C
+
+Gcode : `M303 E-1 S60 C8`
+
+Result : 
+
+```
+Recv: #define DEFAULT_bedKp 353.74
+Recv: #define DEFAULT_bedKi 67.47
+Recv: #define DEFAULT_bedKd 463.66
+```
+
+Gcode : `M304 P353.74 I67.47 D463.66`
+
+#### BED PID 50°C
+
+Gcode : `M303 E-1 S50 C8`
+
+Result : 
+
+```
+Recv: #define DEFAULT_bedKp 156.86
+Recv: #define DEFAULT_bedKi 30.88
+Recv: #define DEFAULT_bedKd 199.18
+```
+Gcode : `M304 P156.86 I30.8 D199.18`
+
+## 
+