palloquin
Posts: 9
Joined: Wed Oct 04, 2017 7:54 pm

M73 commands?

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!
User avatar
DarthRevan
Posts: 480
Joined: Wed Feb 18, 2015 8:29 am

Re: M73 commands?

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
arhi
Posts: 483
Joined: Thu Oct 06, 2016 5:13 pm

Re: M73 commands?

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
gcodestat integrates with Simplify3D and allow you to
Calculate print time accurately (acceleration, max speed, junction deviation all taken into consideration)
Embed M117 codes into G-Code
Upload your G-Code directly to Octoprint
open source and unlicence

Return to “General Discussion and Tips”