Browse Source

Some G-Codes comment cleanup

Scott Lahteine 9 years ago
parent
commit
5fe382949b
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/Marlin_main.cpp

+ 5
- 5
Marlin/Marlin_main.cpp View File

@@ -141,7 +141,7 @@
141 141
 // 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.
142 142
 // M190 - Sxxx Wait for bed current temp to reach target temp. Waits only when heating
143 143
 //        Rxxx Wait for bed current temp to reach target temp. Waits when heating and cooling
144
-// M200 D<millimeters>- set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).
144
+// M200 - set filament diameter and set E axis units to cubic millimeters (use S0 to set back to millimeters).:D<millimeters>- 
145 145
 // M201 - Set max acceleration in units/s^2 for print moves (M201 X1000 Y1000)
146 146
 // M202 - Set max acceleration in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
147 147
 // M203 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
@@ -152,9 +152,9 @@
152 152
 // M208 - Set recover=unretract length S[positive mm surplus to the M207 S*] F[feedrate mm/sec]
153 153
 // 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.
154 154
 // M218 - Set hotend offset (in mm): T<extruder_number> X<offset_on_X> Y<offset_on_Y>
155
-// M220 S<factor in percent>- set speed factor override percentage
156
-// M221 S<factor in percent>- set extrude factor override percentage
157
-// M226 P<pin number> S<pin state>- Wait until the specified pin reaches the state required
155
+// M220 - Set speed factor override percentage: S<factor in percent>
156
+// M221 - Set extrude factor override percentage: S<factor in percent>
157
+// M226 - Wait until the specified pin reaches the state required: P<pin number> S<pin state>
158 158
 // M240 - Trigger a camera to take a photograph
159 159
 // M250 - Set LCD contrast C<contrast value> (value 0..63)
160 160
 // M280 - Set servo position absolute. P: servo index, S: angle or microseconds
@@ -178,7 +178,7 @@
178 178
 // M503 - Print the current settings (from memory not from EEPROM). Use S0 to leave off headings.
179 179
 // M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
180 180
 // M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
181
-// M665 - Set delta configurations
181
+// M665 - Set delta configurations: L<diagonal rod> R<delta radius> S<segments/s>
182 182
 // M666 - Set delta endstop adjustment
183 183
 // M605 - Set dual x-carriage movement mode: S<mode> [ X<duplication x-offset> R<duplication temp offset> ]
184 184
 // M907 - Set digital trimpot motor current using axis codes.

Loading…
Cancel
Save