pablogventura / OctoPrint-PowerFailure

29 stars 4 forks source link

Recovery #3

Closed paukstelis closed 1 year ago

paukstelis commented 1 year ago

This PR changes settings and how recovery is done. Information is captured from the gcode queue before being stored to disk. Recovery uses that information instead of reading back from the last known file position. This simplifies the creation of recovery gcode. Recovery gcode sections have been split into different sections to more clearly represent what they do, and to give the user the option to make changes to individual sections.