浏览代码

Cleanup formatting of some M codes

Scott Lahteine 10 年前
父节点
当前提交
01654bdec1
共有 1 个文件被更改,包括 4 次插入7 次删除
  1. 4
    7
      Documentation/GCodes.md

+ 4
- 7
Documentation/GCodes.md 查看文件

73
 M150 - Set BlinkM Color Output R: Red<0-255> U(!): Green<0-255> B: Blue<0-255> over i2c, G for green does not work.
73
 M150 - Set BlinkM Color Output R: Red<0-255> U(!): Green<0-255> B: Blue<0-255> over i2c, G for green does not work.
74
 M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
74
 M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
75
        Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
75
        Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
76
-M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
76
+M200 - set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).: D<millimeters>- 
77
 M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
77
 M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
78
 M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
78
 M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
79
 M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
79
 M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
84
 M208 - Set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
84
 M208 - Set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
85
 M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
85
 M209 - S<1=true/0=false> enable automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
86
 M218 - Set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
86
 M218 - Set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
87
-M220 S<factor in percent>- set speed factor override percentage
88
-M221 S<factor in percent>- set extrude factor override percentage
89
-M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
87
+M220 - Set speed factor override percentage: S<factor in percent>
88
+M221 - Set extrude factor override percentage: S<factor in percent>
89
+M226 - Wait until the specified pin reaches the state required: P<pin number> S<pin state>
90
 M240 - Trigger a camera to take a photograph
90
 M240 - Trigger a camera to take a photograph
91
 M250 - Set LCD contrast C<contrast value> (value 0..63)
91
 M250 - Set LCD contrast C<contrast value> (value 0..63)
92
 M280 - Set servo position absolute. P: servo index, S: angle or microseconds
92
 M280 - Set servo position absolute. P: servo index, S: angle or microseconds
117
 M908 - Control digital trimpot directly.
117
 M908 - Control digital trimpot directly.
118
 M350 - Set microstepping mode.
118
 M350 - Set microstepping mode.
119
 M351 - Toggle MS1 MS2 pins directly.
119
 M351 - Toggle MS1 MS2 pins directly.
120
-
121
-M928 - Start SD logging (M928 filename.g) - ended by M29
122
-M999 - Restart after being stopped by error
123
 ```
120
 ```
124
 ## SCARA-specific M-Codes - May change to suit future G-code standards
121
 ## SCARA-specific M-Codes - May change to suit future G-code standards
125
 ```
122
 ```

正在加载...
取消
保存