Plugin - Auto backup profile
Posted: Tue Jan 15, 2019 3:59 pm
I wrote a little plugin to make a copy of the current profile when starting UCCNC. Just enable the plugin and forget it.
By default it makes the copy to the Profiles folder, but you can set an other path in the profile. The path can be a full path to any drive and folder or a path relative to the running UCCNC foler.
Example to set a folder relative to the running UCCNC:
Example to set a fixed folder:
Download 1
- or -
Download 2
By default it makes the copy to the Profiles folder, but you can set an other path in the profile. The path can be a full path to any drive and folder or a path relative to the running UCCNC foler.
Example to set a folder relative to the running UCCNC:
- Code: Select all
[AutoBackupProfile]
BackupPath=.\ProfileBackups
Example to set a fixed folder:
- Code: Select all
[AutoBackupProfile]
BackupPath=E:\MyCNCFilesToSave\Profiles
Download 1
- or -
Download 2