Skip to content

Instantly share code, notes, and snippets.

@trwatson
Created May 5, 2018 21:09
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 trwatson/c3671d1ae3cb7e09a7fd8218fa22e411 to your computer and use it in GitHub Desktop.
Save trwatson/c3671d1ae3cb7e09a7fd8218fa22e411 to your computer and use it in GitHub Desktop.
Repetier Eeprom Setting Change
;how to update an eeprom setting on repetier
;get list of settings:
M205
;example line:
;Recv: EPR:3 145 210.000 X max length [mm]
;Update position 145 with 230.0
M206 T3 P145 X230.0
;save configuration
M500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment