PID-Tuning Nozze+Bed

PID-Tuning mit OctoPrint:

https://3d-druck-archiv.de/blog/grundlagen-3d-druck/pid-tuning-mit-octoprint-202

Was mache ich, wenn EEProm disabled:

https://drucktipps3d.de/pid-tuning-stabile-temperaturen-fuer-den-drucker/

GCode für den Druckerstart (inkl. Purge-Line):

E301 E0 P23.87 I3.64 D39.10 ;Hotend-PID
E304 E-1 P34.80 I6.25 D48.47 ;Bed-PID
G28 ;Home
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X5.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X5.1 Y80.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X5.4 Y80.0 Z0.28 F5000.0 ;Move to side a little
G1 X5.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 E4 F300 ; Extrude 4mm of Filament
G1 Z2.0 F3000 ;Move Z Axis up