3D Druck: Unterschied zwischen den Versionen

Aus Wiki_2020
Wezi (Diskussion | Beiträge)
Wezi (Diskussion | Beiträge)
Zeile 57: Zeile 57:
  Recv: ok
  Recv: ok
M301 P21.0 I1.25 D86.0 E0  
M301 P21.0 I1.25 D86.0 E0  
M107 Bauteillüfter aus
M107 Bauteillüfter aus<br>
 
[[Datei:PID autotune 2.png|gerahmt]]


*Hotbed
*Hotbed
Zeile 69: Zeile 71:
  Recv: #define DEFAULT_bedKd 851.13
  Recv: #define DEFAULT_bedKd 851.13
  Recv: ok
  Recv: ok
[[Datei:PID autotune 2.png|gerahmt]]


===== Firmware =====
===== Firmware =====
*https://github.com/harakiwi1/Anet-A6L-with-Marlin-2.0
*https://github.com/harakiwi1/Anet-A6L-with-Marlin-2.0

Version vom 18. April 2024, 19:08 Uhr

3D Druck

Videos Aufbau Anet A6
G-Code
Modelle
Software
Hardware
Wissen
Kalibrierung

Einstellung

  • PID optimierung

M503 gibt PID Werte aus

Recv: echo:PID settings: Recv: echo: M301 P18.12 I0.90 D91.29 Recv: echo: M304 P546.82 I87.83 D851.13

  • hotend

M106 S255 Bauteillüfter ein
M303 C8 E0 S190 U PID Autotuning für Hotend 1, bei 190°C und 8 Messungen

Classic PID
Recv:  Kp: 18.12 Ki: 0.90 Kd: 91.29
Recv: PID Autotune finished! Put the last Kp, Ki and Kd constants 
from below into Configuration.h
Recv: #define DEFAULT_Kp 18.12
Recv: #define DEFAULT_Ki 0.90
Recv: #define DEFAULT_Kd 91.29
Recv: ok

M301 P21.0 I1.25 D86.0 E0 M107 Bauteillüfter aus

  • Hotbed
Recv:  bias: 85 d: 85 min: 59.80 max: 60.04 Ku: 911.37 Tu: 12.45
Recv:  Classic PID
Recv:  Kp: 546.82 Ki: 87.83 Kd: 851.13
Recv: PID Autotune finished! Put the last Kp, Ki and Kd constants 
from below into Configuration.h
Recv: #define DEFAULT_bedKp 546.82
Recv: #define DEFAULT_bedKi 87.83
Recv: #define DEFAULT_bedKd 851.13
Recv: ok
Firmware