Browse Source

futher docu of M500

Bernhard Kubicek 12 years ago
parent
commit
108011085b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

@@ -161,7 +161,8 @@ Advance:
161 161
 
162 162
 EEPROM:
163 163
 
164
-*   M500 - stores paramters in EEPROM
164
+*   M500 - stores paramters in EEPROM. This parameters are stored:  axis_steps_per_unit,  max_feedrate, max_acceleration  ,acceleration,retract_acceleration,
165
+  minimumfeedrate,mintravelfeedrate,minsegmenttime,  jerk velocities, PID
165 166
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
166 167
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
167 168
 *   M503 - print the current settings (from memory not from eeprom)

Loading…
Cancel
Save