Skip to content

Instantly share code, notes, and snippets.

@jonathanweinberg
Created January 21, 2018 01:47
Show Gist options
  • Save jonathanweinberg/ebfc45f70b1e3f10c47e9e95c67d8ff1 to your computer and use it in GitHub Desktop.
Save jonathanweinberg/ebfc45f70b1e3f10c47e9e95c67d8ff1 to your computer and use it in GitHub Desktop.
Default CR10 M503 output. Mostly.
; normally M92 Z400, changed to Z402.9
Send: M503
Recv: echo:Steps per unit:
Recv: echo: M92 X80.00 Y80.00 Z402.90 E93.00
Recv: echo:Maximum feedrates (mm/s):
Recv: echo: M203 X500.00 Y500.00 Z5.00 E25.00
Recv: echo:Maximum Acceleration (mm/s2):
Recv: echo: M201 X500 Y500 Z100 E5000
Recv: echo:Acceleration: S=acceleration, T=retract acceleration
Recv: echo: M204 S500.00 T500.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 P21.73 I1.54 D76.55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment