Marlin Bed Temperature Overshoot: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 15: Line 15:


[[File:PID_Autotune.png|500px]]
[[File:PID_Autotune.png|500px]]


And produces optimal values of P, I, D  
And produces optimal values of P, I, D  


[[File:PID_Autotune2.png|500px]]
[[File:PID_Autotune2.png|500px]]
M503 displays current values:
< M503
...
< echo:PID settings:
< echo:  M301 P22.20 I1.08 D114.00


=Links=
=Links=


*Marlin - PID autotune - [https://marlinfw.org/docs/gcode/M303.html]
*Marlin - PID autotune - [https://marlinfw.org/docs/gcode/M303.html]

Revision as of 20:10, 13 May 2020

Data

Code

M303 S50 E-1 C5 - 5 passes, set for 50C, -1 for bed

Procedure

PID Autotune - [2]

Results

Using Lulzbot Cura, M303 with no parameters heats the extruder to about 150:

PID Autotune.png

And produces optimal values of P, I, D

PID Autotune2.png

M503 displays current values:

< M503

...

< echo:PID settings:

< echo: M301 P22.20 I1.08 D114.00

Links

  • Marlin - PID autotune - [3]