Browse Source

Update some G-code comments

Scott Lahteine 6 years ago
parent
commit
e23677a7b2
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/src/gcode/feature/pause/M701_M702.cpp

+ 6
- 6
Marlin/src/gcode/feature/pause/M701_M702.cpp View File

@@ -41,9 +41,9 @@
41 41
 /**
42 42
  * M701: Load filament
43 43
  *
44
- *  T[extruder] - Optional extruder number. Current extruder if omitted.
45
- *  Z[distance] - Move the Z axis by this distance
46
- *  L[distance] - Extrude distance for insertion (positive value) (manual reload)
44
+ *  T<extruder> - Optional extruder number. Current extruder if omitted.
45
+ *  Z<distance> - Move the Z axis by this distance
46
+ *  L<distance> - Extrude distance for insertion (positive value) (manual reload)
47 47
  *
48 48
  *  Default values are used for omitted arguments.
49 49
  */
@@ -102,10 +102,10 @@ void GcodeSuite::M701() {
102 102
 /**
103 103
  * M702: Unload filament
104 104
  *
105
- *  T[extruder] - Optional extruder number. If omitted, current extruder
105
+ *  T<extruder> - Optional extruder number. If omitted, current extruder
106 106
  *                (or ALL extruders with FILAMENT_UNLOAD_ALL_EXTRUDERS).
107
- *  Z[distance] - Move the Z axis by this distance
108
- *  U[distance] - Retract distance for removal (manual reload)
107
+ *  Z<distance> - Move the Z axis by this distance
108
+ *  U<distance> - Retract distance for removal (manual reload)
109 109
  *
110 110
  *  Default values are used for omitted arguments.
111 111
  */

Loading…
Cancel
Save