Fixed mainaining state while deleting, removed time from config

This commit is contained in:
sanjayk03-dev
2024-01-23 14:18:26 +05:30
parent 4d311bd083
commit aa48701bcc
3 changed files with 525 additions and 528 deletions

View File

@@ -145,9 +145,9 @@ module.exports = {
file,
onComplete: () => {
this.last_file_time = undefined; // Force reload
this.loadMacrosGcode();
},
});
this.loadMacrosGcode();
},
uploadGCode: async function (filename, file) {
const xhr = new XMLHttpRequest();