Warning: M73 command is not supported
Good day and thanks for help me.
I have just printed my first Prusa Slice(d) print, which is a 70mm x 70mm square of 0.2mm high.
It was not print on a Prusa Printer but Creality Ender 5 Pro with Duet board. (I did change to RepRap flavour in printer settings.)
The profile is used for the settings, I imported from TV, Thing files for PrusaSlicer Profile for Creality3D Printers by Braunbaer - Thingiverse where a person, Braunbaer posted a profile for an ender 5 Pro printer. I used it as is and as mentioned, just changed settings from Marlin to RepRap.
What causes this Warning: M73 error? This is displayed 9 times on my Duet UI's G-Code Console.
This is the code in the G-Code itself:
M73 P0 R8 and every time after this, it is P1, P2 and so on.
Please advise where in the settings I must change something.
TIA.
RE: Warning: M73 command is not supported
M73 is the marlin gcode for display print progress. The P is the % done and I think the R is time remaining.
Reprap looks like it doesnt support that gcode.
Under Printer Settings>General>Firmware there is a tick box for Supports Remaining times. Untick that and it should remove the M73 code from the output g code.
RE: Warning: M73 command is not supported
@neophyl
Thanks very much. I forgot to remove this post or mark it as answered.
I really appreciate your help.