Marlin Bed Temperature Overshoot

From Open Source Ecology
Jump to navigation Jump to search

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

You can save the values from PID Autotune by going into configuration.h

Links

  • Marlin - PID autotune - [3]