Browse Source

📝 Update G61 comment

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
c9a3f41152
  1. 3
      Marlin/src/gcode/feature/pause/G61.cpp

3
Marlin/src/gcode/feature/pause/G61.cpp

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

Loading…
Cancel
Save