Browse Source

update mcode documentation

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

Loading…
Cancel
Save