Marlin Bed Temperature Overshoot: Difference between revisions
Jump to navigation
Jump to search
(→Code) |
|||
Line 10: | Line 10: | ||
PID Autotune - [https://www.youtube.com/watch?v=APzJfYAgFkQ] | PID Autotune - [https://www.youtube.com/watch?v=APzJfYAgFkQ] | ||
=Results= | |||
Using Lulzbot Cura, M303 with no parameters heats the extruder to about 150: | |||
[[File:PID_Autotune.png]] | |||
And produces optimal values of P, I, D | |||
[[File:PID_Autotune2.png]] | |||
=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:07, 13 May 2020
Data
- SSR - 5 hz max reliable switching frequency. [1]. 0.5 hz recommended for heating.
- Overshoot is 10-30C on the bed. D3D_v20.04.27_Data_Collection#Hysteresis_of_Bed
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:
And produces optimal values of P, I, D
Links
- Marlin - PID autotune - [3]