Browse Source

Added comment about M42 usage (clean)

Bas Spaans 12 years ago
parent
commit
19ce90fe02
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

88
 // M29  - Stop SD write
88
 // M29  - Stop SD write
89
 // M30  - Delete file from SD (M30 filename.g)
89
 // M30  - Delete file from SD (M30 filename.g)
90
 // M31  - Output time since last M109 or SD card start to serial
90
 // M31  - Output time since last M109 or SD card start to serial
91
-// M42  - Change pin status via gcode
91
+// M42  - Change pin status via gcode Use M42 Px Sy to set pin x to value y, when omitting Px the onboard led will be used.
92
 // M80  - Turn on Power Supply
92
 // M80  - Turn on Power Supply
93
 // M81  - Turn off Power Supply
93
 // M81  - Turn off Power Supply
94
 // M82  - Set E codes absolute (default)
94
 // M82  - Set E codes absolute (default)

Loading…
Cancel
Save