File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8834,10 +8834,15 @@ SERIAL_PROTOCOLPGM("\n\n");
8834
8834
}
8835
8835
break ;
8836
8836
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
+ */
8841
8846
case 701 :
8842
8847
{
8843
8848
if (mmu_enabled && code_seen (' E' ))
@@ -8850,7 +8855,7 @@ SERIAL_PROTOCOLPGM("\n\n");
8850
8855
### M702 - Unload filament <a href="https://reprap.org/wiki/G-code#M702:_Unload_filament">G32: Undock Z Probe sled</a>
8851
8856
#### Usage
8852
8857
8853
- M702 [ U | C ]
8858
+ M702 [ C ]
8854
8859
8855
8860
#### Parameters
8856
8861
- `C` - Unload just current filament
You can’t perform that action at this time.
0 commit comments