PID Tuning: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 4: Line 4:
# Download and open [http://www.pronterface.com/ Pronterface Printrun]
# Download and open [http://www.pronterface.com/ Pronterface Printrun]
# Connect your computer to the printer over serial interface (plug-in next to SD card slot)
# Connect your computer to the printer over serial interface (plug-in next to SD card slot)
# In the top left, select port and Baud Rate. Here, you can see the Baud Rate set to 250000. [[File:Pronterface connection.png]]
# In the top left, select port and Baud Rate. Here, you can see the Baud Rate set to 250000. [[File:Pronterface connection.png|thumb|center|x60px|Pronterface interface connection configuration]]
# Type the following
# Type the following
## <code>M106 S255</code>
## <code>M106 S255</code>

Revision as of 10:41, 23 April 2023

PID Tuning

I've only done this on Noisebridge's Ender 3's, but it should work on any printer

  1. Download and open Pronterface Printrun
  2. Connect your computer to the printer over serial interface (plug-in next to SD card slot)
  3. In the top left, select port and Baud Rate. Here, you can see the Baud Rate set to 250000.
    Pronterface interface connection configuration
  4. Type the following
    1. M106 S255
    2. M303 E0 S200 C10
      1. this will return some values that you will want to record for the next step
    3. M301 P(insert value) I(insert value) D(insert value)
    4. M500
    5. M503
      1. This outputs the configuration of the printer. Make sure the row with the PID values matches what you put in step (4.)