From 5433f5ef2e3382a49d48b33c75b9cf66da5a8b70 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 28 Oct 2020 16:27:34 -0500 Subject: [PATCH] human-readability --- Marlin/src/gcode/config/M220.cpp | 2 +- Marlin/src/gcode/gcode.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/config/M220.cpp b/Marlin/src/gcode/config/M220.cpp index bb61621fea..37fe7d3a5f 100644 --- a/Marlin/src/gcode/config/M220.cpp +++ b/Marlin/src/gcode/config/M220.cpp @@ -31,7 +31,7 @@ * * 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 * R : Flag to restore the last-saved factor */ diff --git a/Marlin/src/gcode/gcode.h b/Marlin/src/gcode/gcode.h index 87f832ddf1..490eb82b72 100644 --- a/Marlin/src/gcode/gcode.h +++ b/Marlin/src/gcode/gcode.h @@ -181,7 +181,7 @@ * M217 - Set filament swap parameters: "M217 S P R". (Requires SINGLENOZZLE) * M218 - Set/get a tool offset: "M218 T X Y". (Requires 2 or more extruders) * M220 - Set Feedrate Percentage: "M220 S" (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" * M226 - Wait until a pin is in a given state: "M226 P S" (Requires DIRECT_PIN_CONTROL) * M240 - Trigger a camera to take a photograph. (Requires PHOTO_GCODE)