Created
May 14, 2013 05:42
-
-
Save ezmobius/5573951 to your computer and use it in GitHub Desktop.
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
>>>M501 | |
SENDING:M501 | |
echo:Stored settings retreived: | |
echo:Steps per unit: | |
echo: M92 X128.00 Y128.00 Z1600.00 E589.00 | |
echo:Maximum feedrates (mm/s): | |
echo: M203 X400.00 Y400.00 Z5.00 E0.00 | |
echo:Maximum Acceleration (mm/s2): | |
echo: M201 X5000 Y5000 Z100 E10000 | |
echo:Acceleration: S=acceleration, T=retract acceleration | |
echo: M204 S2500.00 T2500.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) | |
echo: M205 S0.00 T0.00 B20000 X8.00 Z0.40 E2.50 | |
echo:PID settings: | |
echo: M301 P20.94 I1.09 D100.88 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment