added method for upload gcode and ui fix in macros and checking the func in control-view

This commit is contained in:
sanjayk03-dev
2023-12-30 18:57:16 +05:30
parent 9b8e52edaf
commit e3ca0ba3a3
3 changed files with 35 additions and 2 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;
},
},