machines/systems/flexibot/docs/marlin/_gcode/M073.md
2025-03-11 23:32:39 +01:00

711 B

tag title brief since requires group codes parameters examples
m0073 Set Print Progress Set current print progress percentage for LCD. 1.1.7 LCD_SET_PROGRESS_MANUALLY lcd
M73
tag optional description values
P false Current print progress percentage
tag type
percent int
tag since requires optional description values
R 2.0.0 USE_M73_REMAINING_TIME true Set remaining time.
tag type
minutes int
pre code
Set print progress to 25% and remaining time to 43.0 minutes M73 P25 R43

Set current print progress percentage and/or remaining time for display on the LCD.