Marlin Bed Temperature Overshoot: Difference between revisions

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


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


Line 31: Line 33:


'''You can save the values from PID Autotune by going into configuration.h'''
'''You can save the values from PID Autotune by going into configuration.h'''
==Bed==
*PID autotune would have to be enabled for the bed in configuration.h.
*If one is using an SSR, can this be used with default switching frequency of Marlin? Let's look inside Marlin - Configuration.h


=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:16, 13 May 2020

Data

Code

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

Procedure

PID Autotune - [2]

Results

Extruder

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

Bed

  • PID autotune would have to be enabled for the bed in configuration.h.
  • If one is using an SSR, can this be used with default switching frequency of Marlin? Let's look inside Marlin - Configuration.h

Links

  • Marlin - PID autotune - [3]