Browse Source

📝 Update G61 comment

Scott Lahteine 3 years ago
parent
commit
8f59d44e4d
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/gcode/feature/pause/G61.cpp

+ 1
- 2
Marlin/src/gcode/feature/pause/G61.cpp View File

@@ -37,8 +37,7 @@
37 37
  *
38 38
  *   F<rate>  - Feedrate (optional) for the move back.
39 39
  *   S<slot>  - Slot # (0-based) to restore from (default 0).
40
- *   X Y Z    - Axes to restore. At least one is required.
41
- *   E - Restore extruder position
40
+ *   X Y Z E  - Axes to restore. At least one is required.
42 41
  *
43 42
  *   If XYZE are not given, default restore uses the smart blocking move.
44 43
  */

Loading…
Cancel
Save