Page 1 of 1

M73 commands?

Posted: Mon Apr 16, 2018 11:02 am
by palloquin
Hi,

I'm trying to get my head around progress and print time prediction. I've found that there is such a thing as the M73 command in gCode. It might not be supported by many printers according to http://reprap.org/wiki/G-code#M73:_Set_build_percentage but it exists.

Search the forum I find loads of posts that have gcode with the M73 command, which makes me think Simplify3D supports it in some way, is that correct?

If so, why might it not be showing up in my gcodes? do I need to enable a setting? is it enabled through the printer profile somehow?

Cheers!

Re: M73 commands?

Posted: Wed Apr 18, 2018 2:09 pm
by DarthRevan
What printer do you have? It clearly lists on that page that this command is exclusively for use in Makerbot firmwares.
Screen Shot 2018-04-18 at 2.07.36 PM.png

Re: M73 commands?

Posted: Wed Apr 18, 2018 3:29 pm
by arhi
it can be actually supported by number of firmwares, for e.g. to enable M73 in marlin in Configuration_adv.h enable LCD_SET_PROGRESS_MANUALLY:

Code: Select all

// Add an 'M73' G-code to set the current percentage
#define LCD_SET_PROGRESS_MANUALLY