Last active
February 21, 2016 22:05
-
-
Save simcop2387/d56a9aeb7362a4c59aac to your computer and use it in GitHub Desktop.
my settings
This file contains 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
Hardcoded Default Settings Loaded | |
Steps per unit: | |
M92 X100.50 Y100.50 Z1600.00 E866.00 E1800.00 | |
Maximum feedrates (mm/s): | |
M203 X800.00 Y800.00 Z8.00 E40.00 | |
Maximum Acceleration (mm/s2): | |
M201 X9000 Y9000 Z100 E10000 | |
Acceleration: S=acceleration, T=retract acceleration | |
M204 S500.00 T3000.00 | |
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) | |
M205 S0.00 T0.00 B20000 X8.00 Z0.40 E10.00 | |
Home offset (mm): | |
M206 X0.00 Y0.00 Z0.00 | |
PID settings: | |
M301 P28.79 I1.91 D108.51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment