Skip to content

Commit 935458b

Browse files
committed
Add 'E' parameter to M701 documentation
Remove missing 'U' parameter in M702
1 parent 56cb8cb commit 935458b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Firmware/Marlin_main.cpp

+10-5
Original file line numberDiff line numberDiff line change
@@ -8834,10 +8834,15 @@ SERIAL_PROTOCOLPGM("\n\n");
88348834
}
88358835
break;
88368836

8837-
/*!
8838-
### M701 - Load filament <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
8839-
8840-
*/
8837+
/*!
8838+
### M701 - Load filament <a href="https://reprap.org/wiki/G-code#M701:_Load_filament">M701: Load filament</a>
8839+
#### Usage
8840+
8841+
M701 [ E ]
8842+
8843+
#### Parameters
8844+
- `E` - ID of filament to load, ranges from 0 to 4
8845+
*/
88418846
case 701:
88428847
{
88438848
if (mmu_enabled && code_seen('E'))
@@ -8850,7 +8855,7 @@ SERIAL_PROTOCOLPGM("\n\n");
88508855
### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
88518856
#### Usage
88528857
8853-
M702 [ U | C ]
8858+
M702 [ C ]
88548859
88558860
#### Parameters
88568861
- `C` - Unload just current filament

0 commit comments

Comments
 (0)