GCodeListr in config

This commit is contained in:
sanjayk03-dev
2024-01-22 21:32:11 +05:30
parent 49880824a9
commit c75e7a55f1
6 changed files with 21 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ module.exports = {
if (this.selectedValues[this.tab - 1] == "default") {
var file = this.newGcode[this.tab - 1];
this.uploadGCode(macrosName, file);
this.uploadGCode(macrosName+'.ngc', file);
}
this.config.macros[this.tab - 1].name = macrosName;