Skip to content

Step 03_Current Settings

Marco Busse edited this page Jun 12, 2020 · 1 revision

Make Note of your Current Settings

Since you will be changing out your CPU and installing new firmware, it is a good precautionary step to make note of your current settings before you begin. This will allow you to reference back to them once the new firmware is installed and help insure you can restore your printer to full functionality.


Note that the following steps assume you are using a Marlin firmware variant that supports the M501 g-code command to retrieve EEPROM settings.

Steps

  1. Using whatever program you use to interface with the Printrbot (Octoprint, repetier, pronterface, etc), issue an M501 g-code command
    1. Example, using Octoprint:
      1. Go to Terminal tab:
      2. Type M501, and enter.
        1. Example Output:
 Send: M501
 Recv: echo:Stored settings retrieved
 Recv: echo:Steps per unit:
 Recv: echo:  M92 X80.00 Y80.00 Z2020.00 E93.50
 Recv: echo:Maximum feedrates (mm/s):
 Recv: echo:  M203 X125.00 Y125.00 Z5.00 E14.00
 Recv: echo:Maximum Acceleration (mm/s2):
 Recv: echo:  M201 X2000 Y2000 Z30 E10000
 Recv: echo:Acceleration: S=acceleration, T=retract acceleration
 Recv: echo:  M204 S3000.00 T3000.00
 Recv: echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), 
 X=maximum XY jerk (mm/s),  Z=maximum Z jerk (mm/s),  E=maximum E jerk (mm/s)
 Recv: echo:  M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
 Recv: echo:Home offset (mm):
 Recv: echo:  M206 X0.00 Y0.00 Z0.00
 Recv: echo:PID settings:
 Recv: echo:   M301 P22.20 I1.08 D114.00
 Recv: echo:Min position (mm):
 Recv: echo:  M210 X0.00 Y0.00 Z0.00
 Recv: echo:Max position (mm):
 Recv: echo:  M211 X152.40 Y152.40 Z152.40
 Recv: echo:Bed probe offset (mm):
 Recv: echo:  M212 X25.00 Y0.00 Z-0.90 
  1. Copy the output and save it in a text file for later.
Clone this wiki locally