Browse Source

update mcode documentation

Bernhard Kubicek 13 years ago
parent
commit
e87df99e22
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/Marlin.pde

+ 3
- 1
Marlin/Marlin.pde View File

71
 
71
 
72
 //Custom M Codes
72
 //Custom M Codes
73
 // M17  - Enable/Power all stepper motors
73
 // M17  - Enable/Power all stepper motors
74
-// M18  - Disaable all stepper motors; same as M84
74
+// M18  - Disable all stepper motors; same as M84
75
 // M20  - List SD card
75
 // M20  - List SD card
76
 // M21  - Init SD card
76
 // M21  - Init SD card
77
 // M22  - Release SD card
77
 // M22  - Release SD card
92
 //        or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled.  S0 to disable the timeout.
92
 //        or use S<seconds> to specify an inactivity timeout, after which the steppers will be disabled.  S0 to disable the timeout.
93
 // M85  - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
93
 // M85  - Set inactivity shutdown timer with parameter S<seconds>. To disable set zero (default)
94
 // M92  - Set axis_steps_per_unit - same syntax as G92
94
 // M92  - Set axis_steps_per_unit - same syntax as G92
95
+// M114 - Output current position to serial port 
95
 // M115	- Capabilities string
96
 // M115	- Capabilities string
97
+// M119 - Output Endstop status to serial port
96
 // M140 - Set bed target temp
98
 // M140 - Set bed target temp
97
 // M190 - Wait for bed current temp to reach target temp.
99
 // M190 - Wait for bed current temp to reach target temp.
98
 // M200 - Set filament diameter
100
 // M200 - Set filament diameter

Loading…
Cancel
Save