Update some G-code comments
This commit is contained in:
parent
0312c42f9d
commit
e23677a7b2
@ -41,9 +41,9 @@
|
|||||||
/**
|
/**
|
||||||
* M701: Load filament
|
* M701: Load filament
|
||||||
*
|
*
|
||||||
* T[extruder] - Optional extruder number. Current extruder if omitted.
|
* T<extruder> - Optional extruder number. Current extruder if omitted.
|
||||||
* Z[distance] - Move the Z axis by this distance
|
* Z<distance> - Move the Z axis by this distance
|
||||||
* L[distance] - Extrude distance for insertion (positive value) (manual reload)
|
* L<distance> - Extrude distance for insertion (positive value) (manual reload)
|
||||||
*
|
*
|
||||||
* Default values are used for omitted arguments.
|
* Default values are used for omitted arguments.
|
||||||
*/
|
*/
|
||||||
@ -102,10 +102,10 @@ void GcodeSuite::M701() {
|
|||||||
/**
|
/**
|
||||||
* M702: Unload filament
|
* M702: Unload filament
|
||||||
*
|
*
|
||||||
* T[extruder] - Optional extruder number. If omitted, current extruder
|
* T<extruder> - Optional extruder number. If omitted, current extruder
|
||||||
* (or ALL extruders with FILAMENT_UNLOAD_ALL_EXTRUDERS).
|
* (or ALL extruders with FILAMENT_UNLOAD_ALL_EXTRUDERS).
|
||||||
* Z[distance] - Move the Z axis by this distance
|
* Z<distance> - Move the Z axis by this distance
|
||||||
* U[distance] - Retract distance for removal (manual reload)
|
* U<distance> - Retract distance for removal (manual reload)
|
||||||
*
|
*
|
||||||
* Default values are used for omitted arguments.
|
* Default values are used for omitted arguments.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user