浏览代码

Update readme file

Erik van der Zalm 13 年前
父节点
当前提交
ffea8008ca
共有 1 个文件被更改,包括 13 次插入2 次删除
  1. 13
    2
      README.md

+ 13
- 2
README.md 查看文件

@@ -42,6 +42,7 @@ Features:
42 42
 *   Endstop trigger reporting to the host software.
43 43
 *   Updated sdcardlib
44 44
 *   Heater power reporting. Useful for PID monitoring.
45
+*   PID tuning
45 46
 
46 47
 The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
47 48
 
@@ -145,20 +146,30 @@ Movement variables:
145 146
 *   M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
146 147
 *   M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2  also sets minimum segment time in ms (B20000) to prevent buffer underruns and M20 minimum feedrate
147 148
 *   M220 - set build speed mulitplying S:factor in percent ; aka "realtime tuneing in the gcode". So you can slow down if you have islands in one height-range, and speed up otherwise.
148
-*   M301 - Set PID parameters P I and D
149
+*   M221 - set the extrude multiplying S:factor in percent
149 150
 *   M400 - Finish all buffered moves.
150 151
 
152
+Temperature variables:
153
+*   M301 - Set PID parameters P I and D
154
+*   M302 - Allow cold extrudes
155
+*   M303 - PID relay autotune S<temperature> sets the target temperature. (default target temperature = 150C)
156
+
151 157
 Advance:
152 158
 
153 159
 *   M200 - Set filament diameter for advance
154
-*   M205 -  advanced settings:  minimum travel speed S=while printing T=travel only,  B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
160
+*   M205 - advanced settings:  minimum travel speed S=while printing T=travel only,  B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
155 161
 
156 162
 EEPROM:
157 163
 
158 164
 *   M500 - stores paramters in EEPROM
159 165
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
160 166
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
167
+*   M503 - print the current settings (from memory not from eeprom)
168
+
169
+MISC:
161 170
 
171
+*   M240 - Trigger a camera to take a photograph
172
+*   M999 - Restart after being stopped by error
162 173
 
163 174
 Configuring and compilation:
164 175
 ============================

正在加载...
取消
保存