Object model print progress in percent
-
is there an object model that shows the printing progress as a percentage?
I would like to color my Led according to print progress. -
@Proschi78
Have a look at job.timesLeft
https://github.com/Duet3D/RepRapFirmware/wiki/Object-Model-Documentation#job
Shouldn't be hard to calculate a percentage -
@OwenD that would probably be easier.
job.filePositionCurrent position in the file being processed (in bytes or null)