undo logging
This commit is contained in:
@@ -292,10 +292,8 @@ module.exports = {
|
|||||||
this.macroFoundName = "";
|
this.macroFoundName = "";
|
||||||
this.macroFoundGcode = "";
|
this.macroFoundGcode = "";
|
||||||
macro_with_filename.forEach(item => {
|
macro_with_filename.forEach(item => {
|
||||||
console.log(item.name);
|
|
||||||
item.file_name = "default";
|
item.file_name = "default";
|
||||||
});
|
});
|
||||||
console.log(this.config.macros);
|
|
||||||
}
|
}
|
||||||
api.delete(`file/${filename}`);
|
api.delete(`file/${filename}`);
|
||||||
this.newGcode = "";
|
this.newGcode = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user