How to restart a failed job from the point where it went wrong?

Anyone has any suggestions how to restart a failed job from an other point then the start? Keep running into this. Would think it could be as easy as being able to start from a line in the gbrl code again. Oh yeah using openbuild black box, gbrl , with diode laser. Having this ability would help safe time and possibly rescue projects. Any thoughts are welcome Dimitri

That might be true when using absolute moves for everything but then there is state information retained like feed rate, the laser being on or off, and so on that isnā€™t sent with every line of code. In addition to that, LightBurn often switches to relative moves because they tend to be smaller, so to start at a particular line of gcode you would need to add up any relative moves that got you to that point.

If you are engraving a single image, set the Scan Angle to 180 degrees to run it from the opposite end, then stop it when it meets where the old job ended. If itā€™s vectors, select the parts that havenā€™t run yet, enable the ā€˜Cut Selected Graphicsā€™ toggle and hit Start.

Hi Oz, thank for the 180 deg suggestion! will definitely try that one out to salvage this project once Iā€™m back from holiday.

still wondering if there is a way to start a job at a different pointer, the preview function seems to produce a repeatable outcome and provide a pointer in time. would be great to have a ā€œstart fromā€ button that starts off from a point in the cutover time as shown in the preview. . but he yeah, so many wishes from different people and so little time . Great piece of software btw, keep up the great work.

Dimitri

We actually have a documented task to add a ā€˜Start from hereā€™ button to the preview to allow you to do this on any machine, not just for GCode systems. Itā€™s not trivial to do, partly because of the way the preview system simulates actually being a machine, but itā€™s possible, and should be a big help for many.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.