Skip to content

Instantly share code, notes, and snippets.

@tareko
Created July 26, 2016 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareko/da96b590bd629b6b14807394323300ed to your computer and use it in GitHub Desktop.
Save tareko/da96b590bd629b6b14807394323300ed to your computer and use it in GitHub Desktop.
EEprom settings
>>> M503
SENDING:M503
echo:Steps per unit:
echo: M92 X80.00 Y80.00 Z4000.00 E152.00
echo:Maximum feedrates (mm/s):
echo: M203 X1000.00 Y1000.00 Z2.80 E25.00
echo:Maximum Acceleration (mm/s2):
echo: M201 X3000 Y3000 Z100 E10000
echo:Accelerations: P=printing, R=retract and T=travel
echo: M204 P1000.00 R3000.00 T1000.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:Material heatup parameters:
echo: M145 S0 H200 B50 F0
echo: M145 S1 H240 B110 F0
echo:PID settings:
echo: M301 P22.20 I1.08 D114.00 C100.00 L20
echo:Filament settings: Disabled
echo: M200 D1.75
echo: M200 D0
echo:Z-Probe Offset (mm):
echo: M851 Z0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment