Neptune4.help

FAQs and Facts for the Elegoo Neptune 4 Series 3D Printer

User Tools

Site Tools


pid_tuning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pid_tuning [2025/09/13 23:31] – external edit 127.0.0.1pid_tuning [2025/11/06 22:19] (current) dshoop
Line 12: Line 12:
  
 [[wp>Proportional–integral–derivative controller]] [[wp>Proportional–integral–derivative controller]]
 +
 +==== Steps to PID Tuning ====
 +
 +Execute the PID_CALIBRATE for the extruder with your typical print temperature, here we're using 220 as that's what we mostly print our PLA. Watch the extruder temperature settings and the graph while it takes a few minutes to evaluate how the heater performs. It will output three parameters. 
 +
 +<code>
 +PID_CALIBRATE HEATER=extruder TARGET=220
 +// PID parameters: pid_Kp=21.037 pid_Ki=0.917 pid_Kd=120.698
 +// The SAVE_CONFIG command will update the printer config file
 +// with these parameters and restart the printer.
 +</code>
 +
 +Add the three values to the EXTRUDER stanza in [[printer.cfg]]
 +
 +<code>
 +[extruder]
 +control = pid
 +pid_kp = 21.037
 +pid_ki = 0.917
 +pid_kd = 120.698
 +</code>
/app/data/attic/pid_tuning.1757820703.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki