1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 12:35:51 +00:00

📝 Update G61 comment

This commit is contained in:
Scott Lahteine 2021-06-02 17:09:47 -05:00
parent b99411b62b
commit 8f59d44e4d

View File

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