Created
January 28, 2018 21:09
-
-
Save apazga/56cd3580e61904c1f18ff18adb6f65f1 to your computer and use it in GitHub Desktop.
Default CR-10 Stock M503
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Recv: echo:Steps per unit: | |
Recv: echo: M92 X80.00 Y80.00 Z400.00 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