human-readability
This commit is contained in:
parent
71ff2cfbcd
commit
5433f5ef2e
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
*
|
*
|
||||||
* Report the current speed percentage factor if no parameter is specified
|
* Report the current speed percentage factor if no parameter is specified
|
||||||
*
|
*
|
||||||
* With MMU_MODEL=PRUSA_MMU2(S)/SMUFF_EMU_MMU2(S)...
|
* For MMU2 and MMU2S devices...
|
||||||
* B : Flag to back up the current factor
|
* B : Flag to back up the current factor
|
||||||
* R : Flag to restore the last-saved factor
|
* R : Flag to restore the last-saved factor
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -181,7 +181,7 @@
|
||||||
* M217 - Set filament swap parameters: "M217 S<length> P<feedrate> R<feedrate>". (Requires SINGLENOZZLE)
|
* M217 - Set filament swap parameters: "M217 S<length> P<feedrate> R<feedrate>". (Requires SINGLENOZZLE)
|
||||||
* M218 - Set/get a tool offset: "M218 T<index> X<offset> Y<offset>". (Requires 2 or more extruders)
|
* M218 - Set/get a tool offset: "M218 T<index> X<offset> Y<offset>". (Requires 2 or more extruders)
|
||||||
* M220 - Set Feedrate Percentage: "M220 S<percent>" (i.e., "FR" on the LCD)
|
* M220 - Set Feedrate Percentage: "M220 S<percent>" (i.e., "FR" on the LCD)
|
||||||
* Use "M220 B" to back up the Feedrate Percentage and "M220 R" to restore it. (Requires MMU_MODEL=PRUSA_MMU2(S)/SMUFF_EMU_MMU2(S))
|
* Use "M220 B" to back up the Feedrate Percentage and "M220 R" to restore it. (Requires an MMU_MODEL version 2 or 2S)
|
||||||
* M221 - Set Flow Percentage: "M221 S<percent>"
|
* M221 - Set Flow Percentage: "M221 S<percent>"
|
||||||
* M226 - Wait until a pin is in a given state: "M226 P<pin> S<state>" (Requires DIRECT_PIN_CONTROL)
|
* M226 - Wait until a pin is in a given state: "M226 P<pin> S<state>" (Requires DIRECT_PIN_CONTROL)
|
||||||
* M240 - Trigger a camera to take a photograph. (Requires PHOTO_GCODE)
|
* M240 - Trigger a camera to take a photograph. (Requires PHOTO_GCODE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue