fixing gcode selection

This commit is contained in:
sanjayk03-dev
2023-12-30 19:38:23 +05:30
parent e3ca0ba3a3
commit ca152ed38a
2 changed files with 10 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ module.exports = {
return Math.min(1, p);
},
isMacrosPresent: function(){
return this.config.macros==undefined;
return this.config.macros!=undefined;
},
},