Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1.x] Add M73 (LCD_SET_PROGRESS_MANUALLY) #7986

Merged

Conversation

thinkyhead
Copy link
Member

@thinkyhead thinkyhead commented Oct 15, 2017

Based on #7953… Demonstrating how to implement #6451 as an optional feature.

In the category of Print Job Support, this feature has been on our TODO list for awhile.

Add the M73 G-code to set the current progress percentage, which will update the progress bar on the LCD. Note that this has no effect during SD card printing.

@thinkyhead thinkyhead merged commit 6efad5e into MarlinFirmware:bugfix-1.1.x Oct 15, 2017
@thinkyhead thinkyhead deleted the bf1_progress_percentage branch October 15, 2017 07:43
@CampbellFabrications
Copy link

Thanks, I had no idea there was that much additional code to be added, I'm glad the snippet i provided helped.

@thinkyhead
Copy link
Member Author

Thanks for the contrib, @SydneyMakers. It looks like we'll also be adding support for the G-code M532 X23.7 L56 which does essentially the same thing, so thanks for pointing us in this direction!

@CampbellFabrications
Copy link

Just for further reference, if I am implementing gcode commands based on Issues in this github, what are the things to note regarding functions, defining features, and documentation?

kForth pushed a commit to kForth/Marlin that referenced this pull request Jun 22, 2022
…ercentage

[1.1.x] Add M73 (LCD_SET_PROGRESS_MANUALLY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants