From ca7a1ea408a67a43e7346d49851fab27dc544b7f Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:33:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20M73,=20add=20C=20parame?= =?UTF-8?q?ter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _gcode/M073.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_gcode/M073.md b/_gcode/M073.md index 05adc571ca..d94c86bc9b 100644 --- a/_gcode/M073.md +++ b/_gcode/M073.md @@ -4,13 +4,22 @@ title: Set Print Progress brief: Set current print progress percentage for LCD. since: 1.1.7 -requires: LCD_SET_PROGRESS_MANUALLY +requires: SET_PROGRESS_MANUALLY group: lcd codes: [ M73 ] parameters: +- tag: C + since: 2.1.2 + requires: SET_INTERACTION_TIME + optional: true + description: Set next interaction countdown. + values: + - tag: minutes + type: int + - tag: P optional: false description: Current print progress percentage @@ -33,4 +42,4 @@ example: --- -Set current print progress percentage and/or remaining time for display on the LCD. +Set current print progress percentage, next interaction countdown, and/or remaining time for display on the LCD.