Skip to content

Instantly share code, notes, and snippets.

@drewcassidy
Last active April 21, 2016 00:01
Show Gist options
  • Save drewcassidy/bf4e4e235278c1b57d76fe65da488be9 to your computer and use it in GitHub Desktop.
Save drewcassidy/bf4e4e235278c1b57d76fe65da488be9 to your computer and use it in GitHub Desktop.
3D printer M501 logs
echo:Stored settings retrieved
echo:Steps per unit:
echo: M92 X75.33 Y79.29 Z2020.00 E98.00
echo:Maximum feedrates (mm/s):
echo: M203 X125.00 Y125.00 Z5.00 E14.00
echo:Maximum Acceleration (mm/s2):
echo: M201 X2000 Y2000 Z30 E10000
echo:Acceleration: S=acceleration, T=retract acceleration
echo: M204 S3000.00 T3000.00
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)
echo: M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
echo:Home offset (mm):
echo: M206 X0.00 Y0.00 Z0.00
echo:PID settings:
echo: M301 P22.20 I1.08 D114.00
echo:Min position (mm):
echo: M210 X0.00 Y0.00 Z0.00
echo:Max position (mm):
echo: M211 X100.00 Y100.00 Z115.00
echo:Bed probe offset (mm):
echo: M212 X25.00 Y0.00 Z-0.50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment