Open
Description
Currently CuraEngine does not output M73 commands to the generated GCODE, which is helpful for updating the progress bar.
I can see two ways to implement this feature. Either add a flag which enables the generation of M73, or possibly more generally, add a GCODE template that is emitted at each layer with a special placeholder variable for the progress value. That way, someone could set that script to output a M73 if they desired.