Page 1 of 1

GCode line backup plugin

PostPosted: Wed Jul 08, 2020 3:13 am
by sn4k3
While program is running the current line will keep saving to a buffer with 2 backups in case of corruption. In any case if current run didn't finish (RESET, program stop, UCCNC crash, power loss, other event), on next UCCNC start a message will show with information about previous run. Otherwise if program finish the backups are deleted and no message will be shown.
https://github.com/sn4k3/UCCNC_LineBackup

Image

Re: GCode line backup plugin

PostPosted: Wed Jul 08, 2020 5:25 am
by Robertspark
nice, thanks

Re: GCode line backup plugin

PostPosted: Fri Jul 10, 2020 12:13 pm
by TadasM
Super convenient! Thank You !

Re: GCode line backup plugin

PostPosted: Sun Dec 25, 2022 11:17 pm
by sn4k3
v1.1 Released

  • Backups are now written in a time frequency instead of every loop tick, defaults to: 1000ms
  • Disable the plugin "show" form
  • Show configuration form with settings (Read-only)
  • Code improvements

https://github.com/sn4k3/UCCNC_LineBack ... ses/latest